docker-alpine
docker-alpine copied to clipboard
immutable images
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?
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