Skip to content

Commit 0646cdb

Browse files
committed
Build against Focal not Jammy
1 parent 38f466f commit 0646cdb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
FROM linuxserver/code-server:latest
1+
# Test in docker shell:
2+
# docker run -it --rm --pull always --name Testing lscr.io/linuxserver/code-server:latest /bin/bash
3+
# export DEBIAN_FRONTEND=noninteractive
4+
5+
# https://github.com/linuxserver/docker-code-server
6+
# Build from focal, not jammy / latest
7+
# https://github.com/dotnet/core/issues/7038
8+
# https://github.com/dotnet/core/issues/7699
9+
FROM lscr.io/linuxserver/code-server:focal
210

311
ARG LABEL_VERSION="31.50.60"
412
ARG INSTALL_VERSION="dotnet-sdk-3.1 dotnet-sdk-5.0 dotnet-sdk-6.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Images are automatically rebuilt every Monday morning, picking up the latest upd
2424

2525
## Usage
2626

27-
Follow the [linuxserver/code-server](https://hub.docker.com/r/linuxserver/code-server) instructions.
27+
Follow the [linuxserver/code-server](https://github.com/linuxserver/docker-code-server) instructions.
2828

2929
## Background Info
3030

@@ -43,4 +43,4 @@ Follow the [linuxserver/code-server](https://hub.docker.com/r/linuxserver/code-s
4343
- Run DotNet Core by `dotnet` in the console.
4444
- Run PowerShell by `pwsh` in the console.
4545
- If installing PowerShell Core Preview use `powershell-preview` and `pwsh-preview` to launch.
46-
- An alternative to building on top of the LSIO image, is to use a [dynamic overlay](https://blog.linuxserver.io/2019/09/14/customizing-our-containers/)
46+
- An alternative to building on top of the LSIO image, is to use a [dynamic overlay](https://blog.linuxserver.io/2019/09/14/customizing-our-containers/).

0 commit comments

Comments
 (0)