mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #10603] [MERGED] Refactor Dockerfile and build #12374
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12374
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/10603
Author: @Gauvino
Created: 11/18/2023
Status: ✅ Merged
Merged: 1/18/2024
Merged by: @crobibero
Base:
master← Head:Patch-action📝 Commits (10+)
b5ae1c2Fix fedora5060e9bFix RID Linux0be97a2Fix package and image versionseed4cfbMerge branch 'jellyfin:master' into Patch-actionc058af4Fix buildling and optimize docker images93b2a56Removed find obj6b2d539Changed curl command and added gpg34175a3Merge branch 'jellyfin:master' into Patch-action2fe82ffAdded to Contributors2d825d8Removed apt-transport-https package📊 Changes
45 files changed (+401 additions, -326 deletions)
View changed files
📝
CONTRIBUTORS.md(+2 -1)📝
Dockerfile(+30 -36)📝
Dockerfile.arm(+24 -32)📝
Dockerfile.arm64(+26 -28)📝
bump_version(+2 -2)📝
debian/rules(+6 -6)📝
deployment/Dockerfile.centos.amd64(+18 -11)📝
deployment/Dockerfile.debian.amd64(+12 -5)📝
deployment/Dockerfile.debian.arm64(+16 -9)📝
deployment/Dockerfile.debian.armhf(+16 -9)📝
deployment/Dockerfile.docker.amd64(+4 -5)📝
deployment/Dockerfile.docker.arm64(+4 -5)📝
deployment/Dockerfile.docker.armhf(+4 -5)📝
deployment/Dockerfile.fedora.amd64(+16 -9)📝
deployment/Dockerfile.linux.amd64(+10 -3)📝
deployment/Dockerfile.linux.amd64-musl(+10 -3)📝
deployment/Dockerfile.linux.arm64(+10 -3)📝
deployment/Dockerfile.linux.armhf(+10 -3)📝
deployment/Dockerfile.linux.musl-linux-arm64(+11 -4)📝
deployment/Dockerfile.macos.amd64(+10 -3)...and 25 more files
📄 Description
Rework of Dockerfile and build script
${JELLYFIN_DATA_DIR} ${JELLYFIN_CACHE_DIR}ENV NVIDIA_VISIBLE_DEVICES="all"ARG DOTNET_VERSION=8.0Other PR :
Supercedes https://github.com/jellyfin/jellyfin/pull/9625
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.