Official-images: Alpine 3.4 reaches its EOL on 2018-05-01, how to proceed with `alpine` tags aliasing `alpine3.4`?

Created on 21 Apr 2018  路  8Comments  路  Source: docker-library/official-images

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?):

  • If *-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).

  • Since *-alpineX.Y should be used by anyone aiming for stability, use *-alpine as a rolling tag.
  • Drop the *-alpine tags.

Is any one of them preferred?


Progress list:

Most helpful comment

From what I can find, the full list of images that still have tags FROM alpine:3.4 is:

  • eggdrop
  • node
  • php
  • python
  • registry
  • ruby

All 8 comments

The *-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:

  • eggdrop
  • node
  • php
  • python
  • registry
  • ruby

eggdrop has a change in the works, per https://github.com/eggheads/eggdrop-docker/issues/8#issuecomment-385223204

(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).

Was this page helpful?
0 / 5 - 0 ratings