2021-07-05 23:01:50 UTC
229 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
NVIDIA_DRIVER_CAPABILITIEScompute,video,utility
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:2464a459645659dc6ca83a6e4d4e8cd6c85c7e5042c88355954f8248b9816cc3 - 11.88% (27.2 MB)
[#001] sha256:b1e4892ac9bd601ae3858a37275b571b7f174da1b066ccb712e38e7ace4111c8 - 0.79% (1.8 MB)
[#002] sha256:cd110466eccda37ed08ca6b6836c01d764b9a3c50f68ce6c43906d7b2e55da49 - 0.75% (1.73 MB)
[#003] sha256:0f5280993f005975d2a048f256a213533f476acd3208d4e72d7a85739930c740 - 0.0% (439 Bytes)
[#004] sha256:95c06d24941e2c27693d5c103d99c4eda24096ada684ebbd6860a1c721454c2f - 0.0% (273 Bytes)
[#005] sha256:d9e94fd22df8020f9146c2f2ac975e775ada2b33ef6a5c1b0726835b0f74fce8 - 7.17% (16.4 MB)
[#006] sha256:6ef76423eab2670b31de30af5d4fc70eac56a6f8f1eb39b73a6b1f3cd10a01b3 - 0.0% (2.85 KB)
[#007] sha256:dae58293191a8aca14da1a0ba3c95aa67d7a9ec9005dbbf8ca054a45d4d21e73 - 79.4% (182 MB)
[#008] sha256:1a20410882d94e7316cc46d216c3683b1e091525a882a8e2c1d1264d1308ebfd - 0.0% (1.37 KB)
/bin/sh -c #(nop) COPY dir:99cd92341b62bbfdf54adbec0f989874869e46b309a40e821ce0659bad54df88 in /
2021-06-29 05:04:45 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-06-29 05:04:45 UTC/bin/sh -c #(nop) ARG VERSION
2021-06-29 05:04:45 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c7e580cb-ls44 Build-date:- 2021-06-29T01:03:57-04:00
2021-06-29 05:04:45 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-06-29 05:04:46 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-06-29 05:04:46 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-06-29 05:04:46 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-06-29 05:04:47 UTC|4 BUILD_DATE=2021-06-29T01:03:57-04:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=c7e580cb-ls44 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-06-29 05:04:47 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-06-29 05:04:47 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-06-29 05:04:47 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-06-29 05:04:47 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2021-06-29 05:05:05 UTC|5 BUILD_DATE=2021-06-29T01:03:57-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=c7e580cb-ls44 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-06-29 05:05:05 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-06-29 05:05:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-29T01:03:57-04:00
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2133b560304f9c93c172363a654b8198701f072b
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2133b560304f9c93c172363a654b8198701f072b
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-06-29 05:05:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=c7e580cb-ls44
2021-07-05 23:01:20 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-05 23:01:20 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-05 23:01:20 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2021-07-05 23:01:20 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210705.5-unstable-ls548 Build-date:- 2021-07-05T19:00:38-04:00
2021-07-05 23:01:20 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-07-05 23:01:20 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-05 23:01:20 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-07-05 23:01:49 UTC|4 BUILD_DATE=2021-07-05T19:00:38-04:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210705.5-unstable VERSION=20210705.5-unstable-ls548 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** install jellyfin *****" && curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal unstable' >> /etc/apt/sources.list.d/jellyfin.list && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN="jellyfin"; else JELLYFIN="jellyfin=${JELLYFIN_RELEASE}"; fi && apt-get update && apt-get install -y --no-install-recommends at i965-va-driver intel-media-va-driver-non-free ${JELLYFIN} jellyfin-ffmpeg jellyfin-server jellyfin-web libfontconfig1 libfreetype6 libssl1.1 mesa-va-drivers && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-05 23:01:49 UTC/bin/sh -c #(nop) COPY dir:f95f1871c913e0f92f52218077ba3a0e3994bdf64bc642e44896fa0595a1d237 in /
2021-07-05 23:01:49 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-07-05 23:01:49 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-07-05 23:01:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-05T19:00:38-04:00
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Jellyfin](https://jellyfin.github.io/) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it.
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jellyfin
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=810a1ee21690c101e7cadca4fd875953d68d15b8
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=810a1ee21690c101e7cadca4fd875953d68d15b8
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jellyfin
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jellyfin
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jellyfin/packages
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-05 23:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20210705.5-unstable-ls548
2021-07-05 23:02:57 UTC
170 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
NVIDIA_DRIVER_CAPABILITIEScompute,video,utility
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:d1795fe4118fe4162013a45142140868b305ae262b121262fd93343b206c2b5b - 13.49% (22.9 MB)
[#001] sha256:3c0d53891b2ca19a73e23ea48becb29fbf518cad131fec3c48854a6fbed7c019 - 1.27% (2.15 MB)
[#002] sha256:8778db82501f71d2e3a61404e079cd9199e8d62d8f3f8c2a1bdd508e1c3019da - 1.22% (2.07 MB)
[#003] sha256:46f211d6d7ac414b00fc858af6e9d6985939d912c603153240860a04a894b9a7 - 0.0% (438 Bytes)
[#004] sha256:287556e8d8f19c25382dae62921d6d0d3ec0d9a479dc68abee8ded1d92682059 - 0.0% (276 Bytes)
[#005] sha256:1d11554667b419a370a48a5242904847ee4ec267dd54b9ccab39cb32fd6edc60 - 9.66% (16.4 MB)
[#006] sha256:94f3feb0b5f94e2069904743db0e0ac42b79f8d9550ba39d9d7f1b2e86389e9c - 0.0% (2.85 KB)
[#007] sha256:359e938e2ecb20433db6ee9f7fdabeb850f855ad7fafa54a5bb950bdd1af9ac0 - 74.36% (126 MB)
[#008] sha256:84e6ff941b375701820b12fbc7fdaf71a2857ef1aded51f1167719bc8611b705 - 0.0% (1.32 KB)
/bin/sh -c #(nop) COPY dir:52e3af33de3d532f3bb514657f82208fd0032ff336cad15e7a673a7d4d37d357 in /
2021-06-29 05:05:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-06-29 05:05:10 UTC/bin/sh -c #(nop) ARG VERSION
2021-06-29 05:05:11 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c7e580cb-ls44 Build-date:- 2021-06-29T01:03:57-04:00
2021-06-29 05:05:11 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-06-29 05:05:11 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-06-29 05:05:12 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-06-29 05:05:13 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-06-29 05:05:15 UTC|4 BUILD_DATE=2021-06-29T01:03:57-04:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=c7e580cb-ls44 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-06-29 05:05:16 UTC/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch
2021-06-29 05:05:16 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-06-29 05:05:16 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-06-29 05:05:17 UTC/bin/sh -c #(nop) COPY file:24a76fa3c1eb56070522165ba3cf433129514ea104d858a39743b5aeef9a5ce4 in /etc/apt/
2021-06-29 05:06:18 UTC|5 BUILD_DATE=2021-06-29T01:03:57-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=c7e580cb-ls44 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-06-29 05:06:19 UTC/bin/sh -c #(nop) COPY dir:e3a3e5c57a28c7adda7ef5de981be04a1b65c8592bc8ec2a34f46412eaac0482 in /
2021-06-29 05:06:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-06-29 05:06:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-06-29 05:06:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-29T01:03:57-04:00
2021-06-29 05:06:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-06-29 05:06:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-06-29 05:06:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-06-29 05:06:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2133b560304f9c93c172363a654b8198701f072b
2021-06-29 05:06:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2133b560304f9c93c172363a654b8198701f072b
2021-06-29 05:06:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-06-29 05:06:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-06-29 05:06:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-06-29 05:06:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-06-29 05:06:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=c7e580cb-ls44
2021-07-05 23:01:31 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-05 23:01:32 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-05 23:01:33 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2021-07-05 23:01:34 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210705.5-unstable-ls548 Build-date:- 2021-07-05T19:00:38-04:00
2021-07-05 23:01:35 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-07-05 23:01:36 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-05 23:01:37 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-07-05 23:02:43 UTC|4 BUILD_DATE=2021-07-05T19:00:38-04:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210705.5-unstable VERSION=20210705.5-unstable-ls548 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** install jellyfin *****" && curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && curl -s https://keyserver.ubuntu.com/pks/lookup?op=get\&search=0x6587ffd6536b8826e88a62547876ae518cbcf2f2 | apt-key add - && echo 'deb [arch=armhf] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && echo 'deb [arch=armhf] https://repo.jellyfin.org/ubuntu focal unstable' >> /etc/apt/sources.list.d/jellyfin.list && echo "deb http://ppa.launchpad.net/ubuntu-raspi2/ppa-nightly/ubuntu focal main">> /etc/apt/sources.list.d/raspbins.list && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN="jellyfin"; else JELLYFIN="jellyfin=${JELLYFIN_RELEASE}"; fi && apt-get update && apt-get install -y --no-install-recommends at ${JELLYFIN} jellyfin-ffmpeg jellyfin-server jellyfin-web libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-05 23:02:44 UTC/bin/sh -c #(nop) COPY dir:f95f1871c913e0f92f52218077ba3a0e3994bdf64bc642e44896fa0595a1d237 in /
2021-07-05 23:02:44 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-07-05 23:02:45 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-07-05 23:02:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-05 23:02:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-05T19:00:38-04:00
2021-07-05 23:02:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Jellyfin](https://jellyfin.github.io/) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it.
2021-07-05 23:02:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jellyfin
2021-07-05 23:02:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-05 23:02:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=810a1ee21690c101e7cadca4fd875953d68d15b8
2021-07-05 23:02:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=810a1ee21690c101e7cadca4fd875953d68d15b8
2021-07-05 23:02:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jellyfin
2021-07-05 23:02:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jellyfin
2021-07-05 23:02:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jellyfin/packages
2021-07-05 23:02:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-05 23:02:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20210705.5-unstable-ls548
2021-07-05 23:02:49 UTC
177 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
NVIDIA_DRIVER_CAPABILITIEScompute,video,utility
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:784db9eb96ccf7b09e34c887e79a26cfd47314f10de1e5120b622d195a1d9472 - 14.67% (25.9 MB)
[#001] sha256:2a1926cda2b6c146e44bb8bfb8e448cce23a3da19754a1c25bb203f631fdde1f - 1.22% (2.15 MB)
[#002] sha256:c168d4f8f76dccf3885f44e5a7bfef94234b08d100e44db78b995566622c2db6 - 1.18% (2.09 MB)
[#003] sha256:78c1a1287defcb0575732ad8c22a42ea2898e6e6be6c91a265ec148a1fa4282e - 0.0% (440 Bytes)
[#004] sha256:71e90b62736d4b147a3aea50a762aacabe41ef9fc41813933abd48e3b3204d52 - 0.0% (276 Bytes)
[#005] sha256:2c2e4fc8b0c35d7b8e8983ff9b97348796da9f2d042a12a33bda41b17b688f10 - 10.13% (17.9 MB)
[#006] sha256:d43f807d80d2c8c28526e4f15e2253f9ffc8e9fa2a4b3313c0f654766e61bceb - 0.0% (2.85 KB)
[#007] sha256:1bdc4d89189bb57b66a641e84dd838cdb05f20decd9d2d1ea2a927f53a913cac - 72.8% (129 MB)
[#008] sha256:84e6ff941b375701820b12fbc7fdaf71a2857ef1aded51f1167719bc8611b705 - 0.0% (1.32 KB)
/bin/sh -c #(nop) COPY dir:7d641542d45e1dc2ebc3e37cb97413c208f04af74a291ea80710ec114f8dbaad in /
2021-06-29 05:05:28 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-06-29 05:05:28 UTC/bin/sh -c #(nop) ARG VERSION
2021-06-29 05:05:29 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c7e580cb-ls44 Build-date:- 2021-06-29T01:03:57-04:00
2021-06-29 05:05:29 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-06-29 05:05:30 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-06-29 05:05:31 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-06-29 05:05:32 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-06-29 05:05:36 UTC|4 BUILD_DATE=2021-06-29T01:03:57-04:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=c7e580cb-ls44 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-06-29 05:05:37 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-06-29 05:05:37 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-06-29 05:05:38 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-06-29 05:05:39 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-06-29 05:07:37 UTC|5 BUILD_DATE=2021-06-29T01:03:57-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=c7e580cb-ls44 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-06-29 05:07:40 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-06-29 05:07:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-06-29 05:07:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-06-29 05:07:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-29T01:03:57-04:00
2021-06-29 05:07:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-06-29 05:07:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-06-29 05:07:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-06-29 05:07:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2133b560304f9c93c172363a654b8198701f072b
2021-06-29 05:07:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2133b560304f9c93c172363a654b8198701f072b
2021-06-29 05:07:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-06-29 05:07:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-06-29 05:07:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-06-29 05:07:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-06-29 05:07:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=c7e580cb-ls44
2021-07-05 23:01:30 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-05 23:01:31 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-05 23:01:32 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2021-07-05 23:01:33 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210705.5-unstable-ls548 Build-date:- 2021-07-05T19:00:38-04:00
2021-07-05 23:01:34 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-07-05 23:01:35 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-05 23:01:36 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-07-05 23:02:34 UTC|4 BUILD_DATE=2021-07-05T19:00:38-04:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210705.5-unstable VERSION=20210705.5-unstable-ls548 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** install jellyfin *****" && curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && curl -s https://keyserver.ubuntu.com/pks/lookup?op=get\&search=0x6587ffd6536b8826e88a62547876ae518cbcf2f2 | apt-key add - && echo 'deb [arch=arm64] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && echo 'deb [arch=arm64] https://repo.jellyfin.org/ubuntu focal unstable' >> /etc/apt/sources.list.d/jellyfin.list && echo "deb http://ppa.launchpad.net/ubuntu-raspi2/ppa-nightly/ubuntu focal main">> /etc/apt/sources.list.d/raspbins.list && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN="jellyfin"; else JELLYFIN="jellyfin=${JELLYFIN_RELEASE}"; fi && apt-get update && apt-get install -y --no-install-recommends at ${JELLYFIN} jellyfin-ffmpeg jellyfin-server jellyfin-web libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-05 23:02:36 UTC/bin/sh -c #(nop) COPY dir:f95f1871c913e0f92f52218077ba3a0e3994bdf64bc642e44896fa0595a1d237 in /
2021-07-05 23:02:36 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-07-05 23:02:37 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-07-05 23:02:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-05 23:02:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-05T19:00:38-04:00
2021-07-05 23:02:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Jellyfin](https://jellyfin.github.io/) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it.
2021-07-05 23:02:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jellyfin
2021-07-05 23:02:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-05 23:02:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=810a1ee21690c101e7cadca4fd875953d68d15b8
2021-07-05 23:02:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=810a1ee21690c101e7cadca4fd875953d68d15b8
2021-07-05 23:02:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jellyfin
2021-07-05 23:02:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jellyfin
2021-07-05 23:02:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jellyfin/packages
2021-07-05 23:02:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-05 23:02:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20210705.5-unstable-ls548
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.