Skip to content

ptr727/VSCode-Server-DotNetCore

Repository files navigation

VSCode Server with .NET Pre-Installed

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.

License

GitHub License

Build Status

Code and Pipeline is on GitHub:
GitHub Last Commit
GitHub Workflow Status

Container Images

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.
Docker Pulls
Docker Image Version

Usage

Follow the linuxserver/code-server instructions.