From d8261aea12aa9a5ae6cc6d9e392a5a9da0ab8456 Mon Sep 17 00:00:00 2001 From: Emi Vasilek Date: Mon, 25 Nov 2024 00:48:20 +0100 Subject: [PATCH] Fix obsolete official Dockerfile URL https://github.com/jellyfin/jellyfin/pull/11162 (first in 10.9.0) moved the Dockerfile from the main repository to jellyfin-packaging. --- docs/general/installation/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/installation/container.md b/docs/general/installation/container.md index 01bee1b17..a82d36abc 100644 --- a/docs/general/installation/container.md +++ b/docs/general/installation/container.md @@ -16,7 +16,7 @@ LinuxServer.io image: `linuxserver/jellyfin` Docker Pull Count. Jellyfin distributes [official container images on Docker Hub](https://hub.docker.com/r/jellyfin/jellyfin/) for multiple architectures. -These images are based on Debian and [built directly from the Jellyfin source code](https://github.com/jellyfin/jellyfin/blob/master/Dockerfile). +These images are based on Debian and [built directly from the Jellyfin source code](https://github.com/jellyfin/jellyfin-packaging/blob/master/docker/Dockerfile). Additionally, there are several third parties providing unofficial container images, including the [LinuxServer.io](https://www.linuxserver.io/) ([Dockerfile](https://github.com/linuxserver/docker-jellyfin/blob/master/Dockerfile)) project and [hotio](https://github.com/hotio) ([Dockerfile](https://github.com/hotio/jellyfin/blob/release/linux-amd64.Dockerfile)), which offer images based on Ubuntu and the official Jellyfin Ubuntu binary packages.