-
Notifications
You must be signed in to change notification settings - Fork 2k
Add Alpine 3.17 variant #1813
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
Add Alpine 3.17 variant #1813
Conversation
Side note: a major change in Alpine 3.17 is OpenSSL 3.0 being the new default version. As builds are passing, this is most likely not an issue, but I'm not sure how to test for possible complications on older Node versions. |
All those complications gotta be mostly related to the TLS and certificates verification, but it's all up to applications devs to tackle on those issues, e.g.: |
Also remove Alpine 3.15
87d4411
to
aee40d3
Compare
Rebased onto |
Hope this PR will manage it into the |
Any news? |
Can someone just force ⚡ push it into the |
Created PR on the official-images repo (docker-library/official-images#13716). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub. |
Looks fine to me and all the checks are passing. |
@jnoordsij this appears to be failing tests at docker-library/official-images#13716. Can you take a look or we might want to revert? |
@ttshivers I opened #1820 to fix the builds |
Thanks! |
Description
Adds latest Alpine version (3.17) and removes oldest one (3.15).
See also #1729.
Motivation and Context
Provide latest Alpine version (see https://alpinelinux.org/posts/Alpine-3.17.0-released.html).
Testing Details
Example Output(if appropriate)
Types of changes
Checklist