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

Tagging minor revisions - 3.8.1

Open shleeable opened this issue 7 years ago • 4 comments

With the release of 3.8.1, I'd love to be able to easily update the FROM alpine:3.8 to FROM alpine:3.8.1

and have certainty that's the correct releases image.

shleeable avatar Sep 17 '18 14:09 shleeable

+1 thanks

aliasmee avatar Sep 18 '18 04:09 aliasmee

FWIW, the tests check this by running cat on /etc/os-release; I know it's not ideal but it would let you check the image you download or are running.

$ docker run alpine:3.8 cat /etc/os-release
Unable to find image 'alpine:3.8' locally
3.8: Pulling from library/alpine
4fe2ade4980c: Pull complete
Digest: sha256:621c2f39f8133acb8e64023a94dbdf0d5ca81896102b9e57c0dc184cadaf5528
Status: Downloaded newer image for alpine:3.8
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.8.1
PRETTY_NAME="Alpine Linux v3.8"
HOME_URL="http://alpinelinux.org"
BUG_REPORT_URL="http://bugs.alpinelinux.org"

kevinburke avatar Sep 18 '18 23:09 kevinburke

I have been checking to see if 3.8.1 was released on Docker Hub because of the vulnerability fix. It would have been nice to know earlier that the new image was available, instead of having to do forensic software archaeology in order to ascertain that the current 3.8 image is actually 3.8.1 and not 3.8.0, despite the insistence that Docker Hub says that this image is over a month old, i.e. pre the 3.8.1 fix.

sleepyfox avatar Oct 11 '18 11:10 sleepyfox

On the subject of major and minor version tags: https://medium.com/microscaling-systems/using-docker-tags-to-mess-with-peoples-minds-367bb2c93bd0

jumanjiman avatar Oct 11 '18 12:10 jumanjiman