2020-12-20 20:49:28 UTC
124 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:7e878f4e22c944d6349f621c362006c2a85a0b097031e7aba18bf8c0d876c3f8 - 18.25% (22.6 MB)
[#001] sha256:cd7302bb875beb02f7aedb449212166b5df20640c43fbb17ccf426bc29dd39a3 - 1.76% (2.18 MB)
[#002] sha256:219f20769074f64126fe9ecde5318409ac43726eaed618ae815150e88f8ba6dc - 1.71% (2.12 MB)
[#003] sha256:4c11149c65f5521f25341f742c76124c70abd0bbe722d0ae33e424d0066f1f8e - 0.0% (277 Bytes)
[#004] sha256:006ace9e4f19fe98d60c08de751faacdf2e30de106bfbd67a742b3a5c4afc67b - 9.78% (12.1 MB)
[#005] sha256:65d1910cd3df19b6a73e510055c08e794d06d28581abed7e0871e94d35049024 - 0.0% (4.39 KB)
[#006] sha256:730d3e9df3b7406e151e4825106888e0ed07ed8dbde8ffb89c1b7eeb4b706c4b - 0.28% (356 KB)
[#007] sha256:96cc6856f0f66dc6ab56f1ac86fb67d660696ced6003ddb7e08c4454ee592049 - 68.21% (84.5 MB)
[#008] sha256:35b94d65f255124c05557cab91f15908c3d52abf30c45201a34b383bd933412e - 0.0% (1.14 KB)
/bin/sh -c #(nop) COPY dir:c3f89bb584d7345cef6be6f27027845307b531e7f720a9731cc2dfbe26a77808 in /
2020-12-17 15:06:45 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-17 15:06:47 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-17 15:06:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- d44ccdfe-ls6 Build-date:- 2020-12-17T15:04:31+00:00
2020-12-17 15:06:49 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2020-12-17 15:06:51 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2020-12-17 15:06:52 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2020-12-17 15:06:56 UTC/bin/sh -c #(nop) ADD 4f58740c4ce0b21f8d45d774ff3cd81a980d7cabc9f47ef8e46a619ccc3f7559 in /tmp/
2020-12-17 15:07:07 UTC|4 BUILD_DATE=2020-12-17T15:04:31+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=d44ccdfe-ls6 /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:07:09 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2020-12-17 15:07:11 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2020-12-17 15:07:12 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2020-12-17 15:08:40 UTC|5 BUILD_DATE=2020-12-17T15:04:31+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=d44ccdfe-ls6 /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 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:46 UTC/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /
2020-12-17 15:08:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2020-12-20 20:47:42 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-12-20 20:47:43 UTC/bin/sh -c #(nop) ARG VERSION
2020-12-20 20:47:44 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.9-ls70 Build-date:- 2020-12-20T15:42:54-05:00
2020-12-20 20:47:45 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2020-12-20 20:47:47 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2020-12-20 20:48:10 UTC|2 BUILD_DATE=2020-12-20T15:42:54-05:00 VERSION=4.6.0.9-ls70 /bin/sh -c echo "**** add emby deps ****" && apt-get update && apt-get install -y --no-install-recommends libomxil-bellagio0 libomxil-bellagio-bin && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2020-12-20 20:49:00 UTC/bin/sh -c #(nop) COPY dir:cc8f0ca00b366d75ae44e0d8cb042ddfcea48b415444192c63974e11d809006f in /app/emby
2020-12-20 20:49:25 UTC/bin/sh -c #(nop) COPY dir:26bd8f61c93d1f0bc616a6afc65c61d397b846cf17c0bc7f1f54202cc5f79954 in /
2020-12-20 20:49:27 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2020-12-20 20:49:28 UTC/bin/sh -c #(nop) VOLUME [/config]