Remove reference to legacy bionic tag

pull/353/head
TheSpad 2 years ago
parent c97eaea176
commit aec85facc7
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

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

@ -58,15 +58,6 @@ The architectures supported by this image are:
| arm64 | ✅ | arm64v8-\<version tag\> | | arm64 | ✅ | arm64v8-\<version tag\> |
| armhf| ✅ | arm32v7-\<version tag\> | | armhf| ✅ | arm32v7-\<version tag\> |
## 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 ## Application Setup
Webui can be found at `<your-ip>:32400/web` Webui can be found at `<your-ip>:32400/web`

@ -15,10 +15,7 @@ available_architectures:
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"} - { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
# development version # development version
development_versions: true development_versions: false
development_versions_items:
- { tag: "latest", desc: "Stable releases with Focal baseimage" }
- { tag: "bionic", desc: "DEPRECATED - Stable releases with Bionic baseimage" }
# container parameters # container parameters
common_param_env_vars_enabled: true #PGID, PUID, etc common_param_env_vars_enabled: true #PGID, PUID, etc
@ -131,8 +128,7 @@ changelogs:
- { date: "09.12.17:", desc: "Fix continuation lines." } - { 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: "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: "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, - { date: "11.01.17:", desc: "Use Plex environment variables from pms docker, change abc home folder to /app to alleviate usermod chowning library" }
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: "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: "17.10.16:", desc: "Allow use of uppercase version variable" }
- { date: "01.10.16:", desc: "Add TZ info to README." } - { date: "01.10.16:", desc: "Add TZ info to README." }

Loading…
Cancel
Save