structural changes upstream
This commit is contained in:
@@ -29,7 +29,8 @@ RUN \
|
|||||||
/tmp/opt/emby-server/system/* \
|
/tmp/opt/emby-server/system/* \
|
||||||
/tmp/opt/emby-server/lib/* \
|
/tmp/opt/emby-server/lib/* \
|
||||||
/tmp/opt/emby-server/bin/ff* \
|
/tmp/opt/emby-server/bin/ff* \
|
||||||
/tmp/opt/emby-server/etc
|
/tmp/opt/emby-server/etc \
|
||||||
|
/tmp/opt/emby-server/extra/lib/*
|
||||||
|
|
||||||
# runtime stage
|
# runtime stage
|
||||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:focal
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:focal
|
||||||
|
|||||||
@@ -29,7 +29,8 @@ RUN \
|
|||||||
/tmp/opt/emby-server/system/* \
|
/tmp/opt/emby-server/system/* \
|
||||||
/tmp/opt/emby-server/lib/* \
|
/tmp/opt/emby-server/lib/* \
|
||||||
/tmp/opt/emby-server/bin/ff* \
|
/tmp/opt/emby-server/bin/ff* \
|
||||||
/tmp/opt/emby-server/etc
|
/tmp/opt/emby-server/etc \
|
||||||
|
/tmp/opt/emby-server/extra/lib/*
|
||||||
|
|
||||||
# runtime stage
|
# runtime stage
|
||||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-focal
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-focal
|
||||||
|
|||||||
@@ -29,7 +29,8 @@ RUN \
|
|||||||
/tmp/opt/emby-server/system/* \
|
/tmp/opt/emby-server/system/* \
|
||||||
/tmp/opt/emby-server/lib/* \
|
/tmp/opt/emby-server/lib/* \
|
||||||
/tmp/opt/emby-server/bin/ff* \
|
/tmp/opt/emby-server/bin/ff* \
|
||||||
/tmp/opt/emby-server/etc
|
/tmp/opt/emby-server/etc \
|
||||||
|
/tmp/opt/emby-server/extra/lib/*
|
||||||
|
|
||||||
# runtime stage
|
# runtime stage
|
||||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-focal
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-focal
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ Find us at:
|
|||||||
|
|
||||||
[Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.
|
[Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.
|
||||||
|
|
||||||
[](https://emby.media/)
|
[](https://emby.media/)
|
||||||
|
|
||||||
## Supported Architectures
|
## Supported Architectures
|
||||||
|
|
||||||
@@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **19.05.21:** - Structural changes upstream.
|
||||||
* **17.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. Remove no longer used mapping for /transcode.
|
* **17.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. Remove no longer used mapping for /transcode.
|
||||||
* **21.12.20:** - Rebase to Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.
|
* **21.12.20:** - Rebase to Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.
|
||||||
* **03.11.20:** - Fix issue with missing samba folder.
|
* **03.11.20:** - Fix issue with missing samba folder.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# project information
|
# project information
|
||||||
project_name: emby
|
project_name: emby
|
||||||
project_url: "https://emby.media/"
|
project_url: "https://emby.media/"
|
||||||
project_logo: "https://emby.media/community/uploads/inline/3/55626b855503c_logo800.png"
|
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emby-logo.png"
|
||||||
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
||||||
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server."
|
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server."
|
||||||
|
|
||||||
@@ -89,6 +89,7 @@ app_setup_block: |
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "19.05.21:", desc: "Structural changes upstream." }
|
||||||
- { date: "17.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. Remove no longer used mapping for /transcode." }
|
- { date: "17.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. Remove no longer used mapping for /transcode." }
|
||||||
- { date: "21.12.20:", desc: "Rebase to Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }
|
- { date: "21.12.20:", desc: "Rebase to Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }
|
||||||
- { date: "03.11.20:", desc: "Fix issue with missing samba folder." }
|
- { date: "03.11.20:", desc: "Fix issue with missing samba folder." }
|
||||||
|
|||||||
Reference in New Issue
Block a user