Namespace
linuxserver
Image / Tag
emby:arm64v8-version-4.6.0.8
Content Digest
sha256:38ec01fe896aa561d82e9243ddcc871106e490db51bf7a490bb6797683a72520
Details
Created

2020-12-13 10:45:59 UTC

Size

125 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.8-ls68 Build-date:- 2020-12-13T05:40:23-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:080bac59a0ffe3a29d645c9b7aa4dd28e82a42348cdff1499c1d3b47579573be - 18.12% (22.6 MB)

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

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

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

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

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

[#006] sha256:4dbd87b69c7ea8adf3d18c5a6194981f54058f4ed13239a51e1297ef4f4fdc38 - 0.28% (356 KB)

[#007] sha256:19f55b890e43e81ef805c66c86fc2ef8d09cb21d41307441368ecb1e49f5b73a - 67.15% (83.8 MB)

[#008] sha256:35b94d65f255124c05557cab91f15908c3d52abf30c45201a34b383bd933412e - 0.0% (1.14 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-13 10:44:25 UTC

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

2020-12-13 10:44:27 UTC

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

2020-12-13 10:44:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.8-ls68 Build-date:- 2020-12-13T05:40:23-05:00

2020-12-13 10:44:29 UTC

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

2020-12-13 10:44:31 UTC

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

2020-12-13 10:44:55 UTC

|2 BUILD_DATE=2020-12-13T05:40:23-05:00 VERSION=4.6.0.8-ls68 /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-13 10:45:33 UTC

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

2020-12-13 10:45:57 UTC

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

2020-12-13 10:45:58 UTC

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

2020-12-13 10:45:59 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