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
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
Context: I need to use the shell form ENTRYPOINT to be able to do variable substitution e.g. ENTRYPOINT exec java -javaagent:dd-java-agent.jar ${JAVA_OPTS} -jar /app.jar.
It seems that container-structure-test does not support the shell form, as it fails when I run an entrypoint validation like so:
Context: I need to use the shell form
ENTRYPOINT
to be able to do variable substitution e.g.ENTRYPOINT exec java -javaagent:dd-java-agent.jar ${JAVA_OPTS} -jar /app.jar
.It seems that
container-structure-test
does not support the shell form, as it fails when I run anentrypoint
validation like so:(I've also tried substituting
JAVA_OPTS
with a literal value)and the test fails with the following error:
Error
Will this be supported and/or is there a workaround for this?
The text was updated successfully, but these errors were encountered: