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

Please add version specific alpine build like -alpine3.15 #253

Open
aeimer opened this issue Jan 19, 2022 · 6 comments
Open

Please add version specific alpine build like -alpine3.15 #253

aeimer opened this issue Jan 19, 2022 · 6 comments

Comments

@aeimer
Copy link

aeimer commented Jan 19, 2022

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.

@carlossg
Copy link
Owner

which tag were you using?

@aeimer
Copy link
Author

aeimer commented Jan 20, 2022

@carlossg I was using maven:3.8-eclipse-temurin-11-alpine.

@carlossg
Copy link
Owner

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

@aeimer
Copy link
Author

aeimer commented Jan 21, 2022

@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.

@carlossg
Copy link
Owner

what is the problem with 3.15 ?
I had issues with 3.14 and older runc https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2

@aeimer
Copy link
Author

aeimer commented Jan 28, 2022

@carlossg this was our pipeline. From one day to another it didn't work...

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants