Jellyfin Plus is a custom jellyfin docker image based on the official jellyfin image. This image includes additional packages that I need with my installation of Jellyfin.
The GitHub Actions workflow automates the building and deployment of the image to the Docker Hub registry. It runs every Saturday at 8:00 AM, ensuring the image with the latest tag aligns with the most recent Jellyfin version. If you use an automatic docker image update tool like watchtower, be aware of this update schedule.
docker build -f ./Containerfile -t atb00ker/jellyfin:latest ./
docker push atb00ker/jellyfin:latest
Content type
Image
Digest
sha256:eae08f5cb…
Size
1.1 GB
Last updated
5 days ago
docker pull atb00ker/jellyfin