Skip to content

Commit

Permalink
Use upstream chisel-releases for jellyfin
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Dec 19, 2024
1 parent e115f31 commit 27db319
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions images/jellyfin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ RUN \
curl \
# chisel-wrapper dependency \
file \
# Needed to clone a custom chisel-releases \
git \
# Needed to get the jellyfin-ffmpeg version \
jq \
&& curl \
Expand All @@ -28,7 +26,6 @@ RUN \
https://raw.githubusercontent.com/canonical/rocks-toolbox/main/chisel-wrapper \
&& chmod +x /usr/bin/chisel-wrapper \
&& mkdir -p /rootfs/var/lib/dpkg \
&& git clone --branch jellyfin https://github.com/HadrienPatte/chisel-releases.git \
\
# Install jellyfin \
&& mkdir /jellyfin \
Expand Down Expand Up @@ -67,7 +64,7 @@ RUN \
\
# Build rootfs with jellyfin dependencies \
&& chisel-wrapper --generate-dpkg-status /rootfs/var/lib/dpkg/status -- \
--release ./chisel-releases \
--release ubuntu-${UBUNTU_VERSION} \
--root /rootfs \
# Base filesystem \
base-files_base \
Expand All @@ -94,4 +91,3 @@ COPY --from=builder /jellyfin/usr /usr
USER nonroot
ENV XDG_CACHE_HOME=/config/cache
ENTRYPOINT ["/usr/lib/jellyfin/bin/jellyfin", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg", "--webdir=/usr/share/jellyfin/web", "--datadir=/config"]

0 comments on commit 27db319

Please sign in to comment.