docker-alpine icon indicating copy to clipboard operation
docker-alpine copied to clipboard

immutable images

Open ozbillwang opened this issue 6 years ago • 1 comments

Alpine Linux does has Semantic Versioning as 3.7.0, 3.6.2, etc

But the official alpine tag is only 3.7 or 3.6

This will make the problem that the image with same tag is not immutable

Could you please add and tag the image with its real version, such as 3.6.2?

screen shot 2018-03-22 at 11 02 55 am

screen shot 2018-03-22 at 11 03 35 am

ozbillwang avatar Mar 22 '18 00:03 ozbillwang

Given that alpine is the basis of a LOT of containers, a per-build label as mentioned by ozbillwang would be a real added value. You can use V.R.M for each build and add V.R to the most recent build of each version/release. That way it's easy to require a specific level and it doesn't break the workflow of people that use V.R

pinacoelho avatar Apr 12 '18 09:04 pinacoelho