Merge pull request #353 from linuxserver/no-bionic

pull/355/head 1.30.2.6563-3d4dc0cce-ls151
Adam 2 years ago committed by GitHub
commit 35597783c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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\> |
| 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
Webui can be found at `<your-ip>:32400/web`

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

Loading…
Cancel
Save