Skip to content

Commit 296f074

Browse files
committed
deprecate the focal tag
1 parent 081b38e commit 296f074

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme-vars.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is VS Code ru
1919
- You're no longer running excess instances of Chrome."
2020
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
2121

22+
project_deprecation_status: true
23+
project_deprecation_message: |
24+
latest tag is now based on Ubuntu Focal
25+
2226
# supported architectures
2327
available_architectures:
2428
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
@@ -75,6 +79,7 @@ app_setup_block: |
7579
7680
# changelog
7781
changelogs:
82+
- { date: "19.01.21:", desc: "Deprecate the focal tag." }
7883
- { date: "12.07.21:", desc: "Rebase to focal" }
7984
- { date: "11.07.21:", desc: "Bump node to 14 to fix builds" }
8085
- { date: "08.05.21:", desc: "Fix doc link" }

0 commit comments

Comments
 (0)