2021-09-09 22:31:38 UTC
137 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:2ab4a002b852333f511924ffb0318f7a6319ac30aa7742addf5136653a52b882 - 16.74% (23 MB)
[#001] sha256:fa0c6182059aa35a0cb9b18feb9d98b4ae8e75a847ef2207c7476c22b92d42ef - 1.57% (2.15 MB)
[#002] sha256:077867053a9962a0d9d86234cbe91b07316b6ca4dfc4164b02ec187a95752585 - 1.51% (2.07 MB)
[#003] sha256:13215146ff2f75c273df8194d12584f8ddb240d5ade13c93ab4d5f314ef85645 - 0.0% (412 Bytes)
[#004] sha256:24a2cabbd7d8ecfbcd02b312d5cb879a29123587755cfac89ab4c3ec01a8c3cb - 0.0% (277 Bytes)
[#005] sha256:20020ccde7fb6f72168623f3d511fa5bcb96c5c610a26ffa1ca826ed0e9c82cc - 11.98% (16.4 MB)
[#006] sha256:db0dc61129228ea05c1d7d96217648fab7df4a8dd903cb69966e3b10474ee862 - 0.0% (2.85 KB)
[#007] sha256:b9a5f2e9c0147eb1f69c278820df15ba67ee6b1b4b4dc303b2095b53deb89019 - 0.56% (790 KB)
[#008] sha256:ea6050a871638e94c703f6f26ddddf78c9bb26e17c9a08ab56a08d15fa164f3c - 67.64% (92.7 MB)
[#009] sha256:952a32b14416bc76437a6b2c6340f74f1b3437cf1c0a0c7bf1c9eace3bcfff44 - 0.0% (1.21 KB)
/bin/sh -c #(nop) COPY dir:d02db74eb7cc996e5cb8817a9bd3274e21abce3f401cea01cdbda02bca390b26 in /
2021-08-31 05:00:49 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-31 05:00:50 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-31 05:00:51 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c54a0c84-ls50 Build-date:- 2021-08-31T06:59:46+02:00
2021-08-31 05:00:52 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-31 05:00:53 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-31 05:00:54 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-08-31 05:00:56 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-08-31 05:00:57 UTC|4 BUILD_DATE=2021-08-31T06:59:46+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=c54a0c84-ls50 /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-08-31 05:00:58 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-31 05:00:58 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 05:00:59 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-31 05:01:01 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-08-31 05:01:26 UTC|5 BUILD_DATE=2021-08-31T06:59:46+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=c54a0c84-ls50 /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 patch 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 && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-08-31 05:01:27 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-08-31 05:01:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-31 05:01:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 05:01:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T06:59:46+02:00
2021-08-31 05:01:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-31 05:01:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-31 05:01:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 05:01:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1b6de6129cdb3764e66a471c9c4463a0a9595c8b
2021-08-31 05:01:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1b6de6129cdb3764e66a471c9c4463a0a9595c8b
2021-08-31 05:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-31 05:01:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-31 05:01:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-31 05:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 05:01:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=c54a0c84-ls50
2021-09-09 22:31:00 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-09 22:31:01 UTC/bin/sh -c #(nop) ARG VERSION
2021-09-09 22:31:02 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.7.0.10-ls121 Build-date:- 2021-09-10T00:29:11+02:00
2021-09-09 22:31:03 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-09-09 22:31:04 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-09-09 22:31:12 UTC|2 BUILD_DATE=2021-09-10T00:29:11+02:00 VERSION=4.7.0.10-ls121 /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-09-09 22:31:24 UTC/bin/sh -c #(nop) COPY dir:68cd07e5652fe8743a42139257a89023a3b2269074a47279f4cc94a5a5d37cdf in /app/emby
2021-09-09 22:31:25 UTC/bin/sh -c #(nop) COPY dir:a1d52a030bd8905af4b9a0e2a4660df7f5bdc25c003b8d811663e632c583b06f in /
2021-09-09 22:31:25 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-09-09 22:31:26 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-09-09 22:31:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-09-09 22:31:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-10T00:29:11+02:00
2021-09-09 22:31:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.
2021-09-09 22:31:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emby
2021-09-09 22:31:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-09-09 22:31:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=769906ec5cf2fe3ffa4a4d2aa9f22fa45b7477bc
2021-09-09 22:31:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=769906ec5cf2fe3ffa4a4d2aa9f22fa45b7477bc
2021-09-09 22:31:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emby
2021-09-09 22:31:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emby
2021-09-09 22:31:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emby/packages
2021-09-09 22:31:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-09-09 22:31:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.7.0.10-ls121
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.