Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug?]: removal of bash breaks downstream images #496

Open
josephlbarnett opened this issue Jan 29, 2024 · 2 comments
Open

[Bug?]: removal of bash breaks downstream images #496

josephlbarnett opened this issue Jan 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@josephlbarnett
Copy link

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
@josephlbarnett josephlbarnett added the bug Something isn't working label Jan 29, 2024
@karianna
Copy link
Contributor

Came from https://github.com/adoptium/containers/pull/460/files - that change should have been release note'd but not sure where: @gdams do you know where we output change notes like that?

@moritzschmitz-oviva
Copy link

Yup, also took me by surprise just now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants