You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run against the default tag codercom/code-server:latest then I can run code-server without problems. If I try to use the Ubuntu noble tag codercom/code-server:noble then the following happens:
Is there an existing issue for this?
OS/Web Information
code-server --version
: latest on dockerSteps to Reproduce
If I run against the default tag
codercom/code-server:latest
then I can run code-server without problems. If I try to use the Ubuntu noble tagcodercom/code-server:noble
then the following happens:It seems that the image on hub.docker.com has been built with a default user
ubuntu
and I expect it should becoder
.Expected
The docker image should run in a similar way to the tag
codercom/code-server:latest
; that is, without issues.Actual
It prompts for the sudo password for ubuntu user.
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: