mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-06-26 18:27:40 +00:00
Compare commits
7 Commits
focal-v3.1
...
focal-v4.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cdd439d42 | ||
|
|
7442d74bc7 | ||
|
|
8db42367e1 | ||
|
|
296f074505 | ||
|
|
0e3a1a91cb | ||
|
|
887cc5f8eb | ||
|
|
bfe52319dc |
@@ -71,7 +71,7 @@ This image provides various versions that are available via tags. `latest` tag u
|
||||
| Tag | Description |
|
||||
| :----: | --- |
|
||||
| latest | Stable releases |
|
||||
| focal | Stable releases, on a focal baseiamge |
|
||||
| focal | DEPRECATED - Stable releases, on a focal baseiamge |
|
||||
|
||||
## Application Setup
|
||||
|
||||
@@ -262,6 +262,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **19.01.21:** - Deprecate the focal tag.
|
||||
* **12.07.21:** - Rebase to focal
|
||||
* **11.07.21:** - Bump node to 14 to fix builds
|
||||
* **08.05.21:** - Fix doc link
|
||||
|
||||
@@ -122,7 +122,7 @@ librtmp12.4+20151223.gitfa8646d.1-2build1
|
||||
libsasl2-22.1.27+dfsg-2
|
||||
libsasl2-modules2.1.27+dfsg-2
|
||||
libsasl2-modules-db2.1.27+dfsg-2
|
||||
libseccomp22.5.1-1ubuntu1~20.04.1
|
||||
libseccomp22.5.1-1ubuntu1~20.04.2
|
||||
libselinux13.0-1build2
|
||||
libsemanage13.0-1build2
|
||||
libsemanage-common3.0-1build2
|
||||
@@ -133,10 +133,10 @@ libss21.45.5-2ubuntu1
|
||||
libssh-40.9.3-2ubuntu2.2
|
||||
libssl1.11.1.1f-1ubuntu2.10
|
||||
libstdc++610.3.0-1ubuntu1~20.04
|
||||
libsystemd0245.4-4ubuntu3.13
|
||||
libsystemd0245.4-4ubuntu3.15
|
||||
libtasn1-64.16.0-2
|
||||
libtinfo66.2-0ubuntu2
|
||||
libudev1245.4-4ubuntu3.13
|
||||
libudev1245.4-4ubuntu3.15
|
||||
libunistring20.9.10-2
|
||||
libuuid12.34-0.1ubuntu9.1
|
||||
libwind0-heimdal7.7.0+dfsg-1ubuntu1
|
||||
@@ -160,8 +160,8 @@ ncurses-base6.2-0ubuntu2
|
||||
ncurses-bin6.2-0ubuntu2
|
||||
netbase6.1
|
||||
net-tools1.60+git20180626.aebd88e-1ubuntu1
|
||||
nodejs14.18.2-deb-1nodesource1
|
||||
openssh-client1:8.2p1-4ubuntu0.3
|
||||
nodejs14.18.3-deb-1nodesource1
|
||||
openssh-client1:8.2p1-4ubuntu0.4
|
||||
openssl1.1.1f-1ubuntu2.10
|
||||
passwd1:4.8.1-1ubuntu5.20.04.1
|
||||
patch2.7.6-6
|
||||
|
||||
@@ -29,7 +29,7 @@ available_architectures:
|
||||
development_versions: true
|
||||
development_versions_items:
|
||||
- { tag: "latest", desc: "Stable releases" }
|
||||
- { tag: "focal", desc: "Stable releases, on a focal baseiamge" }
|
||||
- { tag: "focal", desc: "DEPRECATED - Stable releases, on a focal baseiamge" }
|
||||
|
||||
# container parameters
|
||||
common_param_env_vars_enabled: true
|
||||
@@ -75,6 +75,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "19.01.21:", desc: "Deprecate the focal tag." }
|
||||
- { date: "12.07.21:", desc: "Rebase to focal" }
|
||||
- { date: "11.07.21:", desc: "Bump node to 14 to fix builds" }
|
||||
- { date: "08.05.21:", desc: "Fix doc link" }
|
||||
|
||||
20
root/etc/cont-init.d/99-deprecation
Normal file
20
root/etc/cont-init.d/99-deprecation
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo '
|
||||
******************************************************
|
||||
******************************************************
|
||||
* *
|
||||
* *
|
||||
* This image tag is deprecated. *
|
||||
* We will not offer support for this tag *
|
||||
* and it will not be updated. *
|
||||
* *
|
||||
* *
|
||||
******************************************************
|
||||
******************************************************
|
||||
|
||||
latest tag is now based on Ubuntu Focal
|
||||
|
||||
|
||||
******************************************************
|
||||
******************************************************'
|
||||
Reference in New Issue
Block a user