2021-02-14 10:10:37 UTC
136 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:1af55d532f19cb485b9f7c41601a706b5d5ca6ee002463ce81877cf97d2aa14f - 16.81% (22.9 MB)
[#001] sha256:912b0ecc9e561ec3cd944e8d237958b101bc0a9b073b62ad63c2129f48cd1f8f - 1.62% (2.22 MB)
[#002] sha256:7c3f70b475f677cf4cfcef1df946c17c7475b81df8af7b8c60b1b574f5802d3b - 1.54% (2.1 MB)
[#003] sha256:1478c592c30b0313bc86e6edddf5c3b57508537d6680912f1ecfc79f69d6af3a - 0.0% (278 Bytes)
[#004] sha256:87720f85d12a4e4a85c01ebe49c9fdd5ace1bf630c23bf196c4bfc8c0e3da90e - 12.04% (16.4 MB)
[#005] sha256:9ce98373e7129b4857075675380f75b5440f6f71e706c439876197c50f263afb - 0.0% (4.55 KB)
[#006] sha256:4dc171db6428ce3018bfa9e93ac48349b5578444abcaaa508c4cbe0daa9dac62 - 0.73% (1020 KB)
[#007] sha256:e58d12ead627ca3212b062fe0786c492776a9f181cf7ee21fc1a6fa733446454 - 67.26% (91.8 MB)
[#008] sha256:f03c298ecedf58114d806ca241f7eabad6badc3b391e30ac2fac55c6f328b0a3 - 0.0% (1.25 KB)
/bin/sh -c #(nop) COPY dir:fb6bded34111da73a86256a3fd94f1823f408123f1821b456b67e37f858f945f in /
2021-02-09 05:00:30 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-09 05:00:31 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-09 05:00:31 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2a9294c-ls28 Build-date:- 2021-02-09T04:58:27+00:00
2021-02-09 05:00:31 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-02-09 05:00:31 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2021-02-09 05:00:32 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-02-09 05:00:33 UTC/bin/sh -c #(nop) ADD 57874912aa54611a5a67dd94020d8d8616e3b383165c6afcf930150b0d694731 in /tmp/
2021-02-09 05:00:35 UTC|4 BUILD_DATE=2021-02-09T04:58:27+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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-02-09 05:00:36 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-02-09 05:00:36 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-02-09 05:00:36 UTC/bin/sh -c #(nop) COPY file:24a76fa3c1eb56070522165ba3cf433129514ea104d858a39743b5aeef9a5ce4 in /etc/apt/
2021-02-09 05:01:28 UTC|5 BUILD_DATE=2021-02-09T04:58:27+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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/*
2021-02-09 05:01:29 UTC/bin/sh -c #(nop) COPY dir:bc4b41d54b1b15d4c60766afb4af8cd8a620e7b1457bbe1629c662aa61fe8131 in /
2021-02-09 05:01:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-02-14 10:08:09 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-14 10:08:10 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-14 10:08:12 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.22-ls80 Build-date:- 2021-02-14T05:03:26-05:00
2021-02-14 10:08:13 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-02-14 10:08:15 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-02-14 10:08:48 UTC|2 BUILD_DATE=2021-02-14T05:03:26-05:00 VERSION=4.6.0.22-ls80 /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-02-14 10:10:25 UTC/bin/sh -c #(nop) COPY dir:8fe3572e3bbdad5299c6081e3449335529de4c0815c04251587ce53fa7efa170 in /app/emby
2021-02-14 10:10:35 UTC/bin/sh -c #(nop) COPY dir:9a29ace51b54cb19d899a008b6b35afab7600c183665b036f142ab4eec4fc239 in /
2021-02-14 10:10:36 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-02-14 10:10: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.