Skip to content

Docker Hub image garconide/garcon:latest is outdated (0.2.0 instead of 0.3.3) #511

Description

@malys

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

  1. Pull the image:

    docker pull garconide/garcon:latest
  2. Start the container.

  3. Check the reported Garcon version.

  4. 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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions