2021-08-24 04:04:34 UTC
231 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:4925411b97770aec1ab90179f8f78736f30ef51dc775015813f03894cde343cf - 11.77% (27.2 MB)
[#001] sha256:66ee07d822837438c44fafe46138c32351f7f016ca465b8e17d31cd7f7d270b6 - 0.78% (1.8 MB)
[#002] sha256:c85878fa62a64591988932b3d35a3ba96f697a2e788da59c6382f5e5679d05cf - 0.75% (1.73 MB)
[#003] sha256:8653b26c58adb9f0edc3390cd84b9f52b91794265f0b8ddd2f3c428f9feed2d4 - 0.0% (437 Bytes)
[#004] sha256:2b8068fdf45c75b24eafa42dc1511a2c85d87835eff7fa23a9715c4413d79c35 - 0.0% (274 Bytes)
[#005] sha256:4a3d71e39dfcb60b0434582f4648a70bfca496c285680bab5113d5f091aabc3c - 7.1% (16.4 MB)
[#006] sha256:f1a90dca41e03ea09724b1b117236f6062f759dc8709544b4188c2c16c73180c - 0.0% (2.85 KB)
[#007] sha256:678d56bbe3baa67c18d34d2833c7ff06bb89cd4e9dd7c74ffa219ce349307cf0 - 79.6% (184 MB)
[#008] sha256:1c6d21b4edbd09c405cf6094a0c41cfdba55ae216de839efce631dfc35b91fd4 - 0.0% (1.34 KB)
/bin/sh -c #(nop) COPY dir:ed7f34dc652c9ce46974498da2c29f5bd9bc787639a6e5faf36971ad4ee8113e in /
2021-08-17 04:58:27 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-17 04:58:27 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-17 04:58:28 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a860c3e1-ls48 Build-date:- 2021-08-17T06:57:40+02:00
2021-08-17 04:58:28 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-17 04:58:28 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-17 04:58:28 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-08-17 04:58:29 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-08-17 04:58:29 UTC|4 BUILD_DATE=2021-08-17T06:57:40+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-08-17 04:58:29 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-17 04:58:30 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-17 04:58:30 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-17 04:58:30 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2021-08-17 04:58:52 UTC|5 BUILD_DATE=2021-08-17T06:57:40+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-08-17 04:58:52 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-17T06:57:40+02:00
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-17 04:58:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=a860c3e1-ls48
2021-08-24 04:02:39 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-24 04:02:39 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-24 04:02:39 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2021-08-24 04:02:40 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210824.2-unstable-ls621 Build-date:- 2021-08-24T06:01:12+02:00
2021-08-24 04:02:40 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-08-24 04:02:40 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-24 04:02:41 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-08-24 04:04:27 UTC|4 BUILD_DATE=2021-08-24T06:01:12+02:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210824.2-unstable VERSION=20210824.2-unstable-ls621 /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-08-24 04:04:29 UTC/bin/sh -c #(nop) COPY dir:5999a2eff1efb6667cf99de3fe362c1b0e70e2ade8f171ecf497a297568ef57d in /
2021-08-24 04:04:29 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-08-24 04:04:30 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-08-24 04:04:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-24 04:04:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-24T06:01:12+02:00
2021-08-24 04:04:31 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-08-24 04:04:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jellyfin
2021-08-24 04:04:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-24 04:04:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=825105669257995298f23cdb4354db016e7a2fc2
2021-08-24 04:04:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=825105669257995298f23cdb4354db016e7a2fc2
2021-08-24 04:04:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jellyfin
2021-08-24 04:04:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jellyfin
2021-08-24 04:04:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jellyfin/packages
2021-08-24 04:04:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-24 04:04:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20210824.2-unstable-ls621
2021-08-24 04:04:11 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:19de0a3e02b8e563526a8d39b8fd6bd62fb2f6b128c503640b9931e4b63a2827 - 13.49% (23 MB)
[#001] sha256:217fea7f801b8af029aa929acfc6bef0fe5ff001de58fe3e5ad282070f09bc87 - 1.26% (2.15 MB)
[#002] sha256:cf95fa97cae44bf35eb4786aa074c78cca971376dbec3d3a633ac390ef04fd19 - 1.22% (2.07 MB)
[#003] sha256:3ff8a1423c45f91967bbd176d3ca8180fd8793d482fd2fac00b241c27d46ccb6 - 0.0% (411 Bytes)
[#004] sha256:9e4c2e33051b47044f77b0cb2d76c02a015ed15507a23c350d37c16129e90c60 - 0.0% (280 Bytes)
[#005] sha256:82e06aefbc3208661997d9f4b7bf22790a532aa2396bfda10f174baa64fe4a6a - 9.65% (16.4 MB)
[#006] sha256:8a548b26a63436624e6c43d477304bbec5fb94c1b6828a72ec02731e4b88f7af - 0.0% (2.85 KB)
[#007] sha256:6a4f9563ac012294214a657d0fd7c8c6b4cc34925cb77be5518eb48b42655d74 - 74.37% (127 MB)
[#008] sha256:c6cfaf9a20b4ac12ec49037bf14ffdb4e8cec0d9f1ead82cbb071e743f2c53be - 0.0% (1.37 KB)
/bin/sh -c #(nop) COPY dir:0ddc706eac8dee8d18e3ec4f7efcd4c0c7cad3bb513fabd4ca9b3459b6fd22af in /
2021-08-17 04:58:45 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-17 04:58:46 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-17 04:58:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a860c3e1-ls48 Build-date:- 2021-08-17T06:57:40+02:00
2021-08-17 04:58:48 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-17 04:58:49 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-17 04:58:50 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-08-17 04:58:54 UTC|4 BUILD_DATE=2021-08-17T06:57:40+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-08-17 04:58:55 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-17 04:58:55 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-17 04:58:56 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-17 04:58:58 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-08-17 04:59:25 UTC|5 BUILD_DATE=2021-08-17T06:57:40+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-08-17 04:59:26 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-08-17 04:59:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-17 04:59:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-17 04:59:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-17T06:57:40+02:00
2021-08-17 04:59:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-17 04:59:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-17 04:59:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-17 04:59:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:59:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:59:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-17 04:59:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-17 04:59:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-17 04:59:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-17 04:59:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=a860c3e1-ls48
2021-08-24 04:02:43 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-24 04:02:44 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-24 04:02:44 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2021-08-24 04:02:44 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210824.2-unstable-ls621 Build-date:- 2021-08-24T06:01:12+02:00
2021-08-24 04:02:44 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-08-24 04:02:45 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-24 04:02:45 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-08-24 04:04:07 UTC|4 BUILD_DATE=2021-08-24T06:01:12+02:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210824.2-unstable VERSION=20210824.2-unstable-ls621 /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-08-24 04:04:07 UTC/bin/sh -c #(nop) COPY dir:84319eba49650d7469fdb561e1b0296b94a0ba5205aa5fc4e67e5dca14575b82 in /
2021-08-24 04:04:08 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-08-24 04:04:08 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-08-24 04:04:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-24 04:04:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-24T06:01:12+02:00
2021-08-24 04:04:09 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-08-24 04:04:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jellyfin
2021-08-24 04:04:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-24 04:04:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=825105669257995298f23cdb4354db016e7a2fc2
2021-08-24 04:04:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=825105669257995298f23cdb4354db016e7a2fc2
2021-08-24 04:04:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jellyfin
2021-08-24 04:04:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jellyfin
2021-08-24 04:04:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jellyfin/packages
2021-08-24 04:04:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-24 04:04:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20210824.2-unstable-ls621
2021-08-24 04:03:47 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:70b844eb5638902846d1a33d0a0668cd2513b223aa416ee3bd8448cd4b3fa20d - 14.66% (25.9 MB)
[#001] sha256:62b97b48c82259109a71bb8016a76faeb6fd24ca66e7703299d6788849bd9cb4 - 1.21% (2.15 MB)
[#002] sha256:d1671b94ef2b5e67e8b2f2b8c518c01869b795c9bad2b4e66d6ccacd15d1ed6d - 1.18% (2.09 MB)
[#003] sha256:f66a66e0ac77a17c5d11308e9a4ea98bb616fd8a04de150ed77c2f2e1a45f98e - 0.0% (413 Bytes)
[#004] sha256:04ef6e2ac55611deea2f75bd5c38ece5952f35564f1815c2f66dfd5a1ef0bde7 - 0.0% (277 Bytes)
[#005] sha256:ec185ab4fbb8fa14a2cff892be8b84c3dc32f59f4884497156017e8781aab9d0 - 10.12% (17.9 MB)
[#006] sha256:9bfb48c6b71965f31bbc79f850e6491842e006cfd922f91aa7533a2b6f1d6f5e - 0.0% (2.85 KB)
[#007] sha256:349a698b04a963295f2224d4e66ebab78c95ba63e8d72090fab6a1ca1f43f815 - 72.81% (129 MB)
[#008] sha256:6208e0cbe558cef54a9436b8e7299207a524b1cd5df334a8d56bcf49855d8bdd - 0.0% (1.31 KB)
/bin/sh -c #(nop) COPY dir:2f053a6bd602ac9f31aee7ad09f6a8fbf5418f514b97c3ef016e94649a4325c0 in /
2021-08-17 04:58:35 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-17 04:58:36 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-17 04:58:37 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a860c3e1-ls48 Build-date:- 2021-08-17T06:57:40+02:00
2021-08-17 04:58:38 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-17 04:58:39 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-17 04:58:40 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-08-17 04:58:42 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-08-17 04:58:43 UTC|4 BUILD_DATE=2021-08-17T06:57:40+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-08-17 04:58:44 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-17 04:58:44 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-17 04:58:45 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-17 04:58:47 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-08-17 04:59:09 UTC|5 BUILD_DATE=2021-08-17T06:57:40+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-08-17 04:59:10 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-08-17 04:59:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-17 04:59:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-17 04:59:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-17T06:57:40+02:00
2021-08-17 04:59:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-17 04:59:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-17 04:59:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-17 04:59:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:59:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:59:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-17 04:59:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-17 04:59:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-17 04:59:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-17 04:59:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=a860c3e1-ls48
2021-08-24 04:02:45 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-24 04:02:45 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-24 04:02:46 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2021-08-24 04:02:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210824.2-unstable-ls621 Build-date:- 2021-08-24T06:01:12+02:00
2021-08-24 04:02:48 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-08-24 04:02:49 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-24 04:02:50 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-08-24 04:03:33 UTC|4 BUILD_DATE=2021-08-24T06:01:12+02:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210824.2-unstable VERSION=20210824.2-unstable-ls621 /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-08-24 04:03:34 UTC/bin/sh -c #(nop) COPY dir:5999a2eff1efb6667cf99de3fe362c1b0e70e2ade8f171ecf497a297568ef57d in /
2021-08-24 04:03:34 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-08-24 04:03:36 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-08-24 04:03:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-24 04:03:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-24T06:01:12+02:00
2021-08-24 04:03:38 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-08-24 04:03:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jellyfin
2021-08-24 04:03:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-24 04:03:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=825105669257995298f23cdb4354db016e7a2fc2
2021-08-24 04:03:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=825105669257995298f23cdb4354db016e7a2fc2
2021-08-24 04:03:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jellyfin
2021-08-24 04:03:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jellyfin
2021-08-24 04:03:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jellyfin/packages
2021-08-24 04:03:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-24 04:03:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20210824.2-unstable-ls621
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.