2020-11-24 16:06:58 UTC
169 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:2cf2f616ef5c9d31c88aeb4c1035cf4c9a9534b9613b9c12b8971668c9c3187e - 13.59% (22.9 MB)
[#001] sha256:d2c0c38f1f8fa762bdcc09187ef1809d898498b6c772881f21e8ec9537306bc3 - 1.31% (2.22 MB)
[#002] sha256:9f08b935a831fbd65df445ae6377dbd147ee47053fdc1ae6eef05c86bebd82b0 - 1.24% (2.1 MB)
[#003] sha256:2a808ae8545de4906a53412fd6606055c727ace849014fc048d687e06d50e548 - 0.0% (278 Bytes)
[#004] sha256:0df7304b8c597605e757539abe8ff82b0562b4b3f448f2704e811deaa2a2308e - 9.74% (16.4 MB)
[#005] sha256:eabfc922a79a3c6fc2e193b75a474c2c3306985183340b7da466237266b7da88 - 0.0% (4.41 KB)
[#006] sha256:543e14b6cf27c978c17ef8a8d43510a338b4157e71bb397f82e29cfa2d887fd1 - 74.12% (125 MB)
[#007] sha256:d9c4d737722d232a8af621954a02fdafc14ce3efd987c3082a674c3ff1162691 - 0.0% (1.02 KB)
/bin/sh -c #(nop) COPY dir:1b6a8a4609483b722f57f8e20a108402deff5c23cf214198447dceabd23fb4d0 in /
2020-11-22 01:39:56 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-11-22 01:39:57 UTC/bin/sh -c #(nop) ARG VERSION
2020-11-22 01:39:58 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0eb3388c-ls18 Build-date:- 2020-11-21T20:37:46-05:00
2020-11-22 01:39:59 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-11-22 01:40:00 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-11-22 01:40:00 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2020-11-22 01:40:07 UTC/bin/sh -c #(nop) ADD 57874912aa54611a5a67dd94020d8d8616e3b383165c6afcf930150b0d694731 in /tmp/
2020-11-22 01:40:14 UTC|4 BUILD_DATE=2020-11-21T20:37:46-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls18 /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-11-22 01:40:16 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-11-22 01:40:17 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2020-11-22 01:40:18 UTC/bin/sh -c #(nop) COPY file:24a76fa3c1eb56070522165ba3cf433129514ea104d858a39743b5aeef9a5ce4 in /etc/apt/
2020-11-22 01:42:01 UTC|5 BUILD_DATE=2020-11-21T20:37:46-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls18 /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-11-22 01:42:08 UTC/bin/sh -c #(nop) COPY dir:002b8a5514bbaece27bc9c8fdcedc40fa7d3645b67ab85595fb7550cb8533b45 in /
2020-11-22 01:42:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-11-24 16:02:59 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-11-24 16:03:00 UTC/bin/sh -c #(nop) ARG VERSION
2020-11-24 16:03:01 UTC/bin/sh -c #(nop) ARG JELLYFIN_RELEASE
2020-11-24 16:03:02 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201124.8-unstable-ls112 Build-date:- 2020-11-24T16:01:45+00:00
2020-11-24 16:03:04 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2020-11-24 16:03:05 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-11-24 16:03:06 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2020-11-24 16:06:49 UTC|4 BUILD_DATE=2020-11-24T16:01:45+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201124.8-unstable VERSION=20201124.8-unstable-ls112 /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-11-24 16:06:55 UTC/bin/sh -c #(nop) COPY dir:47a430795d3a541a6b73ad3e3d7dc2b601206fb71b17dcd3bf7a1e39b88863be in /
2020-11-24 16:06:57 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2020-11-24 16:06:58 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.