Uh oh!
There was an error while loading. Please reload this page.
Add Alpine 3.17 variant - #1813
Conversation
jnoordsij
commented
Nov 29, 2022
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. |
bricss
commented
Nov 29, 2022
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
aee40d3Comparejnoordsij
commented
Dec 1, 2022
Rebased onto |
bricss
commented
Dec 1, 2022
Hope this PR will manage it into the |
vincsb
commented
Dec 5, 2022
Any news? |
bricss
commented
Dec 5, 2022
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. |
ttshivers
commented
Dec 11, 2022
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? |
jnoordsij
commented
Dec 12, 2022
@ttshivers I opened #1820 to fix the builds |
vincsb
commented
Dec 12, 2022
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