This is a Docker image of VSCode Server with the .NET LTS and STS SDKs 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, plus a SemVer2 version tag (X.Y.Z) on every published image.
E.g. docker pull ptr727/vscode-server-dotnetcore:latest
E.g. docker pull ptr727/vscode-server-dotnetcore:develop
E.g. docker pull ptr727/vscode-server-dotnetcore:1.1.0
Builds include the LTS and STS supported versions of .NET SDKs.
Images are automatically rebuilt every Monday morning, picking up the latest upstream updates.
- Version 1.1: Branch-scoped CI/CD, version-tagged images (
:SemVer2alongsidelatest/develop), and per-version GitHub releases. - Version 1.0: Multi-arch code-server image with the .NET LTS and STS SDKs pre-installed.
See HISTORY.md for the full release history.
Follow the linuxserver/code-server instructions.