Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
SlowMo24 opened this issue Mar 18, 2025 · 0 comments
Open

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

SlowMo24 opened this issue Mar 18, 2025 · 0 comments

Comments

@SlowMo24
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants