Skip to content

[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

Closed
3 tasks done
lsascha opened this issue Mar 23, 2022 · 6 comments · Fixed by #5024
Closed
3 tasks done

[Bug]: No 4.2.0 Tag on docker hub #5022

lsascha opened this issue Mar 23, 2022 · 6 comments · Fixed by #5024
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lsascha
Copy link

lsascha commented Mar 23, 2022

Is there an existing issue for this?

  • I have searched the existing issues

OS/Web Information

  • Web Browser: Chrome
  • Local OS: Windows
  • Remote OS: Ubuntu
  • Remote Architecture: amd64
  • Kubernetes: v1.22.2 K3s
  • code-server --version: 4.2.0

Steps to Reproduce

  1. Fetch codercom/code-server:4.2.0 using docker / kubernetes

Expected

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?

  • I cannot reproduce this in VS Code.

Are you accessing code-server over HTTPS?

  • I am using 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.

@lsascha lsascha added bug Something isn't working triage This issue needs to be triaged by a maintainer labels Mar 23, 2022
@jsjoeio jsjoeio removed the triage This issue needs to be triaged by a maintainer label Mar 23, 2022
@jsjoeio
Copy link
Contributor

jsjoeio commented Mar 23, 2022

Just verified. I do not see 4.2.0

image

I wonder if it's because it failed and we ran it manually 🤔 cc @code-asher

@jsjoeio
Copy link
Contributor

jsjoeio commented Mar 23, 2022

@jsjoeio
Copy link
Contributor

jsjoeio commented Mar 23, 2022

Ahh...i think it's because I deleted the source ./ci/lib.sh in this PR and if there is no VERSION we can't publish the version tag: https://github.com/coder/code-server/blob/main/ci/release-image/docker-bake.hcl#L17

@benz0li
Copy link
Contributor

benz0li commented Mar 23, 2022

Maybe related: Installation from code-server-4.2.0-linux-amd64.tar.gz -> Help > About reports code-server: vUnknown.

version

See also #5014 (comment).

@jsjoeio jsjoeio reopened this Mar 24, 2022
@jsjoeio
Copy link
Contributor

jsjoeio commented Mar 24, 2022

EDIT: GitHub Actions is having issues:

Investigating - We are experiencing delays in Actions start times and Webhook delivery. Our team is actively working on mitigating the issue.

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.

@jsjoeio
Copy link
Contributor

jsjoeio commented Mar 24, 2022

image

Pushed! Thanks for reporting @lsascha !

@jsjoeio jsjoeio closed this as completed Mar 24, 2022
@jsjoeio jsjoeio modified the milestones: April 2022, 4.3.0 Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants