Skip to content

Commit 7442d74

Browse files
authored
Merge pull request #98 from linuxserver/focal-deprecate
deprecate the focal tag
2 parents 0e3a1a9 + 8db4236 commit 7442d74

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This image provides various versions that are available via tags. `latest` tag u
7171
| Tag | Description |
7272
| :----: | --- |
7373
| latest | Stable releases |
74-
| focal | Stable releases, on a focal baseiamge |
74+
| focal | DEPRECATED - Stable releases, on a focal baseiamge |
7575

7676
## Application Setup
7777

@@ -262,6 +262,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
262262

263263
## Versions
264264

265+
* **19.01.21:** - Deprecate the focal tag.
265266
* **12.07.21:** - Rebase to focal
266267
* **11.07.21:** - Bump node to 14 to fix builds
267268
* **08.05.21:** - Fix doc link

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ available_architectures:
2929
development_versions: true
3030
development_versions_items:
3131
- { tag: "latest", desc: "Stable releases" }
32-
- { tag: "focal", desc: "Stable releases, on a focal baseiamge" }
32+
- { tag: "focal", desc: "DEPRECATED - Stable releases, on a focal baseiamge" }
3333

3434
# container parameters
3535
common_param_env_vars_enabled: true
@@ -75,6 +75,7 @@ app_setup_block: |
7575
7676
# changelog
7777
changelogs:
78+
- { date: "19.01.21:", desc: "Deprecate the focal tag." }
7879
- { date: "12.07.21:", desc: "Rebase to focal" }
7980
- { date: "11.07.21:", desc: "Bump node to 14 to fix builds" }
8081
- { date: "08.05.21:", desc: "Fix doc link" }

root/etc/cont-init.d/99-deprecation

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/usr/bin/with-contenv bash
2+
3+
echo '
4+
******************************************************
5+
******************************************************
6+
* *
7+
* *
8+
* This image tag is deprecated. *
9+
* We will not offer support for this tag *
10+
* and it will not be updated. *
11+
* *
12+
* *
13+
******************************************************
14+
******************************************************
15+
16+
latest tag is now based on Ubuntu Focal
17+
18+
19+
******************************************************
20+
******************************************************'

0 commit comments

Comments
 (0)