This is a docker image of VSCode Server with the .NET LTS and STS SDK's pre-installed.
Docker image is based on LinuxServer.io Code-Server, which is based on Coder.com Code-Server.
Code and Pipeline is on GitHub:
Docker container images are published on Docker Hub.
Multi-Architecture images are created for linux/amd64
and linux/arm64
(linux/arm/v7
is not supported by LSIO).
Tags are latest
for main
branch and develop
for develop
branch.
E.g. docker pull ptr727/vscode-server-dotnetcore:latest
E.g. docker pull ptr727/vscode-server-dotnetcore:develop
Builds include the LTS and STS supported versions of .NET SDK's.
Images are automatically rebuilt every Monday morning, picking up the latest upstream updates.
Follow the linuxserver/code-server instructions.