From 8e575abac0bbf233cc6397fc9c84768539504788 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 1 Oct 2022 19:41:50 +0200 Subject: [PATCH] Bot Updating Documentation --- images/docker-code-server.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/images/docker-code-server.md b/images/docker-code-server.md index 52cb40e1f..ba5bf57a1 100644 --- a/images/docker-code-server.md +++ b/images/docker-code-server.md @@ -39,16 +39,6 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf| ✅ | arm32v7-\ | -## Version Tags - -This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. - -| Tag | Available | Description | -| :----: | :----: |--- | -| latest | ✅ | Stable releases | -| focal | ✅ | DEPRECATED (no longer updated, `latest` is rebased on focal) - Stable releases, based on Ubuntu Focal | -| development | ✅ | DEPRECATED (no longer updated) - Prereleases from their GitHub | - ## Application Setup Access the webui at `http://:8443`. @@ -198,6 +188,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **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.