Summary
The Docker Hub image garconide/garcon:latest appears to be outdated and does not match the current Garcon release.
Current Behavior
Pulling and running the Docker image:
docker pull garconide/garcon:latest
results in a container running v0.2.0.
Expected Behavior
The latest tag should correspond to the current release, which is v0.3.3.
Impact
- Users installing via Docker receive an outdated version.
- Features, fixes, and improvements introduced after v0.2.0 are unavailable.
- The
latest tag does not reflect the latest released version, which may cause confusion and make troubleshooting more difficult.
Steps to Reproduce
-
Pull the image:
docker pull garconide/garcon:latest
-
Start the container.
-
Check the reported Garcon version.
-
Observe that the container reports v0.2.0 while the current release is v0.3.3.
Requested Action
Please update the Docker Hub publishing workflow so that:
garconide/garcon:latest tracks the latest release, or
- versioned Docker tags are published and maintained alongside releases, or
- the documentation clearly states that Docker Hub images may be significantly behind current releases.
Additional Context
The project's README mentions that Docker Hub images may lag behind the latest commits. However, the current image appears to be multiple releases behind the current version, which is likely more than users would expect from the latest tag.
Summary
The Docker Hub image
garconide/garcon:latestappears to be outdated and does not match the current Garcon release.Current Behavior
Pulling and running the Docker image:
results in a container running v0.2.0.
Expected Behavior
The
latesttag should correspond to the current release, which is v0.3.3.Impact
latesttag does not reflect the latest released version, which may cause confusion and make troubleshooting more difficult.Steps to Reproduce
Pull the image:
Start the container.
Check the reported Garcon version.
Observe that the container reports v0.2.0 while the current release is v0.3.3.
Requested Action
Please update the Docker Hub publishing workflow so that:
garconide/garcon:latesttracks the latest release, orAdditional Context
The project's README mentions that Docker Hub images may lag behind the latest commits. However, the current image appears to be multiple releases behind the current version, which is likely more than users would expect from the
latesttag.