2021-01-07 15:14:37 UTC
131 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:65524150b1e82984bf8a0390cacbce99adcffa92857b7d7f4db5ab72a80556e3 - 19.71% (25.9 MB)
[#001] sha256:264dbe565f30b9293c7621815e87391fa65c5b655cdb585870c5767a2f56e2fb - 1.66% (2.18 MB)
[#002] sha256:6f9f1bb8d1c0b5cf53dde676711208e4873424bf75050ddd4e5ddd33964a765f - 1.61% (2.11 MB)
[#003] sha256:1e1d76ce775c89cc7c69b52996b4d0fc47a8ef12102ca6c519bdd87f8b5c8f6e - 0.0% (278 Bytes)
[#004] sha256:4628feac54a5b29e9289ce1718164887a2757fa9c200b8218f7ca3cf26bdcb6b - 12.38% (16.3 MB)
[#005] sha256:48fd6f807725926b5f6bc945c5b18ff965f24534552eff3def70db2ac9a1f2df - 0.0% (4.39 KB)
[#006] sha256:fabc9181aff3ae672475fe650287d13159b833a0a51689117349ce3cd5bdfa72 - 0.35% (471 KB)
[#007] sha256:121b6cc6ae3d701daeec5b73400a216917ce8fa755404831ba0d6fbc02e1c50f - 64.3% (84.5 MB)
[#008] sha256:89d813e798c4ccff67e812a02b74baec82734eaeaebe31697319cffae08f0708 - 0.0% (1.14 KB)
/bin/sh -c #(nop) COPY dir:d86558cf45ea52a6ba5438e3a14fa8c9cd164c7063ae956a8c2006ff31297978 in /
2020-12-17 15:05:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-17 15:05:58 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-17 15:06:00 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3cc49244-ls21 Build-date:- 2020-12-17T15:03:06+00:00
2020-12-17 15:06:01 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-12-17 15:06:02 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-12-17 15:06:03 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-12-17 15:06:06 UTC/bin/sh -c #(nop) ADD 4f58740c4ce0b21f8d45d774ff3cd81a980d7cabc9f47ef8e46a619ccc3f7559 in /tmp/
2020-12-17 15:06:17 UTC|4 BUILD_DATE=2020-12-17T15:03:06+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /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-17 15:06:20 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-12-17 15:06:21 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2020-12-17 15:06:22 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2020-12-17 15:08:27 UTC|5 BUILD_DATE=2020-12-17T15:03:06+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /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-17 15:08:40 UTC/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /
2020-12-17 15:08:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-01-07 15:12:45 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-01-07 15:12:47 UTC/bin/sh -c #(nop) ARG VERSION
2021-01-07 15:12:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.10-ls72 Build-date:- 2021-01-07T10:09:01-05:00
2021-01-07 15:12:49 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-01-07 15:12:50 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-01-07 15:13:14 UTC|2 BUILD_DATE=2021-01-07T10:09:01-05:00 VERSION=4.6.0.10-ls72 /bin/sh -c echo "**** add emby deps *****" && curl -s https://keyserver.ubuntu.com/pks/lookup?op=get\&search=0x6587ffd6536b8826e88a62547876ae518cbcf2f2 | apt-key add - && echo "deb http://ppa.launchpad.net/ubuntu-raspi2/ppa-nightly/ubuntu focal main">> /etc/apt/sources.list.d/raspbins.list && apt-get update && apt-get install -y --no-install-recommends libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-01-07 15:14:04 UTC/bin/sh -c #(nop) COPY dir:84487d222cb8599e2a3e1fe6039d574c314ca45219dc1a6810f39ab0838a95d0 in /app/emby
2021-01-07 15:14:34 UTC/bin/sh -c #(nop) COPY dir:26bd8f61c93d1f0bc616a6afc65c61d397b846cf17c0bc7f1f54202cc5f79954 in /
2021-01-07 15:14:35 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-01-07 15:14:37 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.