rebase to focal advertise bionic tag

This commit is contained in:
thelamer 2020-11-23 10:16:41 -08:00
parent 6603d817f3
commit 342c4810c6
5 changed files with 19 additions and 3 deletions

View file

@ -14,6 +14,12 @@ available_architectures:
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
- { 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: "Stable releases with Bionic baseimage" }
# container parameters
common_param_env_vars_enabled: true #PGID, PUID, etc
param_container_name: "{{ project_name }}"
@ -100,6 +106,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "23.11.20:", desc: "Add Bionic branch make Focal default." }
- { date: "03.05.20:", desc: "Update exposed ports and example docs for bridge mode." }
- { date: "23.03.20:", desc: "Remove udev hack (no longer needed), suppress uuid error in log during first start." }
- { date: "04.12.19:", desc: "Add variable for setting PLEX_CLAIM. Remove `/transcode` volume mapping as it is now set via plex gui and defaults to a location under `/config`." }