Many official images have *-alpine tags that alias *-alpine3.4. The reason are stability issues/guarantees as discussed in docker-library/golang#131 and the many linked issues.
As https://github.com/bmw pointed out in docker-library/python#265 Alpine 3.4 will reach its end of life on 2018-05-01. Are there plans to deal with this? I see the following options (are there more?):
*-alpine is an alias for *-alpine3.4, make it an alias for*-alpine3.5.*-alpine3.7.*-alpine3.8 (which should be released at about the same time).*-alpineX.Y should be used by anyone aiming for stability, use *-alpine as a rolling tag.*-alpine tags.Is any one of them preferred?
Progress list:
eggdrop: https://github.com/eggheads/eggdrop-docker/issues/8#issuecomment-385223204node: https://github.com/nodejs/docker-node/pull/725#issuecomment-389923198, https://github.com/nodejs/docker-node/issues/473php: https://github.com/docker-library/php/pull/650, https://github.com/docker-library/php/issues/504, https://github.com/docker-library/php/pull/646python: https://github.com/docker-library/python/pull/290, https://github.com/docker-library/python/issues/265registry: docker/distribution-library-image#74, docker/distribution-library-image#64, docker/distribution-library-image#62ruby: https://github.com/docker-library/ruby/pull/210, https://github.com/docker-library/ruby/issues/81The *-alpineX.Y tags are fairly recent, but given that we've managed to get them on most of the base language stacks (where Alpine version changes have the biggest effect), I'm partial to making *-alpine tags a rolling tag. :+1:
(I think we have a few places that's not doing yet, like node, but I believe they're working on updating that?)
For services like memcached, the base Alpine version doesn't matter as much, so those don't even have *-alpineX.Y tags.
Also, once Alpine 3.4 is officially EOL, we should start removing *-alpine3.4 tags everywhere.
From what I can find, the full list of images that still have tags FROM alpine:3.4 is:
eggdropnodephppythonregistryrubyeggdrop has a change in the works, per https://github.com/eggheads/eggdrop-docker/issues/8#issuecomment-385223204
The open issue for php is https://github.com/docker-library/php/issues/504
(Updated the OP with a proper checkbox-list so we get issue progress indications from GitHub)
Looks like node:6-alpine and registry:2.6/registry:2.5 are all that's left here, so I'm going to close (in favor of those specific images' issue trackers where these are already more appropriately tracked).
Most helpful comment
From what I can find, the full list of images that still have tags
FROM alpine:3.4is:eggdropnodephppythonregistryruby