docker-library / golang

Docker Official Image packaging for golang
https://golang.org
BSD 3-Clause "New" or "Revised" License
1.48k stars 512 forks source link

Add support for alpine 3.17, remove alpine 3.15 #442

Closed squizzi closed 1 year ago

squizzi commented 1 year ago

This PR adds support for alpine 3.17 and removes support for 3.15 to adhere to the policy of only supporting two major releases.

squizzi commented 1 year ago

Apparently alpine:3.17 is still in RC stages so I jumped the gun a bit on this, but it should be out officially by end of week.

Edit: Andddd now it's released

tianon commented 1 year ago

Nice, thanks! :+1:

We should also ditch this entire RUN line (and associated comments) now that we don't need to deal with 3.15 anymore: :eyes:

https://github.com/docker-library/golang/blob/326acd5eed36954174ba8b3b6d0efda96087e18a/Dockerfile-linux.template#L13-L22

(I'm happy to take over and make this change if you would rather not do so!)

squizzi commented 1 year ago

We should also ditch this entire RUN line (and associated comments) now that we don't need to deal with 3.15 anymore: eyes

@tianon How's that look?

tianon commented 1 year ago

Nice thank you! (and thanks for sticking with it!)