Namespace
linuxserver
Image / Tag
emby:beta-4.6.0.37-ls92
Content Digest
sha256:f86d666ca35e1ece7405163192ae55b336d7302b302e70b306604fa3c4c05736
Details
Created

2021-04-06 22:44:28 UTC

Size

267 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.37-ls92 Build-date:- 2021-04-06T23:41:48+01: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:085dba3fd0122a6804b2ba1e0077709dd8a66ba074485dabb584de04b5f79589 - 10.22% (27.2 MB)

[#001] sha256:f391502faaaf15ffff3c5f6557bb671b6806546d59b4d4ff457671178e605c9b - 0.68% (1.8 MB)

[#002] sha256:4f918de529e94b58231dbed8c0e3b11ea89e43b39e160cb7bfca6f55952f9ad9 - 0.65% (1.73 MB)

[#003] sha256:24f66c8bd3a1c88a48d44e3a86e0e5ea91d95da369e9fc8e9026953b5ab312ac - 0.0% (441 Bytes)

[#004] sha256:f57fe161df1f462ea6351623486b7095aecec1645d948fad49c0a890a1588386 - 0.0% (274 Bytes)

[#005] sha256:e85a4ba57c1eb63c0794cda64ce07516bb0aa42164df110da7de3c94e9becb80 - 6.16% (16.4 MB)

[#006] sha256:9e8139d3ff6c0e157ae4971a8c0f7f4f80f4b7855d236bbc6a71624a89fe248c - 0.0% (2.78 KB)

[#007] sha256:ceecd60f8aff96c32010fe33968611172f3f968c9b7d79cd27ef635b2dc0bbea - 11.13% (29.7 MB)

[#008] sha256:d82433d54fe8059cfad6681f1d143069c37f747b373b7a7d32c5b4c510a8c289 - 71.16% (190 MB)

[#009] sha256:77101e4eb8a5eb7563133c855e0199271447e0201b087d1092eb40c2efc4a68e - 0.0% (1.24 KB)


History
2021-04-06 05:09:51 UTC

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

2021-04-06 05:09:52 UTC

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

2021-04-06 05:09:53 UTC

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

2021-04-06 05:09:53 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f796cfae-ls35 Build-date:- 2021-04-06T06:08:55+01:00

2021-04-06 05:09:54 UTC

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

2021-04-06 05:09:54 UTC

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

2021-04-06 05:09:54 UTC

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

2021-04-06 05:09:55 UTC

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

2021-04-06 05:09:57 UTC

|4 BUILD_DATE=2021-04-06T06:08:55+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f796cfae-ls35 /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-06 05:09:58 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-04-06 05:09:58 UTC

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

2021-04-06 05:09:58 UTC

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

2021-04-06 05:09:59 UTC

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

2021-04-06 05:10:35 UTC

|5 BUILD_DATE=2021-04-06T06:08:55+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f796cfae-ls35 /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-06 05:10:36 UTC

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

2021-04-06 05:10:37 UTC

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

2021-04-06 22:43:45 UTC

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

2021-04-06 22:43:45 UTC

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

2021-04-06 22:43:46 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.37-ls92 Build-date:- 2021-04-06T23:41:48+01:00

2021-04-06 22:43:46 UTC

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

2021-04-06 22:43:46 UTC

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

2021-04-06 22:44:02 UTC

|2 BUILD_DATE=2021-04-06T23:41:48+01:00 VERSION=4.6.0.37-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-04-06 22:44:14 UTC

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

2021-04-06 22:44:27 UTC

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

2021-04-06 22:44:27 UTC

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

2021-04-06 22:44:28 UTC

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

Details
Created

2021-04-06 22:52:19 UTC

Size

137 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.37-ls92 Build-date:- 2021-04-06T23:41:48+01: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:ec688479fd1d5056d386805eb2c6a7039d1efaae81f0e9c055075060cf7f226f - 16.7% (22.9 MB)

[#001] sha256:fcfa9700b1259bedd33aaba43a68f9965887e76c8d92d270dca5af46a4e4a292 - 1.57% (2.15 MB)

[#002] sha256:4ba4b02f860f028724e53cdc7fc2d8aab24e79fc85d0e9742cc3d80a29e87e59 - 1.51% (2.07 MB)

[#003] sha256:a7b5b9b3e0c06e4408dc8c2bacd7d4b514dca21de10487918334168f1168310f - 0.0% (437 Bytes)

[#004] sha256:ee9e3eacb836dfee095786da4e75d6488c4f58bd978f4423053813e2bb24b7cf - 0.0% (278 Bytes)

[#005] sha256:348e630cb1d3564916745c0abdb8697235bc8803fd3ced0d2ead9ddbb0379dd3 - 11.96% (16.4 MB)

[#006] sha256:2df33655a255d2ce940af6858d421c64b2347e4cb173f88dbfa5c06ff4626422 - 0.0% (2.79 KB)

[#007] sha256:63762c17c6dfa56787c5ced1e3c153b16c4290aa4bfa1fee87f0d4405bee2756 - 0.72% (1020 KB)

[#008] sha256:401b2f5b60b2e19a50fa3dd51e9b694dde55700ef16e045f386697d634adde21 - 67.54% (92.7 MB)

[#009] sha256:f03c298ecedf58114d806ca241f7eabad6badc3b391e30ac2fac55c6f328b0a3 - 0.0% (1.25 KB)


History
2021-04-06 05:10:15 UTC

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

2021-04-06 05:10:16 UTC

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

2021-04-06 05:10:17 UTC

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

2021-04-06 05:10:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f796cfae-ls35 Build-date:- 2021-04-06T06:08:55+01:00

2021-04-06 05:10:18 UTC

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

2021-04-06 05:10:18 UTC

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

2021-04-06 05:10:19 UTC

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

2021-04-06 05:10:21 UTC

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

2021-04-06 05:10:24 UTC

|4 BUILD_DATE=2021-04-06T06:08:55+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f796cfae-ls35 /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-06 05:10:25 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-04-06 05:10:25 UTC

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

2021-04-06 05:10:26 UTC

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

2021-04-06 05:10:26 UTC

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

2021-04-06 05:11:31 UTC

|5 BUILD_DATE=2021-04-06T06:08:55+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f796cfae-ls35 /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-06 05:11:33 UTC

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

2021-04-06 05:11:33 UTC

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

2021-04-06 22:48:53 UTC

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

2021-04-06 22:48:55 UTC

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

2021-04-06 22:48:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.37-ls92 Build-date:- 2021-04-06T23:41:48+01:00

2021-04-06 22:48:59 UTC

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

2021-04-06 22:49:01 UTC

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

2021-04-06 22:49:31 UTC

|2 BUILD_DATE=2021-04-06T23:41:48+01:00 VERSION=4.6.0.37-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-04-06 22:52:10 UTC

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

2021-04-06 22:52:16 UTC

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

2021-04-06 22:52:17 UTC

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

2021-04-06 22:52:19 UTC

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

Details
Created

2021-04-06 22:46:55 UTC

Size

142 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.37-ls92 Build-date:- 2021-04-06T23:41:48+01: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:d0fea2e5503c2cac3f8a6036f61742838f9bef38e5ebd22ee776c65d34859b83 - 18.19% (25.9 MB)

[#001] sha256:bc1f98b7ee528d0e411ba5d02f598e5e093109031148f7156c2383d8a4d6819b - 1.51% (2.15 MB)

[#002] sha256:52d103c45ecf15d38a6242642c9700563fa6f7917709382aafeba47508f10570 - 1.47% (2.09 MB)

[#003] sha256:8e553aff06108bd82878017770b14b31219b28ad4af8384fb899ae9991991a2b - 0.0% (443 Bytes)

[#004] sha256:6c4d725e2ef0c80fee4abbd60c88f9afb6b470f1c655118baae9bcb4f703b90b - 0.0% (279 Bytes)

[#005] sha256:cdd17799570b3ad2d845a9d1954fc9b1442e348c30a220b5e31fe4adb3e8c545 - 12.55% (17.9 MB)

[#006] sha256:085d0497b841a19ab96ea75f6202e3672ba37b7038a63a8adb83302f24cc6ae2 - 0.0% (2.8 KB)

[#007] sha256:566b7e17e1e8a611e393b031106ae9fa12e8b4aeb90165c74df589bdffbbe270 - 0.32% (471 KB)

[#008] sha256:5149edcf5cbf5168cc931bdf6cb07c791778b1caa17ba14ec5c8b2df31b86f88 - 65.96% (94 MB)

[#009] sha256:1a2ae5b5de424204ac4424d33e24020e58f59b210810b694479a1c9aa3ef1eb8 - 0.0% (1.24 KB)


History
2021-04-06 05:11:17 UTC

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

2021-04-06 05:11:31 UTC

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

2021-04-06 05:11:33 UTC

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

2021-04-06 05:11:36 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f796cfae-ls35 Build-date:- 2021-04-06T06:08:55+01:00

2021-04-06 05:11:37 UTC

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

2021-04-06 05:11:39 UTC

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

2021-04-06 05:11:41 UTC

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

2021-04-06 05:11:44 UTC

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

2021-04-06 05:11:53 UTC

|4 BUILD_DATE=2021-04-06T06:08:55+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f796cfae-ls35 /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-06 05:11:54 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-04-06 05:11:56 UTC

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

2021-04-06 05:11:57 UTC

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

2021-04-06 05:11:58 UTC

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

2021-04-06 05:14:00 UTC

|5 BUILD_DATE=2021-04-06T06:08:55+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f796cfae-ls35 /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-06 05:14:10 UTC

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

2021-04-06 05:14:11 UTC

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

2021-04-06 22:45:23 UTC

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

2021-04-06 22:45:25 UTC

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

2021-04-06 22:45:27 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.37-ls92 Build-date:- 2021-04-06T23:41:48+01:00

2021-04-06 22:45:28 UTC

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

2021-04-06 22:45:30 UTC

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

2021-04-06 22:45:54 UTC

|2 BUILD_DATE=2021-04-06T23:41:48+01:00 VERSION=4.6.0.37-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-04-06 22:46:32 UTC

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

2021-04-06 22:46:52 UTC

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

2021-04-06 22:46:53 UTC

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

2021-04-06 22:46:55 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