Skip to content

Docker Hub: push to minor version if patch is released #2804

@SlowMo24

Description

@SlowMo24

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions