mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-26 22:15:41 +01:00
Merge pull request #98 from linuxserver/focal-deprecate
deprecate the focal tag
This commit is contained in:
commit
7442d74bc7
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
******************************************************
|
||||
******************************************************'
|
Loading…
Reference in New Issue
Block a user