-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Inconsistent Docker version tags #2677
Comments
Ah... I hate CI changes 😭 Thanks for letting us know, we will fix this manually for |
The manually re-tagged and pushed I'll make a proper fix for the bug I introduced in #2591. And it only applied for the docker container registry images, the ghcr.io image was correctly pushed as I think the problem was that I didn't k6/.github/workflows/build.yml Line 170 in 63054ef
|
#2678 is the PR that hopefully fixes this... 🤞 |
Awesome, thanks for the quick resolution! ❤️ |
Brief summary
Kudos on the 0.40.0 release! 🎉
I'm not sure if this even qualifies a bug, but the Docker version tag format hat changed from
grafana/k6:0.39.0
tografana/k6:v0.40.0
(note thev
).It took me a few minutes to find out why
docker pull
would not fetch the latest version. Was it intentional? Could be related to #2676Nothing serious, just wanted to mention it.
k6 version
v0.40.0
OS
n/a
Docker version and image (if applicable)
v0.40.0
Steps to reproduce the problem
docker pull grafana/k6:0.39.0
worksdocker pull grafana/k6:0.40.0
does not workdocker pull grafana/k6:v0.40.0
worksExpected behaviour
I can pull 0.40.0 the same way I pulled the previous versions :)
Actual behaviour
Docker tag of 0.40.0 is actually
v0.40.0
The text was updated successfully, but these errors were encountered: