2021-08-22 09:55:38 UTC
277 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:4925411b97770aec1ab90179f8f78736f30ef51dc775015813f03894cde343cf - 9.85% (27.2 MB)
[#001] sha256:66ee07d822837438c44fafe46138c32351f7f016ca465b8e17d31cd7f7d270b6 - 0.65% (1.8 MB)
[#002] sha256:c85878fa62a64591988932b3d35a3ba96f697a2e788da59c6382f5e5679d05cf - 0.62% (1.73 MB)
[#003] sha256:8653b26c58adb9f0edc3390cd84b9f52b91794265f0b8ddd2f3c428f9feed2d4 - 0.0% (437 Bytes)
[#004] sha256:2b8068fdf45c75b24eafa42dc1511a2c85d87835eff7fa23a9715c4413d79c35 - 0.0% (274 Bytes)
[#005] sha256:4a3d71e39dfcb60b0434582f4648a70bfca496c285680bab5113d5f091aabc3c - 5.94% (16.4 MB)
[#006] sha256:f1a90dca41e03ea09724b1b117236f6062f759dc8709544b4188c2c16c73180c - 0.0% (2.85 KB)
[#007] sha256:811f4c9f18dc56e9facbc9b24a32689b3e3017c404fa3d8098c154c4c14e0044 - 11.48% (31.8 MB)
[#008] sha256:40061e8ca0ac721a4c66a015fbe2e1a7bb071c8bbe034763c7c3956117c9c948 - 71.45% (198 MB)
[#009] sha256:a4154bbd5270048452f3d3071502624c1b47331ac0b24b09d22f6617a54b271b - 0.0% (1.16 KB)
/bin/sh -c #(nop) COPY dir:ed7f34dc652c9ce46974498da2c29f5bd9bc787639a6e5faf36971ad4ee8113e in /
2021-08-17 04:58:27 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-17 04:58:27 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-17 04:58:28 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a860c3e1-ls48 Build-date:- 2021-08-17T06:57:40+02:00
2021-08-17 04:58:28 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-17 04:58:28 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-17 04:58:28 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-08-17 04:58:29 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-08-17 04:58:29 UTC|4 BUILD_DATE=2021-08-17T06:57:40+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-17 04:58:29 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-17 04:58:30 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-17 04:58:30 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-17 04:58:30 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2021-08-17 04:58:52 UTC|5 BUILD_DATE=2021-08-17T06:57:40+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-08-17 04:58:52 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-17T06:57:40+02:00
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-17 04:58:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=a860c3e1-ls48
2021-08-22 09:55:12 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-22 09:55:12 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-22 09:55:13 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.4.0-ls92 Build-date:- 2021-08-22T11:53:09+02:00
2021-08-22 09:55:13 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-08-22 09:55:13 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-08-22 09:55:24 UTC|2 BUILD_DATE=2021-08-22T11:53:09+02:00 VERSION=4.6.4.0-ls92 /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-08-22 09:55:31 UTC/bin/sh -c #(nop) COPY dir:a2870d73fd0d55090e1540ac37d5891809af6744412cad342447137d5eadee11 in /app/emby
2021-08-22 09:55:36 UTC/bin/sh -c #(nop) COPY dir:8e0119e610638dbe74020937e953e5f2e02742bed40aa194bccae933cf776d7b in /
2021-08-22 09:55:36 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-08-22 09:55:36 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-08-22 09:55:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-22 09:55:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-22T11:53:09+02:00
2021-08-22 09:55:37 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-08-22 09:55:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emby
2021-08-22 09:55:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-22 09:55:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7c667cdb268ab779dae596924ba2b0617178f38f
2021-08-22 09:55:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7c667cdb268ab779dae596924ba2b0617178f38f
2021-08-22 09:55:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emby
2021-08-22 09:55:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emby
2021-08-22 09:55:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emby/packages
2021-08-22 09:55:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-22 09:55:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.6.4.0-ls92
2021-08-22 09:55:55 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:19de0a3e02b8e563526a8d39b8fd6bd62fb2f6b128c503640b9931e4b63a2827 - 16.71% (23 MB)
[#001] sha256:217fea7f801b8af029aa929acfc6bef0fe5ff001de58fe3e5ad282070f09bc87 - 1.57% (2.15 MB)
[#002] sha256:cf95fa97cae44bf35eb4786aa074c78cca971376dbec3d3a633ac390ef04fd19 - 1.51% (2.07 MB)
[#003] sha256:3ff8a1423c45f91967bbd176d3ca8180fd8793d482fd2fac00b241c27d46ccb6 - 0.0% (411 Bytes)
[#004] sha256:9e4c2e33051b47044f77b0cb2d76c02a015ed15507a23c350d37c16129e90c60 - 0.0% (280 Bytes)
[#005] sha256:82e06aefbc3208661997d9f4b7bf22790a532aa2396bfda10f174baa64fe4a6a - 11.95% (16.4 MB)
[#006] sha256:8a548b26a63436624e6c43d477304bbec5fb94c1b6828a72ec02731e4b88f7af - 0.0% (2.85 KB)
[#007] sha256:bbd4a8949a3878047171b47019f1fab2212e5a2974fd98d2cf929efa3cddb27f - 0.72% (1020 KB)
[#008] sha256:01a6ad5b28bd06491e34d3c8a4b9d44d49ade863711377d7a2b15b05b551fb4f - 67.54% (92.8 MB)
[#009] sha256:6abf9ade8e7931061b371ae16026beec451d614981f9b1e17c523415107c4ba7 - 0.0% (1.17 KB)
/bin/sh -c #(nop) COPY dir:0ddc706eac8dee8d18e3ec4f7efcd4c0c7cad3bb513fabd4ca9b3459b6fd22af in /
2021-08-17 04:58:45 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-17 04:58:46 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-17 04:58:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a860c3e1-ls48 Build-date:- 2021-08-17T06:57:40+02:00
2021-08-17 04:58:48 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-17 04:58:49 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-17 04:58:50 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-08-17 04:58:53 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-08-17 04:58:54 UTC|4 BUILD_DATE=2021-08-17T06:57:40+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-17 04:58:55 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-17 04:58:55 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-17 04:58:56 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-17 04:58:58 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-08-17 04:59:25 UTC|5 BUILD_DATE=2021-08-17T06:57:40+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-17 04:59:26 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-08-17 04:59:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-17 04:59:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-17 04:59:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-17T06:57:40+02:00
2021-08-17 04:59:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-17 04:59:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-17 04:59:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-17 04:59:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:59:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:59:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-17 04:59:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-17 04:59:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-17 04:59:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-17 04:59:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=a860c3e1-ls48
2021-08-22 09:55:20 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-22 09:55:20 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-22 09:55:20 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.4.0-ls92 Build-date:- 2021-08-22T11:53:09+02:00
2021-08-22 09:55:20 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-08-22 09:55:21 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-08-22 09:55:35 UTC|2 BUILD_DATE=2021-08-22T11:53:09+02:00 VERSION=4.6.4.0-ls92 /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-08-22 09:55:50 UTC/bin/sh -c #(nop) COPY dir:8772768f6ae8175b41fd9242aba32f0ea05afe0957ce2f6179f4cce246335149 in /app/emby
2021-08-22 09:55:51 UTC/bin/sh -c #(nop) COPY dir:6e0b3eaf0986df2b84619739a85f600bb9e28ee32a743b78f35b84decd08db53 in /
2021-08-22 09:55:51 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-08-22 09:55:52 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-08-22 09:55:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-22 09:55:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-22T11:53:09+02:00
2021-08-22 09:55:53 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-08-22 09:55:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emby
2021-08-22 09:55:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-22 09:55:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7c667cdb268ab779dae596924ba2b0617178f38f
2021-08-22 09:55:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7c667cdb268ab779dae596924ba2b0617178f38f
2021-08-22 09:55:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emby
2021-08-22 09:55:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emby
2021-08-22 09:55:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emby/packages
2021-08-22 09:55:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-22 09:55:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.6.4.0-ls92
2021-08-22 09:55:19 UTC
143 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:70b844eb5638902846d1a33d0a0668cd2513b223aa416ee3bd8448cd4b3fa20d - 18.18% (25.9 MB)
[#001] sha256:62b97b48c82259109a71bb8016a76faeb6fd24ca66e7703299d6788849bd9cb4 - 1.51% (2.15 MB)
[#002] sha256:d1671b94ef2b5e67e8b2f2b8c518c01869b795c9bad2b4e66d6ccacd15d1ed6d - 1.47% (2.09 MB)
[#003] sha256:f66a66e0ac77a17c5d11308e9a4ea98bb616fd8a04de150ed77c2f2e1a45f98e - 0.0% (413 Bytes)
[#004] sha256:04ef6e2ac55611deea2f75bd5c38ece5952f35564f1815c2f66dfd5a1ef0bde7 - 0.0% (277 Bytes)
[#005] sha256:ec185ab4fbb8fa14a2cff892be8b84c3dc32f59f4884497156017e8781aab9d0 - 12.54% (17.9 MB)
[#006] sha256:9bfb48c6b71965f31bbc79f850e6491842e006cfd922f91aa7533a2b6f1d6f5e - 0.0% (2.85 KB)
[#007] sha256:4a6b077236094700f670b8c0552d9d9f80252bb97db4aa33ccd0c86b47b66e29 - 0.32% (472 KB)
[#008] sha256:a2567696643144a548c26a0390505602c2d776f6db7eb35e26268ddc31bf069b - 65.98% (94.1 MB)
[#009] sha256:ef016fbdb3a36a078843470552796d4a84f261ba7c08f02f731ba071f114cf94 - 0.0% (1.16 KB)
/bin/sh -c #(nop) COPY dir:2f053a6bd602ac9f31aee7ad09f6a8fbf5418f514b97c3ef016e94649a4325c0 in /
2021-08-17 04:58:35 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-17 04:58:36 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-17 04:58:37 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a860c3e1-ls48 Build-date:- 2021-08-17T06:57:40+02:00
2021-08-17 04:58:38 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-17 04:58:39 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-17 04:58:40 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-08-17 04:58:42 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-08-17 04:58:43 UTC|4 BUILD_DATE=2021-08-17T06:57:40+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-17 04:58:44 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-17 04:58:44 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-17 04:58:45 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-17 04:58:47 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-08-17 04:59:09 UTC|5 BUILD_DATE=2021-08-17T06:57:40+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a860c3e1-ls48 /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-08-17 04:59:10 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-08-17 04:59:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-17 04:59:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-17 04:59:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-17T06:57:40+02:00
2021-08-17 04:59:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-17 04:59:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-17 04:59:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-17 04:59:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:59:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9107194ef4909b3eede27309bae3d54852bc9d5b
2021-08-17 04:59:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-17 04:59:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-17 04:59:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-17 04:59:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-17 04:59:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=a860c3e1-ls48
2021-08-22 09:54:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-22 09:54:58 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-22 09:54:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.4.0-ls92 Build-date:- 2021-08-22T11:53:09+02:00
2021-08-22 09:54:59 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-08-22 09:54:59 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2021-08-22 09:55:08 UTC|2 BUILD_DATE=2021-08-22T11:53:09+02:00 VERSION=4.6.4.0-ls92 /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-08-22 09:55:14 UTC/bin/sh -c #(nop) COPY dir:91f28533787129678405a11e9cf963a53d864a558c945c6eea20723861a2d924 in /app/emby
2021-08-22 09:55:15 UTC/bin/sh -c #(nop) COPY dir:8e0119e610638dbe74020937e953e5f2e02742bed40aa194bccae933cf776d7b in /
2021-08-22 09:55:15 UTC/bin/sh -c #(nop) EXPOSE 8096 8920
2021-08-22 09:55:15 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-08-22 09:55:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-22 09:55:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-22T11:53:09+02:00
2021-08-22 09:55:16 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-08-22 09:55:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-emby
2021-08-22 09:55:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-22 09:55:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7c667cdb268ab779dae596924ba2b0617178f38f
2021-08-22 09:55:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7c667cdb268ab779dae596924ba2b0617178f38f
2021-08-22 09:55:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-emby
2021-08-22 09:55:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Emby
2021-08-22 09:55:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-emby/packages
2021-08-22 09:55:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-22 09:55:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.6.4.0-ls92