-
Notifications
You must be signed in to change notification settings - Fork 423
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
Please add version specific alpine build like -alpine3.15 #253
Comments
which tag were you using? |
@carlossg I was using |
the upstream image doesn't have different tags for alpine versions, so I can't depend on specific alpine versions https://hub.docker.com/_/eclipse-temurin?tab=tags&page=1&name=alpine I suggest using shas instead of tags for public images as they are continuously rebuilt |
@carlossg I acutally commented this adoptium/containers#135 (comment) So I hope they will add that feature too! We use your maven temurin for building and temurin directly for running. Both things broke. I actually want to have the newer versions due to security updates. Hashes are pinning the image yes, but that does not fit our security standards. |
what is the problem with 3.15 ? |
@carlossg this was our pipeline. From one day to another it didn't work... |
We are using your images and were pretty happy in the past.
As we use kaniko the update to alpine 3.15 on the -alpine tags broke our CI.
=> rootfs problem
It would be great to have a -alpine and -alpine3.14 and -alpine3.15 tag version in future.
The text was updated successfully, but these errors were encountered: