-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: No 4.2.0 Tag on docker hub #5022
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
Comments
Just verified. I do not see 4.2.0 I wonder if it's because it failed and we ran it manually 🤔 cc @code-asher |
4.1.0 pushed both 4.2.0 failed so we had to run manually and it only published |
Ahh...i think it's because I deleted the |
Maybe related: Installation from code-server-4.2.0-linux-amd64.tar.gz -> Help > About reports See also #5014 (comment). |
EDIT: GitHub Actions is having issues:
Although the fix is merged, I can't dispatch the action to push new tags until GA is working. I'll close when it's pushed and verified. |
Pushed! Thanks for reporting @lsascha ! |
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.2.0Steps to Reproduce
codercom/code-server:4.2.0
using docker / kubernetesExpected
successful fetching of docker image tag 4.2.0
Actual
Error at image fetching.
Logs
Failed to pull image "codercom/code-server:4.2.0": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/codercom/code-server:4.2.0": failed to resolve reference "docker.io/codercom/code-server:4.2.0": docker.io/codercom/code-server:4.2.0: not found
Screenshot/Video
No response
Does this issue happen in VS Code?
Are you accessing code-server over HTTPS?
Notes
Checking the Tags on https://hub.docker.com/r/codercom/code-server/tags
it seems only the
:latest
tag was published, but not the:4.2.0
tag.The text was updated successfully, but these errors were encountered: