2022-03-07 21:02:22 UTC
246 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:756e350239516bb25ccdbd18f136ebe5d0229945a08a0f67eac03ba9eb5380ee - 11.08% (27.2 MB)
[#001] sha256:4d4505873d579207af88b01caa81ade76c6f70c0f9c3fe05af18b73dceb4763a - 0.73% (1.8 MB)
[#002] sha256:fa602d6203bdee03c237c9cf4af0d8b39cee2d505d507d9656101db11eb09fbc - 0.7% (1.73 MB)
[#003] sha256:0fe07a17f3b487ab3ac035b56c226ee524080be5572eb0bf9ad013b6ef6e9cda - 0.0% (437 Bytes)
[#004] sha256:28938431aeb7e5d1b20a09f5c037306c3eafeb7a0be0a331e76a863c383b1949 - 0.0% (275 Bytes)
[#005] sha256:3ce0a85d87fe7ae31cc8a57146e8cc6bc8cdffbb72c9629a77fdc6cbfe8cebc6 - 6.68% (16.4 MB)
[#006] sha256:0c89fb87fe76b5ad69babfa7c393f5786d45146aadcfc6e09f7698f7676c39ce - 0.0% (3.55 KB)
[#007] sha256:25d4c4f1d926024dca08d2b246d8326f1302826ccb3f4545b06c68581bee34e0 - 80.8% (199 MB)
[#008] sha256:8b682f9920f9e4c924e6fc2b3c8dbe5d21850f7993780c4f5df45da84c93aa3f - 0.0% (1.35 KB)
/bin/sh -c #(nop) COPY dir:1d849160fd3f8b254ae2982e9ff7c119ca0dfec12a210d468d644c9689d82bdd in /
2022-03-01 04:55:13 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-03-01 04:55:13 UTC/bin/sh -c #(nop) ARG VERSION
2022-03-01 04:55:13 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5fc6ef38-ls66 Build-date:- 2022-03-01T05:53:53+01:00
2022-03-01 04:55:14 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-03-01 04:55:14 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2022-03-01 04:55:14 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2022-03-01 04:55:16 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2022-03-01 04:55:17 UTC|4 BUILD_DATE=2022-03-01T05:53:53+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5fc6ef38-ls66 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2022-03-01 04:55:17 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2022-03-01 04:55:17 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-03-01 04:55:17 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2022-03-01 04:55:17 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2022-03-01 04:56:02 UTC|5 BUILD_DATE=2022-03-01T05:53:53+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5fc6ef38-ls66 /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/*
2022-03-01 04:56:02 UTC/bin/sh -c #(nop) COPY dir:6eaf1853d2d5089c662066a4047f9c5dc049de203ee0797e0a2efa35d84245be in /
2022-03-01 04:56:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-03-01 04:56:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-03-01 04:56:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-01T05:53:53+01:00
2022-03-01 04:56:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2022-03-01 04:56:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2022-03-01 04:56:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-03-01 04:56:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=93acea9e6e12096eec25624a6e6e845448abe405
2022-03-01 04:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=93acea9e6e12096eec25624a6e6e845448abe405
2022-03-01 04:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2022-03-01 04:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2022-03-01 04:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2022-03-01 04:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-03-01 04:56:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5fc6ef38-ls66
2022-03-07 21:00:53 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-03-07 21:00:53 UTC/bin/sh -c #(nop) ARG VERSION
2022-03-07 21:00:54 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2022-03-07 21:00:54 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20220307.30-unstable-ls853 Build-date:- 2022-03-07T21:59:35+01:00
2022-03-07 21:00:54 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-03-07 21:00:54 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-03-07 21:00:54 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2022-03-07 21:00:54 UTC/bin/sh -c #(nop) ARG INTEL_LIBVA_VER=2.13.0+i643~u20.04
2022-03-07 21:00:54 UTC/bin/sh -c #(nop) ARG INTEL_GMM_VER=21.3.3+i643~u20.04
2022-03-07 21:00:54 UTC/bin/sh -c #(nop) ARG INTEL_iHD_VER=21.4.1+i643~u20.04
2022-03-07 21:02:18 UTC|7 BUILD_DATE=2022-03-07T21:59:35+01:00 DEBIAN_FRONTEND=noninteractive INTEL_GMM_VER=21.3.3+i643~u20.04 INTEL_LIBVA_VER=2.13.0+i643~u20.04 INTEL_iHD_VER=21.4.1+i643~u20.04 JELLYFIN_RELEASE=20220307.30-unstable VERSION=20220307.30-unstable-ls853 /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 && curl -s https://repositories.intel.com/graphics/intel-graphics.key | apt-key add - && echo 'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main' > /etc/apt/sources.list.d/intel-graphics.list && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN="jellyfin-server"; else JELLYFIN="jellyfin-server=${JELLYFIN_RELEASE}"; fi && apt-get update && apt-get install -y --no-install-recommends at libva2="${INTEL_LIBVA_VER}" libigdgmm11="${INTEL_GMM_VER}" intel-media-va-driver-non-free="${INTEL_iHD_VER}" ${JELLYFIN} jellyfin-ffmpeg jellyfin-web libfontconfig1 libfreetype6 libssl1.1 mesa-va-drivers && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2022-03-07 21:02:19 UTC/bin/sh -c #(nop) COPY dir:cefc662ca4d3c57df52a236f2967149bf7aada537e597e2609a2bfe307f871d5 in /
2022-03-07 21:02:19 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2022-03-07 21:02:19 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-03-07 21:02:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-03-07 21:02:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-07T21:59:35+01:00
2022-03-07 21:02:20 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.
2022-03-07 21:02:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jellyfin
2022-03-07 21:02:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-03-07 21:02:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a82ab8009e6793f35adb9d833fa6c5058ff1d30c
2022-03-07 21:02:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a82ab8009e6793f35adb9d833fa6c5058ff1d30c
2022-03-07 21:02:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jellyfin
2022-03-07 21:02:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jellyfin
2022-03-07 21:02:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jellyfin/packages
2022-03-07 21:02:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-03-07 21:02:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20220307.30-unstable-ls853
2022-03-07 21:01:57 UTC
176 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:6b317594914122e1135a4a0f739a6fadde780fbe82006815509c5b232d209b21 - 13.07% (22.9 MB)
[#001] sha256:e2b61917cfcec8b0b1bcd57d13f23105456bdf2d89fe0b756d83808b8860c593 - 1.23% (2.15 MB)
[#002] sha256:c066bd9b05651c4d668f88958d8b2a1dfb7b6064fe90961f35f08067f5b4c6a1 - 1.18% (2.07 MB)
[#003] sha256:662f0d77494e231693c5ec354d92c60b449dc2cc2fb0ec6adbe3884e4e870243 - 0.0% (408 Bytes)
[#004] sha256:90a70adb3a13ad049672c08b910924b3dc3218ed37c0f8b634ec63b15c6b8a4e - 0.0% (274 Bytes)
[#005] sha256:c2cf5e093c9fc506a164d05a816214d41d9d7462e84ad37ca5108bc644c28085 - 9.36% (16.4 MB)
[#006] sha256:3ea6e1fa005c06e179032b38932f15bef67b8cea2e3f2f226329ed96827838b8 - 0.0% (3.55 KB)
[#007] sha256:ee2f5799b3c82c6efbf154250e1b6b57a1e332834ed74709b649ce5480f5bc22 - 75.16% (132 MB)
[#008] sha256:f85b66915d7c7bfb02d3de86794e5db21ffc787dda47f573cc53811d3484979c - 0.0% (1.3 KB)
/bin/sh -c #(nop) COPY dir:6b9db42f6d9e463e3eee11112d1e6a8ef35ab630421b344418be9bb600eb35d3 in /
2022-03-01 04:55:14 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-03-01 04:55:14 UTC/bin/sh -c #(nop) ARG VERSION
2022-03-01 04:55:15 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5fc6ef38-ls66 Build-date:- 2022-03-01T05:53:53+01:00
2022-03-01 04:55:16 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-03-01 04:55:17 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2022-03-01 04:55:18 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2022-03-01 04:55:21 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2022-03-01 04:55:22 UTC|4 BUILD_DATE=2022-03-01T05:53:53+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5fc6ef38-ls66 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2022-03-01 04:55:23 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2022-03-01 04:55:23 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-03-01 04:55:24 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2022-03-01 04:55:26 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2022-03-01 04:55:51 UTC|5 BUILD_DATE=2022-03-01T05:53:53+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5fc6ef38-ls66 /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/*
2022-03-01 04:55:52 UTC/bin/sh -c #(nop) COPY dir:6eaf1853d2d5089c662066a4047f9c5dc049de203ee0797e0a2efa35d84245be in /
2022-03-01 04:55:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-03-01 04:55:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-03-01 04:55:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-01T05:53:53+01:00
2022-03-01 04:55:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2022-03-01 04:55:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2022-03-01 04:55:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-03-01 04:55:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=93acea9e6e12096eec25624a6e6e845448abe405
2022-03-01 04:55:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=93acea9e6e12096eec25624a6e6e845448abe405
2022-03-01 04:56:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2022-03-01 04:56:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2022-03-01 04:56:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2022-03-01 04:56:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-03-01 04:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5fc6ef38-ls66
2022-03-07 21:00:56 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-03-07 21:00:56 UTC/bin/sh -c #(nop) ARG VERSION
2022-03-07 21:00:57 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2022-03-07 21:00:58 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20220307.30-unstable-ls853 Build-date:- 2022-03-07T21:59:35+01:00
2022-03-07 21:00:59 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-03-07 21:01:00 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-03-07 21:01:01 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2022-03-07 21:01:42 UTC|4 BUILD_DATE=2022-03-07T21:59:35+01:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20220307.30-unstable VERSION=20220307.30-unstable-ls853 /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-server"; else JELLYFIN="jellyfin-server=${JELLYFIN_RELEASE}"; fi && apt-get update && apt-get install -y --no-install-recommends at ${JELLYFIN} jellyfin-ffmpeg jellyfin-web libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2022-03-07 21:01:44 UTC/bin/sh -c #(nop) COPY dir:cefc662ca4d3c57df52a236f2967149bf7aada537e597e2609a2bfe307f871d5 in /
2022-03-07 21:01:44 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2022-03-07 21:01:45 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-03-07 21:01:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-03-07 21:01:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-07T21:59:35+01:00
2022-03-07 21:01: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.
2022-03-07 21:01:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jellyfin
2022-03-07 21:01:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-03-07 21:01:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a82ab8009e6793f35adb9d833fa6c5058ff1d30c
2022-03-07 21:01:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a82ab8009e6793f35adb9d833fa6c5058ff1d30c
2022-03-07 21:01:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jellyfin
2022-03-07 21:01:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jellyfin
2022-03-07 21:01:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jellyfin/packages
2022-03-07 21:01:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-03-07 21:01:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20220307.30-unstable-ls853
2022-03-07 21:03:03 UTC
183 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:789966be046a883f4bd7ee249a8cbbf1b54e32a25065109f38534cde71b81800 - 14.19% (25.9 MB)
[#001] sha256:8df875eb20fd3cf3247f702f230c7a94f155b3588dc040b2f7091d9e50e39020 - 1.18% (2.15 MB)
[#002] sha256:d91fcf859fcbfd4344dba5d1e2ee6298e18eabdc5dee579e2505cffabeade21e - 1.15% (2.09 MB)
[#003] sha256:e96f69baf204da111e6789d552ffb6fdacbf4b1c26e93595160f5b1b23ef8c57 - 0.0% (411 Bytes)
[#004] sha256:d5a6c5ac30ae24fa066ffca851c710040a737cfa0500f81908d549e926f69905 - 0.0% (279 Bytes)
[#005] sha256:3a1b1b3377100b117fd07a2776951e27facfcba055d227594a0a4bb3d1001ef8 - 9.79% (17.9 MB)
[#006] sha256:9f77df63406081675c6e718eb9c62e82bb5bf4ec2582273ba48fcb02bea9d7f1 - 0.0% (3.55 KB)
[#007] sha256:856dedd521435761ea81e3cf5ee32ff3c9f2c58011d3fdd0bf9db80328f079e4 - 73.69% (135 MB)
[#008] sha256:d49305f63474fc146f1763f37b36280fd2ff4d4ecc9c2edbe365eb144b44af0e - 0.0% (1.32 KB)
/bin/sh -c #(nop) COPY dir:14c97e80af9ab0bc21b2b1a1e25d3819fb16f9d57228da33ff7841a194fd3a40 in /
2022-03-01 04:55:12 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-03-01 04:55:13 UTC/bin/sh -c #(nop) ARG VERSION
2022-03-01 04:55:14 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5fc6ef38-ls66 Build-date:- 2022-03-01T05:53:53+01:00
2022-03-01 04:55:15 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-03-01 04:55:16 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2022-03-01 04:55:17 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2022-03-01 04:55:19 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2022-03-01 04:55:19 UTC|4 BUILD_DATE=2022-03-01T05:53:53+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5fc6ef38-ls66 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2022-03-01 04:55:21 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2022-03-01 04:55:21 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-03-01 04:55:22 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2022-03-01 04:55:24 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2022-03-01 04:55:44 UTC|5 BUILD_DATE=2022-03-01T05:53:53+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5fc6ef38-ls66 /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/*
2022-03-01 04:55:45 UTC/bin/sh -c #(nop) COPY dir:6eaf1853d2d5089c662066a4047f9c5dc049de203ee0797e0a2efa35d84245be in /
2022-03-01 04:55:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-03-01 04:55:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-03-01 04:55:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-01T05:53:53+01:00
2022-03-01 04:55:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2022-03-01 04:55:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2022-03-01 04:55:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-03-01 04:55:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=93acea9e6e12096eec25624a6e6e845448abe405
2022-03-01 04:55:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=93acea9e6e12096eec25624a6e6e845448abe405
2022-03-01 04:55:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2022-03-01 04:55:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2022-03-01 04:55:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2022-03-01 04:55:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-03-01 04:55:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5fc6ef38-ls66
2022-03-07 21:01:09 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-03-07 21:01:09 UTC/bin/sh -c #(nop) ARG VERSION
2022-03-07 21:01:10 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2022-03-07 21:01:11 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20220307.30-unstable-ls853 Build-date:- 2022-03-07T21:59:35+01:00
2022-03-07 21:01:12 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-03-07 21:01:13 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-03-07 21:01:14 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2022-03-07 21:02:49 UTC|4 BUILD_DATE=2022-03-07T21:59:35+01:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20220307.30-unstable VERSION=20220307.30-unstable-ls853 /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-server"; else JELLYFIN="jellyfin-server=${JELLYFIN_RELEASE}"; fi && apt-get update && apt-get install -y --no-install-recommends at ${JELLYFIN} jellyfin-ffmpeg jellyfin-web libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2022-03-07 21:02:50 UTC/bin/sh -c #(nop) COPY dir:cefc662ca4d3c57df52a236f2967149bf7aada537e597e2609a2bfe307f871d5 in /
2022-03-07 21:02:50 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2022-03-07 21:02:51 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-03-07 21:02:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-03-07 21:02:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-07T21:59:35+01:00
2022-03-07 21:02:54 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.
2022-03-07 21:02:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jellyfin
2022-03-07 21:02:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-03-07 21:02:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a82ab8009e6793f35adb9d833fa6c5058ff1d30c
2022-03-07 21:02:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a82ab8009e6793f35adb9d833fa6c5058ff1d30c
2022-03-07 21:02:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jellyfin
2022-03-07 21:03:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jellyfin
2022-03-07 21:03:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jellyfin/packages
2022-03-07 21:03:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-03-07 21:03:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20220307.30-unstable-ls853
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.