2021-05-02 23:37:55 UTC
274 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:e0b1fd42739e2e9e9cd10223022545522871e681943916699d371de232638dfc - 9.95% (27.2 MB)
[#001] sha256:bdff2a200303e6df5409b2a5e8a47b8f9041a43066b27b5ee558bbc216b63849 - 0.66% (1.8 MB)
[#002] sha256:12d03cf1b93b4ea609820d766782b46d3644d4f13ca9c4e5b63187ecc76887c0 - 0.63% (1.73 MB)
[#003] sha256:a4f22e0ffdf06aeec2ff2d9b9c2075c5566f0f390f6337c88f46c779df37dc8a - 0.0% (438 Bytes)
[#004] sha256:66720b72e4cb145ca38d7fc370f81d3e63d892df7961d70fbd5f603caa9452c3 - 0.0% (272 Bytes)
[#005] sha256:3f5fd624950ca4b0aa64d31b5630a5c72c58f8803634cad0f70d58bccb05b123 - 6.01% (16.4 MB)
[#006] sha256:d01c844da9a257538226d64e9e32afce3aa3d2cfbafd5ca694b4022029c412f7 - 0.0% (2.78 KB)
[#007] sha256:a7a3a835d63b4e3c65ed83f96c15a7f3047a35bea11a7e342b99764a16b96133 - 10.85% (29.7 MB)
[#008] sha256:56d8bc50df8d7acf405da85bcd7c52a16cd437851e85b7ecf0abfc6b3950c6a4 - 71.9% (197 MB)
[#009] sha256:430675fb005a90d6847aec10a94961a26d34c5bb9ddefe93200ff2719dfc15b3 - 0.0% (1.24 KB)
/bin/sh -c #(nop) COPY dir:dd27b41b42398a399cc8fdde49afcc410ebf67b520249875e41c9f0268f3c795 in /
2021-04-27 05:07:18 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-27 05:07:19 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-27 05:07:19 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f5630821-ls38 Build-date:- 2021-04-27T06:06:18+01:00
2021-04-27 05:07:19 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-04-27 05:07:20 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-04-27 05:07:20 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-04-27 05:07:22 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-04-27 05:07:24 UTC|4 BUILD_DATE=2021-04-27T06:06:18+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f5630821-ls38 /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-04-27 05:07:24 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-04-27 05:07:24 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-04-27 05:07:25 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-04-27 05:07:25 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2021-04-27 05:07:58 UTC|5 BUILD_DATE=2021-04-27T06:06:18+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f5630821-ls38 /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 "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-04-27 05:07:59 UTC/bin/sh -c #(nop) COPY dir:17cbff8d7b8b8a4a049d0267e3121193c02cd0b8dbd63cb87e19786b98c974d3 in /
2021-04-27 05:07:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-04-27 05:08:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-04-27 05:08:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-27T06:06:18+01:00
2021-04-27 05:08:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-04-27 05:08:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-04-27 05:08:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-04-27 05:08:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d03eb84840403eee0cf526d13605df46a43e59bb
2021-04-27 05:08:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d03eb84840403eee0cf526d13605df46a43e59bb
2021-04-27 05:08:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-04-27 05:08:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-04-27 05:08:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-04-27 05:08:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-04-27 05:08:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f5630821-ls38
2021-05-02 23:37:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-02 23:37:08 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-02 23:37:08 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.43-ls98 Build-date:- 2021-05-02T23:34:42+00:00
2021-05-02 23:37:09 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-05-02 23:37:09 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-05-02 23:37:34 UTC|2 BUILD_DATE=2021-05-02T23:34:42+00:00 VERSION=4.6.0.43-ls98 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends mesa-va-drivers && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-05-02 23:37:48 UTC/bin/sh -c #(nop) COPY dir:9242cc7a75936cdcc006867275a993200e56737e8d011806db9ae5d3292958a4 in /app/emby
2021-05-02 23:37:50 UTC/bin/sh -c #(nop) COPY dir:a1d52a030bd8905af4b9a0e2a4660df7f5bdc25c003b8d811663e632c583b06f in /
2021-05-02 23:37:50 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-05-02 23:37:51 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-05-02 23:37:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-02 23:37:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-02T23:34:42+00:00
2021-05-02 23:37:52 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-05-02 23:37:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emby
2021-05-02 23:37:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-02 23:37:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=db5263f23bafc674845a3ae4f52657a9ff38e336
2021-05-02 23:37:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=db5263f23bafc674845a3ae4f52657a9ff38e336
2021-05-02 23:37:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emby
2021-05-02 23:37:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emby
2021-05-02 23:37:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emby/packages
2021-05-02 23:37:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-02 23:37:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.6.0.43-ls98
2021-05-02 23:37:58 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:820ce19c942728c94b2a0952ca5e4056b9dfbca3d11d3e702052f3bd30107567 - 16.7% (22.9 MB)
[#001] sha256:cae0bdab7cd2c7dc3c0c27111c46eb6afb7f4040fb354e805ee8916e556a6f33 - 1.57% (2.15 MB)
[#002] sha256:2c7fb054dfd79d123a10437cc2241c0ad0c23a0b8fd213da7572b0e2b993b460 - 1.51% (2.07 MB)
[#003] sha256:a1e6a8b97556472f45fb1b935b6f79e92e2d59e0e9743fc960c38b7d54bd81bc - 0.0% (437 Bytes)
[#004] sha256:26ec607e795f06672893e4ea4b56cfadf825a234e91dc1b518e19b718bf91894 - 0.0% (279 Bytes)
[#005] sha256:ef94307b44718a3fcdf440320412b43f5e3a992ecf039a4dad83e91ea1d1683d - 11.96% (16.4 MB)
[#006] sha256:7613f2a17ab61bac7f48deed077faa5391cae41490880926eb1e5c03340f4ff6 - 0.0% (2.78 KB)
[#007] sha256:6f7f6fac865e3929445d7cc1c2a68b5fa599c2cfe061d2e3759c5ba0f05a87c4 - 0.72% (1020 KB)
[#008] sha256:551ce9e99bd38fb330c2f63f7247f55844b3c8cdc2c7494e00314a50adf2c97b - 67.53% (92.7 MB)
[#009] sha256:a4f551a17d0e9890d7f45f4d492cc7817088fb334083fc50a5ed0b481e92dc06 - 0.0% (1.25 KB)
/bin/sh -c #(nop) COPY dir:00dd8457ce6a3fa7e7e82ea3c4bfcd49d4308c865d138f22591df6a175464737 in /
2021-04-27 05:07:45 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-27 05:07:45 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-27 05:07:46 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f5630821-ls38 Build-date:- 2021-04-27T06:06:18+01:00
2021-04-27 05:07:46 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-04-27 05:07:46 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-04-27 05:07:46 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-04-27 05:07:48 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-04-27 05:07:50 UTC|4 BUILD_DATE=2021-04-27T06:06:18+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f5630821-ls38 /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-04-27 05:07:51 UTC/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch
2021-04-27 05:07:51 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-04-27 05:07:51 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-04-27 05:07:52 UTC/bin/sh -c #(nop) COPY file:24a76fa3c1eb56070522165ba3cf433129514ea104d858a39743b5aeef9a5ce4 in /etc/apt/
2021-04-27 05:08:53 UTC|5 BUILD_DATE=2021-04-27T06:06:18+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f5630821-ls38 /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-04-27 05:08:54 UTC/bin/sh -c #(nop) COPY dir:cd2f6a1f2a3a05cbf23d270e26bc00b80ba296ab8842d2dc553d67834c8aea75 in /
2021-04-27 05:08:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-04-27 05:08:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-04-27 05:08:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-27T06:06:18+01:00
2021-04-27 05:08:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-04-27 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-04-27 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-04-27 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d03eb84840403eee0cf526d13605df46a43e59bb
2021-04-27 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d03eb84840403eee0cf526d13605df46a43e59bb
2021-04-27 05:08:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-04-27 05:08:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-04-27 05:08:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-04-27 05:08:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-04-27 05:08:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f5630821-ls38
2021-05-02 23:37:13 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-02 23:37:13 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-02 23:37:14 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.43-ls98 Build-date:- 2021-05-02T23:34:42+00:00
2021-05-02 23:37:14 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-05-02 23:37:14 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-05-02 23:37:29 UTC|2 BUILD_DATE=2021-05-02T23:34:42+00:00 VERSION=4.6.0.43-ls98 /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-05-02 23:37:52 UTC/bin/sh -c #(nop) COPY dir:df37a090897fd5545d91618411945c1fb0d2e014517c8205963fd28e89be658e in /app/emby
2021-05-02 23:37:53 UTC/bin/sh -c #(nop) COPY dir:9a29ace51b54cb19d899a008b6b35afab7600c183665b036f142ab4eec4fc239 in /
2021-05-02 23:37:53 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-05-02 23:37:54 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-05-02 23:37:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-02 23:37:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-02T23:34:42+00:00
2021-05-02 23:37:55 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-05-02 23:37:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emby
2021-05-02 23:37:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-02 23:37:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=db5263f23bafc674845a3ae4f52657a9ff38e336
2021-05-02 23:37:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=db5263f23bafc674845a3ae4f52657a9ff38e336
2021-05-02 23:37:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emby
2021-05-02 23:37:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emby
2021-05-02 23:37:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emby/packages
2021-05-02 23:37:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-02 23:37:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.6.0.43-ls98
2021-05-02 23:39:03 UTC
142 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:a8b5c6456edde0ea2f0f6dc23a919a5ce218eff75902d93c3b24dc5aa7472d03 - 18.17% (25.9 MB)
[#001] sha256:63d946307534bb94b8cd24093e48a3e126ea43c1bd8076b214fcebac30676d36 - 1.51% (2.15 MB)
[#002] sha256:ded237277cc75db0f9f7e1ec58208bb4c083cf4f1d4e1033e0e992d46f272e92 - 1.47% (2.09 MB)
[#003] sha256:98476b6c8a0ce419a3897dab240381ac8c0dfd7b4147b8052d8404e5de4afacd - 0.0% (440 Bytes)
[#004] sha256:523498b411ae540e80663430e1d75d469a2d7434c579fa5527ae88ec2f840255 - 0.0% (279 Bytes)
[#005] sha256:4fc2ab2c8e9f2b79945d3423cf240e5bf2bcb6a2b9ad65c190b0a0305fd2433a - 12.55% (17.9 MB)
[#006] sha256:dd615bf28b1f8767b2169e5bb52a6f2c5ad0036740e5e7efb9cdc50895818b5c - 0.0% (2.78 KB)
[#007] sha256:fe3436af04b4d9da2e99ffd0fefdfc3eb64fe187355d356604ec6e949dc6573f - 0.32% (472 KB)
[#008] sha256:481a077ab8993a0a47c3334a94ce54f46c0c719415522b1a253bd61dec629f15 - 65.97% (94 MB)
[#009] sha256:68f51e27f4fec3ec624197a841f0e38632a97529fdcbcec91af507d4a2f6dd8c - 0.0% (1.24 KB)
/bin/sh -c #(nop) COPY dir:d9a9b81d181e53314641861cd825da5ff4f878f3b720e283d72668561bd1b33d in /
2021-04-27 05:08:43 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-27 05:08:44 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-27 05:08:45 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f5630821-ls38 Build-date:- 2021-04-27T06:06:18+01:00
2021-04-27 05:08:47 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-04-27 05:08:48 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-04-27 05:08:49 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-04-27 05:08:52 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-04-27 05:08:59 UTC|4 BUILD_DATE=2021-04-27T06:06:18+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f5630821-ls38 /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-04-27 05:09:01 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-04-27 05:09:02 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-04-27 05:09:03 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-04-27 05:09:04 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-04-27 05:11:05 UTC|5 BUILD_DATE=2021-04-27T06:06:18+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f5630821-ls38 /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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-04-27 05:11:15 UTC/bin/sh -c #(nop) COPY dir:17cbff8d7b8b8a4a049d0267e3121193c02cd0b8dbd63cb87e19786b98c974d3 in /
2021-04-27 05:11:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-04-27 05:11:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-04-27 05:11:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-27T06:06:18+01:00
2021-04-27 05:11:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-04-27 05:11:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-04-27 05:11:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-04-27 05:11:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d03eb84840403eee0cf526d13605df46a43e59bb
2021-04-27 05:11:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d03eb84840403eee0cf526d13605df46a43e59bb
2021-04-27 05:11:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-04-27 05:11:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-04-27 05:11:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-04-27 05:11:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-04-27 05:11:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f5630821-ls38
2021-05-02 23:37:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-02 23:37:56 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-02 23:37:56 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.43-ls98 Build-date:- 2021-05-02T23:34:42+00:00
2021-05-02 23:37:57 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-05-02 23:37:58 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-05-02 23:38:18 UTC|2 BUILD_DATE=2021-05-02T23:34:42+00:00 VERSION=4.6.0.43-ls98 /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-05-02 23:38:48 UTC/bin/sh -c #(nop) COPY dir:c573017ee6ebe1356cb190f1c5ff9820ff32898b8e0315a5e73651d3daf7f7f0 in /app/emby
2021-05-02 23:38:54 UTC/bin/sh -c #(nop) COPY dir:a1d52a030bd8905af4b9a0e2a4660df7f5bdc25c003b8d811663e632c583b06f in /
2021-05-02 23:38:55 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-05-02 23:38:56 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-05-02 23:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-02 23:38:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-02T23:34:42+00:00
2021-05-02 23:38:57 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-05-02 23:38:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emby
2021-05-02 23:38:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-02 23:38:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=db5263f23bafc674845a3ae4f52657a9ff38e336
2021-05-02 23:39:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=db5263f23bafc674845a3ae4f52657a9ff38e336
2021-05-02 23:39:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emby
2021-05-02 23:39:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emby
2021-05-02 23:39:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emby/packages
2021-05-02 23:39:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-02 23:39:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.6.0.43-ls98
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.