Open
Description
#303 disabled the upstream entrypoint, which is __cacert_entrypoint.sh
(at least in eclipse-temurin:8-jdk-jammy
). This script can help set up the Java truststore. Can the functionality be reintroduced? It seems to me like setting up the truststore before Tomcat start-up would be a common use case. The script even acknowledges and deals with the issue for which it was bypassed:
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
However, I just found a recent change that switches this to sh
again.
#!/usr/bin/env sh
# Converted to POSIX shell to avoid the need for bash in the image
Metadata
Metadata
Assignees
Labels
No labels