From aec85facc76b95c7af3811f18232190064cb999a Mon Sep 17 00:00:00 2001 From: TheSpad Date: Thu, 9 Feb 2023 19:51:46 +0000 Subject: [PATCH] Remove reference to legacy bionic tag --- .github/workflows/call_invalid_helper.yml | 12 ++++++++++++ README.md | 9 --------- readme-vars.yml | 8 ++------ 3 files changed, 14 insertions(+), 15 deletions(-) create mode 100644 .github/workflows/call_invalid_helper.yml diff --git a/.github/workflows/call_invalid_helper.yml b/.github/workflows/call_invalid_helper.yml new file mode 100644 index 00000000..773767c2 --- /dev/null +++ b/.github/workflows/call_invalid_helper.yml @@ -0,0 +1,12 @@ +name: Comment on invalid interaction +on: + issues: + types: + - labeled +jobs: + add-comment-on-invalid: + if: github.event.label.name == 'invalid' + permissions: + issues: write + uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1 + secrets: inherit diff --git a/README.md b/README.md index f8578cef..8104bf83 100644 --- a/README.md +++ b/README.md @@ -58,15 +58,6 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf| ✅ | arm32v7-\ | -## Version Tags - -This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. - -| Tag | Available | Description | -| :----: | :----: |--- | -| latest | ✅ | Stable releases with Focal baseimage | -| bionic | ✅ | DEPRECATED - Stable releases with Bionic baseimage | - ## Application Setup Webui can be found at `:32400/web` diff --git a/readme-vars.yml b/readme-vars.yml index 9a1e7e2c..478af0d9 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -15,10 +15,7 @@ available_architectures: - { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"} # development version -development_versions: true -development_versions_items: - - { tag: "latest", desc: "Stable releases with Focal baseimage" } - - { tag: "bionic", desc: "DEPRECATED - Stable releases with Bionic baseimage" } +development_versions: false # container parameters common_param_env_vars_enabled: true #PGID, PUID, etc @@ -131,8 +128,7 @@ changelogs: - { date: "09.12.17:", desc: "Fix continuation lines." } - { date: "12.07.17:", desc: "Add inspect commands to README, move to jenkins build and push." } - { date: "28.05.17:", desc: "Add unrar package as per requests, for subzero plugin." } - - { date: "11.01.17:", desc: "Use Plex environment variables from pms docker, - change abc home folder to /app to alleviate usermod chowning library" } + - { date: "11.01.17:", desc: "Use Plex environment variables from pms docker, change abc home folder to /app to alleviate usermod chowning library" } - { date: "03.01.17:", desc: "Use case insensitive version variable matching rather than export and make lowercase." } - { date: "17.10.16:", desc: "Allow use of uppercase version variable" } - { date: "01.10.16:", desc: "Add TZ info to README." }