adoptium / containers

Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers.
https://hub.docker.com/_/eclipse-temurin/
Apache License 2.0
206 stars 88 forks source link

Bump alpine from 3.18 to 3.19 #477

Closed DRoppelt closed 5 months ago

DRoppelt commented 5 months ago

fixes #473

omni-htg commented 5 months ago

May I ask the reasoning behind bumping Alpine to 3.19 instead of releasing a separate tag? Thank you for the effort!

gdams commented 5 months ago

May I ask the reasoning behind bumping Alpine to 3.19 instead of releasing a separate tag? Thank you for the effort!

We have always aimed to follow the latest Alpine version otherwise we would end up maintaining a vast number of tags. The other risk is that a user relying on 8-alpine.3.18 might assume that they are still getting the latest Java version/security fixes which they wouldn't.

omni-htg commented 5 months ago

We have always aimed to follow the latest Alpine version

Wouldn't this mean that it would be benefitial to pin to the 3 tag, instead of the 3.1X?

otherwise we would end up maintaining a vast number of tags.

Understandable. My original line of thought was that given that most of the dockerfiles and dockerhub operations are automated, it might not be too difficult to add support for an additional tag (such as ‘latest’ and the one before that).

Thank you!

bantao-kainos commented 5 months ago

@gdams Thanks for these updates. When will the new alpine 3.19 images be available in docker hub ? Don't see them yet!

karianna commented 5 months ago

@gdams Thanks for these updates. When will the new alpine 3.19 images be available in docker hub ? Don't see them yet!

It usually takes them a week or so