Namespace
linuxserver
Image / Tag
emby:arm64v8-4.5.0.17-ls57
Content Digest
sha256:006d8b78482eb7456ce0255d21fa74efa47efee60e1d18195a77f6276d4700d4
Details
Created

2020-08-12 20:09:04 UTC

Size

120 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.0.17-ls57 Build-date:- 2020-08-12T16:05:44-04: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:d229be09df3b23a2e1e9da8925118f5928e4c027318197dac04627a040a1cd8d - 18.85% (22.6 MB)

[#001] sha256:9595f46d62e466732df483d8fc797b5bff5d438415b39643bd7ec4dae30e9d47 - 0.0% (278 Bytes)

[#002] sha256:2837053d9e474ffe5d7cc4a5b1d913d42cb0bc566c5c4cf829fdc76417628a41 - 12.02% (14.4 MB)

[#003] sha256:6f21f0442bc0d37bb5eecfc96bb2feb290eb65dc8d2f415c4b18f97a24f50280 - 0.0% (4.15 KB)

[#004] sha256:6da93f890b3a3e26a77a3bd9323462793262572bf2f588b44c792a698e9655c5 - 0.29% (355 KB)

[#005] sha256:9fe3f848d8321cc0b23c5121ddc56e98bc9ea77d32b524a401be302607fd27be - 68.84% (82.6 MB)

[#006] sha256:e6b531d6b7b0a3d6071b35b4b3da730b888f2111934c075e2ff1b42649ab5df4 - 0.0% (1.16 KB)


History
2020-08-12 16:12:32 UTC

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

2020-08-12 16:12:35 UTC

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

2020-08-12 16:12:36 UTC

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

2020-08-12 16:12:36 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2246fdf-ls50 Build-date:- 2020-08-12T16:10:42+00:00

2020-08-12 16:12:37 UTC

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

2020-08-12 16:12:37 UTC

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

2020-08-12 16:12:38 UTC

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

2020-08-12 16:12:38 UTC

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

2020-08-12 16:12:39 UTC

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

2020-08-12 16:12:39 UTC

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

2020-08-12 16:14:05 UTC

|5 BUILD_DATE=2020-08-12T16:10:42+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=e2246fdf-ls50 /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 "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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-08-12 16:14:08 UTC

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

2020-08-12 16:14:09 UTC

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

2020-08-12 20:08:06 UTC

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

2020-08-12 20:08:06 UTC

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

2020-08-12 20:08:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.0.17-ls57 Build-date:- 2020-08-12T16:05:44-04:00

2020-08-12 20:08:07 UTC

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

2020-08-12 20:08:08 UTC

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

2020-08-12 20:08:28 UTC

|2 BUILD_DATE=2020-08-12T16:05:44-04:00 VERSION=4.5.0.17-ls57 /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-08-12 20:08:58 UTC

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

2020-08-12 20:09:02 UTC

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

2020-08-12 20:09:03 UTC

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

2020-08-12 20:09:04 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