Christof Marti
Christof Marti
Could you append your devcontainer.json and Dockerfile? @leograba @zoosewu Could you also include your log? (`F1` > `Remote-Containers: Show Container Log`)
@andreriesco Could you try with a non-beta version of Docker?
Maybe related: https://github.com/moby/moby/pull/42951
What do you get for `docker buildx ls`? (Could be you are using a builder that is isolated from the local image cache.)
@aeschil FYI, not sure if this might be an issue with the server.
The extensions are downloaded from within the container. Is the remote host behind a network proxy?
`code --install-extensions ` might go through the UI if it cannot download the extension directly. This different with the extensions installed during server startup where the UI might not be...
@sandy081 Why does `code --install-extension` succeed when the server CLI fails to install the extensions?
There is no error, the list of extensions passed on server startup is: ``` DavidAnson.vscode-markdownlint GSGBen.fortigate-fortios-syntax GitLab.gitlab-workflow GrapeCity.gc-excelviewer Tyriar.sort-lines WyattFerguson.jinja2-snippet-kit aaron-bond.better-comments aristapublisher.eos bbenoist.vagrant christian-kohler.path-intellisense codezombiech.gitignore csholmq.excel-to-markdown-table darkriszty.markdown-table-prettify dzgmelody.vscode-changelog-snippets esbenp.prettier-vscode exiasr.hadolint...
@ryanmerolle Is the remote host behind a network proxy?