You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the docker container itself there is a __cacert_entrypoint.sh which takes any traditional certificates mounted at /certificates/* merges them with the image ca-certficates and then uses the right tools to update the JRE cacert store as long as the USE_SYSTEM_CA_CERTS environment variable is set.
So the entry-point script would either need to copy that behaviour or just call that entrypoint script first
$ docker images --digests ghcr.io/jaegertracing/spark-dependencies/spark-dependencies
REPOSITORY TAG DIGEST IMAGE ID CREATED SIZE
ghcr.io/jaegertracing/spark-dependencies/spark-dependencies latest sha256:a307e1baf5815682f7581f2d0f8734510e511c0ae4c326c8501bee2647f6c3dd 4a8f3ad09d74 5 days ago 442MB
Related to jaegertracing/jaeger-operator#294
The text was updated successfully, but these errors were encountered: