Skip to content
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

dockerhub tags are inconsistent #897

Closed
cdleonard opened this issue Apr 5, 2024 · 1 comment
Closed

dockerhub tags are inconsistent #897

cdleonard opened this issue Apr 5, 2024 · 1 comment
Assignees
Labels
Component: Docker Component: Packaging Regarding packaging for NPM, RPM, etc. Priority: Critical Broken behavior in nearly all environments, e.g. wrong test results, internal bats error Size: Medium Changes in the same file Status: Confirmed The reproducer worked as described Type: Bug

Comments

@cdleonard
Copy link

Look here: https://hub.docker.com/r/bats/bats/tags

There's an "1.11.0" tag and a "v1.10.0" tag but no "v1.11.0" or "1.10.0"

It would be nice to have a single convention: docker run -it --rm bats/bats:$BATS_VERSION bats --version should output Bats $BATS_VERSION

@cdleonard cdleonard added Priority: NeedsTriage Issue has not been vetted yet Type: Bug labels Apr 5, 2024
@brokenpip3 brokenpip3 self-assigned this Apr 22, 2024
@martin-schulze-vireso martin-schulze-vireso added Priority: Critical Broken behavior in nearly all environments, e.g. wrong test results, internal bats error Component: Docker Status: Confirmed The reproducer worked as described Component: Packaging Regarding packaging for NPM, RPM, etc. Size: Medium Changes in the same file and removed Priority: NeedsTriage Issue has not been vetted yet labels May 4, 2024
@martin-schulze-vireso
Copy link
Member

martin-schulze-vireso commented May 17, 2024

I believe this is due to a manual error while fixing #796. The usual docker tag format is without the leading v but I have to be more careful when rerunning the release manually.

I also retriggered the dockerhub releases for 1.10.0 (and 1.11.0 to have the latest image point at the latest version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Docker Component: Packaging Regarding packaging for NPM, RPM, etc. Priority: Critical Broken behavior in nearly all environments, e.g. wrong test results, internal bats error Size: Medium Changes in the same file Status: Confirmed The reproducer worked as described Type: Bug
Projects
None yet
Development

No branches or pull requests

3 participants