Merge pull request #137 from linuxserver/intel

update readme
This commit is contained in:
aptalca
2022-01-05 14:30:13 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -64,8 +64,7 @@ This image provides various versions that are available via tags. `latest` tag u
| Tag | Description | | Tag | Description |
| :----: | --- | | :----: | --- |
| latest | Stable Jellyfin releases - Focal baseimage | | latest | Stable Jellyfin releases |
| bionic | DEPRECATED, no longer updated - Stable Jellyfin releases - Bionic baseimage |
| nightly | Nightly Jellyfin releases | | nightly | Nightly Jellyfin releases |
## Application Setup ## Application Setup
@@ -304,6 +303,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **05.01.22:** - Specify Intel iHD driver versions to avoid mismatched libva errors.
* **25.12.21:** - Fix video device group perms error message. * **25.12.21:** - Fix video device group perms error message.
* **10.12.21:** - Rework readme, disable template sync. * **10.12.21:** - Rework readme, disable template sync.
* **22.09.21:** - Pull only the server, web and ffmpeg packages instead of the wrapper. * **22.09.21:** - Pull only the server, web and ffmpeg packages instead of the wrapper.

View File

@@ -16,8 +16,7 @@ available_architectures:
# development version # development version
development_versions: true development_versions: true
development_versions_items: development_versions_items:
- { tag: "latest", desc: "Stable Jellyfin releases - Focal baseimage" } - { tag: "latest", desc: "Stable Jellyfin releases" }
- { tag: "bionic", desc: "DEPRECATED, no longer updated - Stable Jellyfin releases - Bionic baseimage" }
- { tag: "nightly", desc: "Nightly Jellyfin releases" } - { tag: "nightly", desc: "Nightly Jellyfin releases" }
# container parameters # container parameters
@@ -117,6 +116,7 @@ unraid_template_sync: false
# changelog # changelog
changelogs: changelogs:
- { date: "05.01.22:", desc: "Specify Intel iHD driver versions to avoid mismatched libva errors." }
- { date: "25.12.21:", desc: "Fix video device group perms error message." } - { date: "25.12.21:", desc: "Fix video device group perms error message." }
- { date: "10.12.21:", desc: "Rework readme, disable template sync." } - { date: "10.12.21:", desc: "Rework readme, disable template sync." }
- { date: "22.09.21:", desc: "Pull only the server, web and ffmpeg packages instead of the wrapper." } - { date: "22.09.21:", desc: "Pull only the server, web and ffmpeg packages instead of the wrapper." }