2020-12-09 00:03:17 UTC
226 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:5eeeebff4eaa9ef8ed9687cd65be8c075639ecc587de90208b9ab1e7c7496ea9 - 12.06% (27.2 MB)
[#001] sha256:20a97b304516299358df71aa51b853445f9e0d4a1526c58e8203072ef707928a - 0.82% (1.84 MB)
[#002] sha256:8abc5c53b528f4552f3181b4e6bcb38ee3e3c61a95d19b77ace8a55f44aea75b - 0.78% (1.76 MB)
[#003] sha256:a19c6ddbe3b4fdcc7a7fb1934812eb0fb29eea5c3423504465a1a4ccf0292ada - 0.0% (275 Bytes)
[#004] sha256:56baa3b3a0e92d0328b3d1929f331c9a4b1c9c9e36d7c39d9c5100b551f134df - 7.27% (16.4 MB)
[#005] sha256:37a15e3773c9ea11efbc5a06d6b6431ad4f060530f41e2978f4c9b841e945160 - 0.0% (4.39 KB)
[#006] sha256:97e943d1892f5fcbd9913336eb655e146f508ee559e1643c71b509a33b0c5d3f - 79.07% (179 MB)
[#007] sha256:266e5df201702fd644e9a182dc041ba170b53a6a59d59870914b1e20cf4a61f5 - 0.0% (1.02 KB)
/bin/sh -c #(nop) COPY dir:0dc4ddb97a7c9c0d4c82b5c897bda13f1d8704fbae82bf098caa12a77e53dfeb in /
2020-12-04 01:54:45 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-04 01:54:45 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-04 01:54:45 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0eb3388c-ls19 Build-date:- 2020-12-03T20:53:47-05:00
2020-12-04 01:54:46 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-12-04 01:54:46 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-12-04 01:54:46 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2020-12-04 01:54:47 UTC/bin/sh -c #(nop) ADD 73235ba7e61323f3ed8b78663a44b17e671e1fe0f2b3bacc2611d758717e849c in /tmp/
2020-12-04 01:54:48 UTC|4 BUILD_DATE=2020-12-03T20:53:47-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2020-12-04 01:54:48 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-12-04 01:54:48 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2020-12-04 01:54:48 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2020-12-04 01:55:13 UTC|5 BUILD_DATE=2020-12-03T20:53:47-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /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 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 && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2020-12-04 01:55:14 UTC/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /
2020-12-04 01:55:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-12-09 00:02:33 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-09 00:02:33 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-09 00:02:33 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2020-12-09 00:02:33 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201208.15-unstable-ls154 Build-date:- 2020-12-08T19:01:47-05:00
2020-12-09 00:02:33 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2020-12-09 00:02:33 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-12-09 00:02:33 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2020-12-09 00:03:17 UTC|4 BUILD_DATE=2020-12-08T19:01:47-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201208.15-unstable VERSION=20201208.15-unstable-ls154 /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/*
2020-12-09 00:03:17 UTC/bin/sh -c #(nop) COPY dir:3dace75ecc81d88ceb5b6a4260d9aa7e0c836a79551d6bba9c86fc8ef6e0deb9 in /
2020-12-09 00:03:17 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2020-12-09 00:03:17 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-12-09 00:03:54 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:78790c73d796c0f747f88593e3dc162c3a43c81988fbf9dc9b7ae120a5c73aff - 13.47% (22.9 MB)
[#001] sha256:8d65bf3d7849781a249df4ac84ee858df3e87bb8ba92ddfd43f5ecbdb4a11af8 - 1.3% (2.22 MB)
[#002] sha256:38be81e6582a562d469c82bd5e192686671f9668933a2392ad919f29aa7f0bb5 - 1.23% (2.1 MB)
[#003] sha256:1261ef990e0a6606b7a542c8345ed9e331c2c32ce956d7d4ee3d3ac3d0462d53 - 0.0% (279 Bytes)
[#004] sha256:332c8d758585c8e4c721b6b0f7571c0a7070b9722d594e0755bd073ae5d05ca6 - 9.65% (16.4 MB)
[#005] sha256:2c6ee4927f840a867916e236516c8c87be8d87706b80060abea8927d7279eabd - 0.0% (4.4 KB)
[#006] sha256:c4982da2d921fa2830abc50a4f799dc56199edf2cc87718a9eec52e81e05b817 - 74.34% (127 MB)
[#007] sha256:a9b8efcfda1003af6907cc13a387ea1b5d2ea108dbaad2f5d3837678959cff77 - 0.0% (1.02 KB)
/bin/sh -c #(nop) COPY dir:1b6a8a4609483b722f57f8e20a108402deff5c23cf214198447dceabd23fb4d0 in /
2020-12-04 01:55:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-04 01:55:11 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-04 01:55:12 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0eb3388c-ls19 Build-date:- 2020-12-03T20:53:47-05:00
2020-12-04 01:55:13 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-12-04 01:55:13 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-12-04 01:55:14 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-12-04 01:55:16 UTC/bin/sh -c #(nop) ADD 57874912aa54611a5a67dd94020d8d8616e3b383165c6afcf930150b0d694731 in /tmp/
2020-12-04 01:55:20 UTC|4 BUILD_DATE=2020-12-03T20:53:47-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2020-12-04 01:55:20 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-12-04 01:55:21 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2020-12-04 01:55:21 UTC/bin/sh -c #(nop) COPY file:24a76fa3c1eb56070522165ba3cf433129514ea104d858a39743b5aeef9a5ce4 in /etc/apt/
2020-12-04 01:56:14 UTC|5 BUILD_DATE=2020-12-03T20:53:47-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /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 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 && 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 clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2020-12-04 01:56:16 UTC/bin/sh -c #(nop) COPY dir:002b8a5514bbaece27bc9c8fdcedc40fa7d3645b67ab85595fb7550cb8533b45 in /
2020-12-04 01:56:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-12-09 00:02:39 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-09 00:02:39 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-09 00:02:40 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2020-12-09 00:02:40 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201208.15-unstable-ls154 Build-date:- 2020-12-08T19:01:47-05:00
2020-12-09 00:02:41 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2020-12-09 00:02:41 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-12-09 00:02:41 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2020-12-09 00:03:51 UTC|4 BUILD_DATE=2020-12-08T19:01:47-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201208.15-unstable VERSION=20201208.15-unstable-ls154 /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/ubuntu bionic 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/*
2020-12-09 00:03:53 UTC/bin/sh -c #(nop) COPY dir:47a430795d3a541a6b73ad3e3d7dc2b601206fb71b17dcd3bf7a1e39b88863be in /
2020-12-09 00:03:53 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2020-12-09 00:03:54 UTC/bin/sh -c #(nop) VOLUME [/config]
2020-12-09 00:04:30 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:bcce48094e0cfcb6b7695a76d5c929706e9bd6222532e18a98c159dfa1735e43 - 14.64% (25.9 MB)
[#001] sha256:9243570604e741afdbb654e3a90d0b555925e44f3257820bdf0a5428434a64ce - 1.23% (2.18 MB)
[#002] sha256:e58cb7bf3b25f8ad7b67c1ad862a84b8e3b835365ebf8d3259d4e8a338f13c36 - 1.2% (2.11 MB)
[#003] sha256:a5b034a85b5ca27cc8e87ed056ecb40ba7c166f527901e9dd19776f2148fd413 - 0.0% (280 Bytes)
[#004] sha256:131d553b4a11fb0f6fa2ef94b5dd6a06b4bfc59fa688e4600fbadcde976afa40 - 10.11% (17.9 MB)
[#005] sha256:48fd6f807725926b5f6bc945c5b18ff965f24534552eff3def70db2ac9a1f2df - 0.0% (4.39 KB)
[#006] sha256:be74f1e047797646b0de30b729e0504e01b658acb5e4931577b499d916d3b2b9 - 72.82% (129 MB)
[#007] sha256:6cd5e529630ee50ac1fd0bae3c45545114f42f946d60f453906d194a0bacc246 - 0.0% (1.04 KB)
/bin/sh -c #(nop) COPY dir:379b481b3e078952364a34e2570ac2a9125ed30abf37be7209fe72451530314c in /
2020-12-04 01:56:34 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-04 01:56:35 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-04 01:56:37 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0eb3388c-ls19 Build-date:- 2020-12-03T20:53:47-05:00
2020-12-04 01:56:38 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-12-04 01:56:39 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-12-04 01:56:41 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-12-04 01:56:45 UTC/bin/sh -c #(nop) ADD 4f58740c4ce0b21f8d45d774ff3cd81a980d7cabc9f47ef8e46a619ccc3f7559 in /tmp/
2020-12-04 01:56:55 UTC|4 BUILD_DATE=2020-12-03T20:53:47-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2020-12-04 01:56:58 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-12-04 01:57:02 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2020-12-04 01:57:03 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2020-12-04 01:58:58 UTC|5 BUILD_DATE=2020-12-03T20:53:47-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /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 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 && 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 clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2020-12-04 01:59:07 UTC/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /
2020-12-04 01:59:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-12-09 00:02:40 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-09 00:02:40 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-09 00:02:41 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2020-12-09 00:02:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201208.15-unstable-ls154 Build-date:- 2020-12-08T19:01:47-05:00
2020-12-09 00:02:42 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2020-12-09 00:02:42 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-12-09 00:02:43 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2020-12-09 00:04:24 UTC|4 BUILD_DATE=2020-12-08T19:01:47-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201208.15-unstable VERSION=20201208.15-unstable-ls154 /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/ubuntu bionic 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 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2020-12-09 00:04:29 UTC/bin/sh -c #(nop) COPY dir:3dace75ecc81d88ceb5b6a4260d9aa7e0c836a79551d6bba9c86fc8ef6e0deb9 in /
2020-12-09 00:04:30 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2020-12-09 00:04:30 UTC/bin/sh -c #(nop) VOLUME [/config]
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.