Namespace
linuxserver
Image / Tag
emby:4.6.0.8-ls68
Content Digest
sha256:259de77d48d3b9412312d1297d16fd7d40cb836b7533f4b8c987c99cf45ba176
Details
Created

2020-12-13 10:42:51 UTC

Size

165 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.8-ls68 Build-date:- 2020-12-13T05:40:23-05:00
  • maintainer
    thelamer

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

NVIDIA_DRIVER_CAPABILITIES

compute,video,utility

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm


Layers

[#000] sha256:73a9370e0ed970a344b08894d3de73a42d1073355c230013b62e5143cf441f76 - 15.47% (25.5 MB)

[#001] sha256:9cfefcf65a2ee2ee207a7f3d7a82eed037f1a4d69ac5796210ba87d4a03b6136 - 1.12% (1.84 MB)

[#002] sha256:96a06e54b8714380605776c5bf3068d356ed640c9be9a3ea663a4f5780385412 - 1.07% (1.77 MB)

[#003] sha256:2fa6daad138e9fbe87a580145c0b52bd4993afc3121a6bab0525660f3c6f0996 - 0.0% (273 Bytes)

[#004] sha256:8e16b2b7988e6e4f93d9af21c39d3957e375797d2297e1449b944bfcd2a10c82 - 7.67% (12.6 MB)

[#005] sha256:28b6802f1b095704ab5f96578deb96fc449b380740d89bbf2cb762ce5003a427 - 0.0% (4.39 KB)

[#006] sha256:9fcc856c000274251adf9deaebd6503d5ea4ca03145e6fcccfa7117d544a6ff1 - 15.98% (26.3 MB)

[#007] sha256:8df65d7c09b878aa573d190757c7b37e5b45a738e6b10b3bddd03483a9c13064 - 58.68% (96.6 MB)

[#008] sha256:1c8140f10f685fadcdcd121163f88a4883ffc374490f4cac69dc6caa4d1582d8 - 0.0% (1.14 KB)


History
2020-12-10 15:02:58 UTC

/bin/sh -c #(nop) COPY dir:6c75c85d1017422948b3b598426f730eddf9d698c857ba989eee2625202435b1 in /

2020-12-10 15:02:58 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-12-10 15:02:58 UTC

/bin/sh -c #(nop) ARG VERSION

2020-12-10 15:02:58 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e826fb7f-ls5 Build-date:- 2020-12-10T10:01:57-05:00

2020-12-10 15:02:58 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-12-10 15:02:59 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2

2020-12-10 15:02:59 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2020-12-10 15:03:00 UTC

/bin/sh -c #(nop) ADD 73235ba7e61323f3ed8b78663a44b17e671e1fe0f2b3bacc2611d758717e849c in /tmp/

2020-12-10 15:03:01 UTC

|4 BUILD_DATE=2020-12-10T10:01:57-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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-10 15:03:01 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-12-10 15:03:01 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2020-12-10 15:03:01 UTC

/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/

2020-12-10 15:03:29 UTC

|5 BUILD_DATE=2020-12-10T10:01:57-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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 "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-12-10 15:03:29 UTC

/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /

2020-12-10 15:03:30 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2020-12-13 10:42:18 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-12-13 10:42:18 UTC

/bin/sh -c #(nop) ARG VERSION

2020-12-13 10:42:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.8-ls68 Build-date:- 2020-12-13T05:40:23-05:00

2020-12-13 10:42:18 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2020-12-13 10:42:18 UTC

/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility

2020-12-13 10:42:44 UTC

|2 BUILD_DATE=2020-12-13T05:40:23-05:00 VERSION=4.6.0.8-ls68 /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/*

2020-12-13 10:42:50 UTC

/bin/sh -c #(nop) COPY dir:94f7e13aded594ad966b307cd6870e00d7c735ef627e30d2915279b6b39b166d in /app/emby

2020-12-13 10:42:51 UTC

/bin/sh -c #(nop) COPY dir:26bd8f61c93d1f0bc616a6afc65c61d397b846cf17c0bc7f1f54202cc5f79954 in /

2020-12-13 10:42:51 UTC

/bin/sh -c #(nop) EXPOSE 8096 8920

2020-12-13 10:42:51 UTC

/bin/sh -c #(nop) VOLUME [/config]

Details
Created

2020-12-13 10:44:00 UTC

Size

125 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.8-ls68 Build-date:- 2020-12-13T05:40:23-05:00
  • maintainer
    thelamer

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

NVIDIA_DRIVER_CAPABILITIES

compute,video,utility

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm


Layers

[#000] sha256:954252a603f254ac865bbbb2db424c17558121d6cd97814e676aee5f3052d30e - 17.05% (21.2 MB)

[#001] sha256:45641b02bba508a51966697267d72ed34a6a09a99e0f027aef34ae05e6ed2679 - 1.78% (2.22 MB)

[#002] sha256:8a7cb08d9463fe56546631f0c4e5b076b4d7eb8a9b291a5715f1520426a23e0a - 1.69% (2.11 MB)

[#003] sha256:764c637d77248c910327592901e8775f3fe507702108fc48cf5bbfd9ebf31f03 - 0.0% (278 Bytes)

[#004] sha256:d4b7d257254e7931cb5f2b38fb6522809ac6f7dcc7c4e70c72224706319bd506 - 10.44% (13 MB)

[#005] sha256:13472c572cf896a39443f84032a76a710ca7921c5e038dcd8698f125c12c35b6 - 0.0% (4.4 KB)

[#006] sha256:a95a49034d4d111ef34518a215e79cccc64f49f2e86c4e990f27f8c7c3cb04da - 2.52% (3.14 MB)

[#007] sha256:66b8df8bb444340b1ca6c52b134cb722e0d2df93617e3f03a5934b0c7217f55d - 66.51% (82.9 MB)

[#008] sha256:6b54495abfe441ab7163d03b62e5054a8d0b7cbad9b5ba27adaa01ebf21521b4 - 0.0% (1.14 KB)


History
2020-12-10 15:03:39 UTC

/bin/sh -c #(nop) COPY dir:48a20fc4eccb15e9b6816856efd74058aad2b70bc2a4b353e975c7df617c69c9 in /

2020-12-10 15:03:40 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-12-10 15:03:41 UTC

/bin/sh -c #(nop) ARG VERSION

2020-12-10 15:03:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e826fb7f-ls5 Build-date:- 2020-12-10T10:01:57-05:00

2020-12-10 15:03:41 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-12-10 15:03:41 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2

2020-12-10 15:03:42 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm

2020-12-10 15:03:44 UTC

/bin/sh -c #(nop) ADD 57874912aa54611a5a67dd94020d8d8616e3b383165c6afcf930150b0d694731 in /tmp/

2020-12-10 15:03:46 UTC

|4 BUILD_DATE=2020-12-10T10:01:57-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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-10 15:03:46 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-12-10 15:03:47 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2020-12-10 15:03:47 UTC

/bin/sh -c #(nop) COPY file:82e2f69417bae71bb20ab92c0b7aa15f66893747cd2e2e88be2791da4cbb722f in /etc/apt/

2020-12-10 15:04:38 UTC

|5 BUILD_DATE=2020-12-10T10:01:57-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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-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/*

2020-12-10 15:04:39 UTC

/bin/sh -c #(nop) COPY dir:002b8a5514bbaece27bc9c8fdcedc40fa7d3645b67ab85595fb7550cb8533b45 in /

2020-12-10 15:04:40 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2020-12-13 10:43:10 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-12-13 10:43:10 UTC

/bin/sh -c #(nop) ARG VERSION

2020-12-13 10:43:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.8-ls68 Build-date:- 2020-12-13T05:40:23-05:00

2020-12-13 10:43:11 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2020-12-13 10:43:11 UTC

/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility

2020-12-13 10:43:43 UTC

|2 BUILD_DATE=2020-12-13T05:40:23-05:00 VERSION=4.6.0.8-ls68 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && 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/ubuntu bionic 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/*

2020-12-13 10:43:58 UTC

/bin/sh -c #(nop) COPY dir:31084f790dd5915816c6418128ca46772d20d95199a592ec1651f8f555133c23 in /app/emby

2020-12-13 10:43:59 UTC

/bin/sh -c #(nop) COPY dir:d1578afe611e9d56f7f216a8d3ebec618f9675a87f2557afe8059d9dcc020c21 in /

2020-12-13 10:44:00 UTC

/bin/sh -c #(nop) EXPOSE 8096 8920

2020-12-13 10:44:00 UTC

/bin/sh -c #(nop) VOLUME [/config]

Details
Created

2020-12-13 10:45:59 UTC

Size

125 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.8-ls68 Build-date:- 2020-12-13T05:40:23-05:00
  • maintainer
    thelamer

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

NVIDIA_DRIVER_CAPABILITIES

compute,video,utility

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm


Layers

[#000] sha256:080bac59a0ffe3a29d645c9b7aa4dd28e82a42348cdff1499c1d3b47579573be - 18.12% (22.6 MB)

[#001] sha256:1bc05ad8fb46b95c1d7fde38f94852e053cb1dae99b3515c98331917cbeefd9c - 1.74% (2.18 MB)

[#002] sha256:8dfd6a45bbf0806722a99a6d3b9d69d7e7c827a76d2a79e2aa7ba371cf4a488c - 1.7% (2.12 MB)

[#003] sha256:6d28c3a480285f42d0035d6b29fcbf8e37e848c533b2bf8646e19ba4646cfb03 - 0.0% (278 Bytes)

[#004] sha256:5afa7f93506b024881da9da2dd4e7864a564fcac989e9bdd79ee6297a69ba3cb - 11.0% (13.7 MB)

[#005] sha256:27c97120eddbd37eead0e588764dc4d73d739355b4df8e6170d72f5d5602fa00 - 0.0% (4.42 KB)

[#006] sha256:4dbd87b69c7ea8adf3d18c5a6194981f54058f4ed13239a51e1297ef4f4fdc38 - 0.28% (356 KB)

[#007] sha256:19f55b890e43e81ef805c66c86fc2ef8d09cb21d41307441368ecb1e49f5b73a - 67.15% (83.8 MB)

[#008] sha256:35b94d65f255124c05557cab91f15908c3d52abf30c45201a34b383bd933412e - 0.0% (1.14 KB)


History
2020-12-10 15:04:38 UTC

/bin/sh -c #(nop) COPY dir:c3f89bb584d7345cef6be6f27027845307b531e7f720a9731cc2dfbe26a77808 in /

2020-12-10 15:04:42 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-12-10 15:04:42 UTC

/bin/sh -c #(nop) ARG VERSION

2020-12-10 15:04:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e826fb7f-ls5 Build-date:- 2020-12-10T10:01:57-05:00

2020-12-10 15:04:43 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-12-10 15:04:44 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2

2020-12-10 15:04:44 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64

2020-12-10 15:04:47 UTC

/bin/sh -c #(nop) ADD 4f58740c4ce0b21f8d45d774ff3cd81a980d7cabc9f47ef8e46a619ccc3f7559 in /tmp/

2020-12-10 15:04:51 UTC

|4 BUILD_DATE=2020-12-10T10:01:57-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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-10 15:04:52 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-12-10 15:04:52 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2020-12-10 15:04:53 UTC

/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/

2020-12-10 15:06:04 UTC

|5 BUILD_DATE=2020-12-10T10:01:57-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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-10 15:06:07 UTC

/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /

2020-12-10 15:06:08 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2020-12-13 10:44:25 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-12-13 10:44:27 UTC

/bin/sh -c #(nop) ARG VERSION

2020-12-13 10:44:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.8-ls68 Build-date:- 2020-12-13T05:40:23-05:00

2020-12-13 10:44:29 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2020-12-13 10:44:31 UTC

/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility

2020-12-13 10:44:55 UTC

|2 BUILD_DATE=2020-12-13T05:40:23-05:00 VERSION=4.6.0.8-ls68 /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-13 10:45:33 UTC

/bin/sh -c #(nop) COPY dir:bd92f950672c404bec0aad6d694cf34a019e3781ff06442a54dc98668444b439 in /app/emby

2020-12-13 10:45:57 UTC

/bin/sh -c #(nop) COPY dir:26bd8f61c93d1f0bc616a6afc65c61d397b846cf17c0bc7f1f54202cc5f79954 in /

2020-12-13 10:45:58 UTC

/bin/sh -c #(nop) EXPOSE 8096 8920

2020-12-13 10:45:59 UTC

/bin/sh -c #(nop) VOLUME [/config]

Danger Zone
Delete Tag

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.

Delete