Skip to content

Commit 3559778

Browse files
authored
Merge pull request #353 from linuxserver/no-bionic
2 parents c97eaea + aec85fa commit 3559778

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Comment on invalid interaction
2+
on:
3+
issues:
4+
types:
5+
- labeled
6+
jobs:
7+
add-comment-on-invalid:
8+
if: github.event.label.name == 'invalid'
9+
permissions:
10+
issues: write
11+
uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
12+
secrets: inherit

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ The architectures supported by this image are:
5858
| arm64 || arm64v8-\<version tag\> |
5959
| armhf|| arm32v7-\<version tag\> |
6060

61-
## Version Tags
62-
63-
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
64-
65-
| Tag | Available | Description |
66-
| :----: | :----: |--- |
67-
| latest || Stable releases with Focal baseimage |
68-
| bionic || DEPRECATED - Stable releases with Bionic baseimage |
69-
7061
## Application Setup
7162

7263
Webui can be found at `<your-ip>:32400/web`

readme-vars.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ available_architectures:
1515
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
1616

1717
# development version
18-
development_versions: true
19-
development_versions_items:
20-
- { tag: "latest", desc: "Stable releases with Focal baseimage" }
21-
- { tag: "bionic", desc: "DEPRECATED - Stable releases with Bionic baseimage" }
18+
development_versions: false
2219

2320
# container parameters
2421
common_param_env_vars_enabled: true #PGID, PUID, etc
@@ -131,8 +128,7 @@ changelogs:
131128
- { date: "09.12.17:", desc: "Fix continuation lines." }
132129
- { date: "12.07.17:", desc: "Add inspect commands to README, move to jenkins build and push." }
133130
- { date: "28.05.17:", desc: "Add unrar package as per requests, for subzero plugin." }
134-
- { date: "11.01.17:", desc: "Use Plex environment variables from pms docker,
135-
change abc home folder to /app to alleviate usermod chowning library" }
131+
- { date: "11.01.17:", desc: "Use Plex environment variables from pms docker, change abc home folder to /app to alleviate usermod chowning library" }
136132
- { date: "03.01.17:", desc: "Use case insensitive version variable matching rather than export and make lowercase." }
137133
- { date: "17.10.16:", desc: "Allow use of uppercase version variable" }
138134
- { date: "01.10.16:", desc: "Add TZ info to README." }

0 commit comments

Comments
 (0)