Namespace
linuxserver
Image / Tag
emby:beta-4.6.0.10-ls76
Content Digest
sha256:8ce2f5c3f3f133b2a046864458afa8f0b36586d8810666aebb7ac8c7c47ca99d
Details
Created

2021-01-24 10:38:37 UTC

Size

174 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.10-ls76 Build-date:- 2021-01-24T10:36:06+00: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:1f5e15c7820822dda2fe2a71b52e33df9dae97c219b08343fe4bdbf9b448c070 - 15.67% (27.2 MB)

[#001] sha256:a8bf534b5e6ef89b765a6429144d81856f4ed229b06ec0ed59c12e62365b45b4 - 1.06% (1.84 MB)

[#002] sha256:e633a0fa06b14b65195372e69be1b85ba73ae5d7846bc1907cd2834808db6bad - 1.01% (1.76 MB)

[#003] sha256:e26072cac69ddbd89b845d23c6a478ab1c21c311b424a92bb7964c84eb16c4c9 - 0.0% (274 Bytes)

[#004] sha256:57c07b9b6c59b02f18d3ae69b3ec30da005dbd68b38a2ab1bf3fcb486d67c38a - 9.45% (16.4 MB)

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

[#006] sha256:6e2c0d4c48b2d45613d6aa23bc3a38a10e511078ccda7df8c014f5c7244b63e8 - 17.07% (29.7 MB)

[#007] sha256:a9ac17658c9675ecfd2491f5397e504a6995455b9c2bfb245cfb46b9d3e2e00c - 55.73% (96.9 MB)

[#008] sha256:dd0eb8d55b95919f298b143899075cc5ffcc22cdc70f84dca23d2b4759027897 - 0.0% (1.24 KB)


History
2021-01-19 05:36:23 UTC

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

2021-01-19 05:36:23 UTC

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

2021-01-19 05:36:23 UTC

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

2021-01-19 05:36:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 749f6a92-ls24 Build-date:- 2021-01-19T00:35:16-05:00

2021-01-19 05:36:24 UTC

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

2021-01-19 05:36:24 UTC

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

2021-01-19 05:36:24 UTC

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

2021-01-19 05:36:25 UTC

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

2021-01-19 05:36:26 UTC

|4 BUILD_DATE=2021-01-19T00:35:16-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-01-19 05:36:26 UTC

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

2021-01-19 05:36:26 UTC

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

2021-01-19 05:36:26 UTC

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

2021-01-19 05:36:50 UTC

|5 BUILD_DATE=2021-01-19T00:35:16-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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 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/*

2021-01-19 05:36:51 UTC

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

2021-01-19 05:36:51 UTC

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

2021-01-24 10:38:02 UTC

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

2021-01-24 10:38:02 UTC

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

2021-01-24 10:38:02 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.10-ls76 Build-date:- 2021-01-24T10:36:06+00:00

2021-01-24 10:38:03 UTC

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

2021-01-24 10:38:03 UTC

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

2021-01-24 10:38:21 UTC

|2 BUILD_DATE=2021-01-24T10:36:06+00:00 VERSION=4.6.0.10-ls76 /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-01-24 10:38:30 UTC

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

2021-01-24 10:38:37 UTC

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

2021-01-24 10:38:37 UTC

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

2021-01-24 10:38:37 UTC

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

Details
Created

2021-01-24 10:38:48 UTC

Size

127 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.10-ls76 Build-date:- 2021-01-24T10:36:06+00: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:2dac3107d2df834d7a081ed091a2affcdaf2e017db2b3b53671a7c4acf0d1cdf - 18.07% (22.9 MB)

[#001] sha256:98850ce28b23d1107f1af55687af779f1afc1b03b50be98de3b47863acdb70b7 - 1.75% (2.22 MB)

[#002] sha256:d2f38e298413889da4593895164435a1f34142b31c717e263350d1c30681cc1f - 1.66% (2.1 MB)

[#003] sha256:6ce38661e62f9db6957d3d31977d9f4dafc3b5e147a913bea0286d92c99b9dd8 - 0.0% (277 Bytes)

[#004] sha256:d805edd993fb9d345d3ce5ab3423e5af8d6b7cec10c70df4709f1f11767c59cd - 12.95% (16.4 MB)

[#005] sha256:579f0030863215aa44f7d2fd7dbcab91bd410942a5a436536e884d9ae1418660 - 0.0% (4.39 KB)

[#006] sha256:99f0cae09fcc803a100810d64df851708cb496fddfa00813197a3bfa26cb8ad3 - 0.78% (1020 KB)

[#007] sha256:f892146fd2266f3a8c33633e37cacd0fe6f62f3f48e1ad27dd36dc4fcdee7c28 - 64.8% (82.2 MB)

[#008] sha256:745a3fd1de800cb319dc9490ff105d11623824c9f8f20127ba3961d405cfae01 - 0.0% (1.26 KB)


History
2021-01-19 05:39:16 UTC

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

2021-01-19 05:39:17 UTC

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

2021-01-19 05:39:18 UTC

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

2021-01-19 05:39:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 749f6a92-ls24 Build-date:- 2021-01-19T00:35:16-05:00

2021-01-19 05:39:19 UTC

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

2021-01-19 05:39:19 UTC

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

2021-01-19 05:39:20 UTC

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

2021-01-19 05:39:22 UTC

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

2021-01-19 05:39:25 UTC

|4 BUILD_DATE=2021-01-19T00:35:16-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-01-19 05:39:26 UTC

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

2021-01-19 05:39:26 UTC

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

2021-01-19 05:39:27 UTC

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

2021-01-19 05:40:23 UTC

|5 BUILD_DATE=2021-01-19T00:35:16-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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 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/*

2021-01-19 05:40:25 UTC

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

2021-01-19 05:40:26 UTC

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

2021-01-24 10:38:14 UTC

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

2021-01-24 10:38:14 UTC

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

2021-01-24 10:38:15 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.10-ls76 Build-date:- 2021-01-24T10:36:06+00:00

2021-01-24 10:38:15 UTC

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

2021-01-24 10:38:16 UTC

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

2021-01-24 10:38:32 UTC

|2 BUILD_DATE=2021-01-24T10:36:06+00:00 VERSION=4.6.0.10-ls76 /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-01-24 10:38:46 UTC

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

2021-01-24 10:38:47 UTC

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

2021-01-24 10:38:48 UTC

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

2021-01-24 10:38:48 UTC

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

Details
Created

2021-01-24 10:39:48 UTC

Size

133 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.10-ls76 Build-date:- 2021-01-24T10:36:06+00: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:54f8d1c55e19eb9204439827fb8b0619e2792c1fe152d88abc0b91c7a487bbb1 - 19.47% (25.9 MB)

[#001] sha256:b6d1b62fcec7c51cc2e198c7c9472a26db7dd44971945a7837707857a02996e8 - 1.64% (2.18 MB)

[#002] sha256:beaa842165822e084e2fd7699cf11bff3adccc38b40e5fe130e6dcb82f26afed - 1.59% (2.11 MB)

[#003] sha256:0ed3f5ddb666300294f150f9ccc78c89d3ed983b8eb014f5273ad2447fc5d307 - 0.0% (277 Bytes)

[#004] sha256:ac2dfb64c0d14491dfcf1980f3645b56e821ce9db4d8c97c95d217fbde288613 - 13.44% (17.9 MB)

[#005] sha256:20c10b80a380892134c7d21e5ed4a4820e25e1c105e52a0e52cf7942a1fa977e - 0.0% (4.39 KB)

[#006] sha256:ebb668e56df2ad8aeea51f6d6e0bdfb7432c52be64c5748a1424c76684e67d10 - 0.35% (471 KB)

[#007] sha256:a676eaeb0a3f04c5a7bdfd48f2a17680345fa2f5ae0ce0864597653086f07247 - 63.51% (84.5 MB)

[#008] sha256:778f154822fdfcb1d6eb10422e789fdac4109c30cd5566078c17e2a67f996fa3 - 0.0% (1.24 KB)


History
2021-01-19 05:37:43 UTC

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

2021-01-19 05:37:56 UTC

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

2021-01-19 05:37:57 UTC

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

2021-01-19 05:37:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 749f6a92-ls24 Build-date:- 2021-01-19T00:35:16-05:00

2021-01-19 05:38:00 UTC

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

2021-01-19 05:38:02 UTC

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

2021-01-19 05:38:03 UTC

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

2021-01-19 05:38:06 UTC

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

2021-01-19 05:38:13 UTC

|4 BUILD_DATE=2021-01-19T00:35:16-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-01-19 05:38:16 UTC

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

2021-01-19 05:38:17 UTC

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

2021-01-19 05:38:18 UTC

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

2021-01-19 05:40:09 UTC

|5 BUILD_DATE=2021-01-19T00:35:16-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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 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/*

2021-01-19 05:40:18 UTC

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

2021-01-19 05:40:20 UTC

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

2021-01-24 10:38:51 UTC

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

2021-01-24 10:38:52 UTC

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

2021-01-24 10:38:52 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.10-ls76 Build-date:- 2021-01-24T10:36:06+00:00

2021-01-24 10:38:53 UTC

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

2021-01-24 10:38:53 UTC

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

2021-01-24 10:39:13 UTC

|2 BUILD_DATE=2021-01-24T10:36:06+00:00 VERSION=4.6.0.10-ls76 /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-01-24 10:39:42 UTC

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

2021-01-24 10:39:47 UTC

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

2021-01-24 10:39:48 UTC

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

2021-01-24 10:39:48 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