Merge pull request #98 from linuxserver/focal-deprecate

deprecate the focal tag
This commit is contained in:
aptalca 2022-01-19 16:26:31 -05:00 committed by GitHub
commit 7442d74bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 2 deletions

View File

@ -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

View File

@ -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" }

View 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
******************************************************
******************************************************'