Namespace
linuxserver
Image / Tag
emby:4.5.4.0-ls72
Content Digest
sha256:a8042719e4fee49e82ea2b2c2b7ba9d43794227dad15689d420eef021f21be2f
Details
Created

2021-01-24 10:42:43 UTC

Size

174 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.4.0-ls72 Build-date:- 2021-01-24T05:41:00-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: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:775f42c18f39c12fe9b2427efb3feb8b4790fcea8994e0c4297cf9eac483d732 - 17.08% (29.7 MB)

[#007] sha256:665e39ca7c32631b60c6e84e66711ad0de366029dfdca5773e9d40ffef659baa - 55.72% (96.9 MB)

[#008] sha256:09591acec78d771dc57b25c3d1939cd7645e6a530ac93ebcd7487008634294c3 - 0.0% (1.17 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:42:23 UTC

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

2021-01-24 10:42:23 UTC

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

2021-01-24 10:42:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.4.0-ls72 Build-date:- 2021-01-24T05:41:00-05:00

2021-01-24 10:42:23 UTC

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

2021-01-24 10:42:23 UTC

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

2021-01-24 10:42:36 UTC

|2 BUILD_DATE=2021-01-24T05:41:00-05:00 VERSION=4.5.4.0-ls72 /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:42:43 UTC

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

2021-01-24 10:42:43 UTC

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

2021-01-24 10:42:43 UTC

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

2021-01-24 10:42:43 UTC

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

Details
Created

2021-01-24 10:43:30 UTC

Size

127 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.4.0-ls72 Build-date:- 2021-01-24T05:41:00-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: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:7599485b91805d8a9a164ec661e4df346952824638f83089e5e8b1b52b675502 - 0.78% (1020 KB)

[#007] sha256:5b4a9af0414d999f490b36dbdec3e373531c72d347eb500e216a569c342beea3 - 64.79% (82.2 MB)

[#008] sha256:14c6b97ae8574a5ccfc470090142be507fa5ae5486486c88d76818aa7e10b0f8 - 0.0% (1.17 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:42:55 UTC

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

2021-01-24 10:42:55 UTC

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

2021-01-24 10:42:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.4.0-ls72 Build-date:- 2021-01-24T05:41:00-05:00

2021-01-24 10:42:56 UTC

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

2021-01-24 10:42:56 UTC

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

2021-01-24 10:43:11 UTC

|2 BUILD_DATE=2021-01-24T05:41:00-05:00 VERSION=4.5.4.0-ls72 /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:43:28 UTC

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

2021-01-24 10:43:29 UTC

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

2021-01-24 10:43:29 UTC

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

2021-01-24 10:43:30 UTC

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

Details
Created

2021-01-24 10:44:28 UTC

Size

133 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.4.0-ls72 Build-date:- 2021-01-24T05:41:00-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: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.45% (17.9 MB)

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

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

[#007] sha256:8075ac5cfcf2d8296c70545dce3ea14bd7ab00f1e907e4d56a0db8aeec260788 - 63.5% (84.5 MB)

[#008] sha256:bc743c14b9be30af713401593134ea26a9de366fb944402256299809eee105a5 - 0.0% (1.17 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:43:31 UTC

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

2021-01-24 10:43:31 UTC

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

2021-01-24 10:43:32 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.4.0-ls72 Build-date:- 2021-01-24T05:41:00-05:00

2021-01-24 10:43:32 UTC

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

2021-01-24 10:43:33 UTC

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

2021-01-24 10:43:52 UTC

|2 BUILD_DATE=2021-01-24T05:41:00-05:00 VERSION=4.5.4.0-ls72 /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:44:21 UTC

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

2021-01-24 10:44:27 UTC

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

2021-01-24 10:44:28 UTC

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

2021-01-24 10:44:28 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