diff --git a/images/docker-code-server/index.html b/images/docker-code-server/index.html
index a184f11586..b911fdac45 100644
--- a/images/docker-code-server/index.html
+++ b/images/docker-code-server/index.html
@@ -58,4 +58,4 @@
--pull \
-t lscr.io/linuxserver/code-server:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 19.08.24: - Rebase to Ubuntu Noble.
- 01.07.23: - Deprecate armhf. As announced here
- 05.10.22: - Install recommended deps to maintain parity with the older images.
- 29.09.22: - Rebase to jammy, switch to s6v3. Fix chown logic to skip
/config/workspace
contents. - 20.02.22: - Install using the official tarballs.
- 29.12.21: - Add
install-extension
as a helper for mods to install extensions. - 06.12.21: - Add
DEFAULT_WORKSPACE
env var. - 29.11.21: - Rebase to Ubuntu focal.
- 16.09.21: - Fix slow
chown
on large workspace (contents of workspace folder no longer chowned). - 11.07.21: - Bump node to 14 to fix builds
- 08.05.21: - Fix doc link
- 04.02.20: - Allow setting gui password via hash using env var
HASHED_PASSWORD
. - 23.12.20: - Allow setting sudo password via hash using env var
SUDO_PASSWORD_HASH
. - 29.05.20: - Add --domain-proxy support.
- 21.05.20: - Shrink images, install via yarn, fix arm32v7 build.
- 18.05.20: - Switch to multi-arch images, install via npm.
- 29.04.20: - Update start arguments.
- 01.04.20: - Structural changes required for v3.
- 17.01.20: - Fix artifact url retrieval from github.
- 24.10.19: - Upgrade to v2 builds.
- 28.09.19: - Update project logo.
- 21.09.19: - Add development builds/tag.
- 09.07.19: - Add optional sudo access.
- 01.07.19: - Add nano.
- 24.06.19: - Initial Release.