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
Please add the exact image (with tag) that you are using
eclipse-temurin:11-jre-alpine
Please add the version of Docker you are running
Docker version 24.0.6, build ed223bc
What happened?
Rebuilt an image that was based FROM eclipse-temurin:11-jre-alpine and started to get the attached failure.
Was able to work around this by changing a bash to an sh in our CMD, but did not expect this to disappear from beneath us. Are these sorts of changes things we should expect and we should pin to a more specific upstream tag, or is there a better recommended way of handling them (are there release notes we can subscribe to somewhere that would list out potentially breaking changes like this?)?
Thanks, appreciate what you do!
Relevant log output
/__cacert_entrypoint.sh: exec: line 30: bash: not found
The text was updated successfully, but these errors were encountered:
Please add the exact image (with tag) that you are using
eclipse-temurin:11-jre-alpine
Please add the version of Docker you are running
Docker version 24.0.6, build ed223bc
What happened?
Rebuilt an image that was based
FROM eclipse-temurin:11-jre-alpine
and started to get the attached failure.Was able to work around this by changing a
bash
to ansh
in ourCMD
, but did not expect this to disappear from beneath us. Are these sorts of changes things we should expect and we should pin to a more specific upstream tag, or is there a better recommended way of handling them (are there release notes we can subscribe to somewhere that would list out potentially breaking changes like this?)?Thanks, appreciate what you do!
Relevant log output
The text was updated successfully, but these errors were encountered: