Namespace
linuxserver
Image / Tag
emby:arm64v8-4.5.4.0-ls66
Content Digest
sha256:cda44bf08c2b178d559c24990a2322c2b636e0dfa5866cb800c4cb59b40ab538
Details
Created

2020-12-17 14:57:50 UTC

Size

126 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.4.0-ls66 Build-date:- 2020-12-17T14:52:29+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:080bac59a0ffe3a29d645c9b7aa4dd28e82a42348cdff1499c1d3b47579573be - 18.02% (22.6 MB)

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

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

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

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

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

[#006] sha256:85232f610a003a590a72cbbb5f89137ecf001b1d13779259eaf2d700e849de49 - 0.28% (356 KB)

[#007] sha256:499002f656890df32d251bdc8b3b0facef98c5d2c66e7a7b1c840d5150de7800 - 67.33% (84.5 MB)

[#008] sha256:6d7052b21b26c1132687de9122b0c0fc4e946222553f1faac073aad0af819eb6 - 0.0% (1.06 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-17 14:56:09 UTC

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

2020-12-17 14:56:11 UTC

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

2020-12-17 14:56:12 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.4.0-ls66 Build-date:- 2020-12-17T14:52:29+00:00

2020-12-17 14:56:13 UTC

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

2020-12-17 14:56:15 UTC

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

2020-12-17 14:56:42 UTC

|2 BUILD_DATE=2020-12-17T14:52:29+00:00 VERSION=4.5.4.0-ls66 /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-17 14:57:29 UTC

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

2020-12-17 14:57:47 UTC

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

2020-12-17 14:57:48 UTC

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

2020-12-17 14:57:50 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