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
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,12 @@ Docker image is based on [LinuxServer.io Code-Server](https://github.com/linuxse
16
16
## Container Images
17
17
18
18
Docker container images are published on [Docker Hub](https://hub.docker.com/r/ptr727/vscode-server-dotnetcore).
19
-
Multi-Architecture images are created for `linux/amd64` and `linux/arm64` (`linux/arm/v7` is [no longer supported](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) by LSIO).
19
+
Multi-Architecture images are created for `linux/amd64` and `linux/arm64` (`linux/arm/v7` is [not supported](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) by LSIO).
20
20
Tags are `latest` for `main` branch and `develop` for `develop` branch.
21
21
E.g. `docker pull ptr727/vscode-server-dotnetcore:latest`
22
22
E.g. `docker pull ptr727/vscode-server-dotnetcore:develop`
23
23
24
-
Builds include the LTS and STS [supported versions](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) of .NET SDK's.
25
-
Currently .NET 6.0 and .NET 7.0.
24
+
Builds include the LTS and STS [supported versions](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) of .NET SDK's.
26
25
27
26
Images are automatically rebuilt every Monday morning, picking up the latest upstream updates.
@@ -31,7 +30,3 @@ Images are automatically rebuilt every Monday morning, picking up the latest ups
31
30
## Usage
32
31
33
32
Follow the [linuxserver/code-server](https://github.com/linuxserver/docker-code-server) instructions.
34
-
35
-
## Notes
36
-
37
-
- When Multi-Arch image support was added, PowerShell was removed because installing it on all platforms was non-trivial. Let me know if you really need it, and I'll reinvestigate.
0 commit comments