-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Currently the docker tags are omitting trailing 0s in the version: https://hub.docker.com/r/allinurl/goaccess/tags
E.g. tag 1.9 is actually version 1.9.0
Most repositories push a dedicated 1.9.0 image AND a 1.9 image. If then later 1.9.1 is released, 1.9 is updated (i.e. 1.9 means 1.9.x with x being the latest patch release).
This functionality wold be great to auto-update local images with patch releases.
The same would be possible with major versions (e.g. also having an image with a 1 tag that references all versions <2) but that seems to be not necessary for this repository.