Namespace
linuxserver
Image / Tag
emby:arm64v8-beta-4.6.0.29-ls83
Content Digest
sha256:0a7da8dfa5e25c2394570c074c68b39318bc43ea01ee2ccffc715cec4bda9f34
Details
Created

2021-02-26 08:50:16 UTC

Size

142 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.6.0.29-ls83 Build-date:- 2021-02-26T08:44:44+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:fd594e67af508d7c0c6efa4188399864fd2215291e01afa3e246dd1d035b28bb - 18.21% (25.9 MB)

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

[#002] sha256:715402ed8937e621236a7b9abe07c718a6345168887b9dc0a5c31f55de58b70a - 1.47% (2.09 MB)

[#003] sha256:626ea1ef1d223d1a504702daa4ff877a0b6dbb1bf4ea7f5e2a557c68feca7a40 - 0.0% (441 Bytes)

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

[#005] sha256:dc0149696ec4b4509a12dada95cb0048e99d56d389596ccd849d514f9ed38465 - 12.56% (17.9 MB)

[#006] sha256:440bd1cea4c372fac0eaabdab7cac2b5f78f66a32750c266d40405fbc0842520 - 0.0% (2.77 KB)

[#007] sha256:388094f632c1d1a1a58fe4ba039bb139815aec73cb4488984ac4ac27f8e8203a - 0.32% (471 KB)

[#008] sha256:d82f4ecd40324aff41c610988156717a40354380e2f428e952e08ce80bccab57 - 65.92% (93.8 MB)

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


History
2021-02-23 05:03:22 UTC

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

2021-02-23 05:03:37 UTC

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

2021-02-23 05:03:38 UTC

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

2021-02-23 05:03:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a92bd2d4-ls31 Build-date:- 2021-02-23T05:01:15+00:00

2021-02-23 05:03:41 UTC

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

2021-02-23 05:03:42 UTC

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

2021-02-23 05:03:44 UTC

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

2021-02-23 05:03:47 UTC

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

2021-02-23 05:03:54 UTC

|4 BUILD_DATE=2021-02-23T05:01:15+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /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-02-23 05:03:56 UTC

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

2021-02-23 05:03:57 UTC

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

2021-02-23 05:03:59 UTC

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

2021-02-23 05:04:00 UTC

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

2021-02-23 05:05:59 UTC

|5 BUILD_DATE=2021-02-23T05:01:15+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /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-02-23 05:06:07 UTC

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

2021-02-23 05:06:09 UTC

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

2021-02-26 08:48:19 UTC

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

2021-02-26 08:48:21 UTC

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

2021-02-26 08:48:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.6.0.29-ls83 Build-date:- 2021-02-26T08:44:44+00:00

2021-02-26 08:48:25 UTC

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

2021-02-26 08:48:27 UTC

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

2021-02-26 08:48:53 UTC

|2 BUILD_DATE=2021-02-26T08:44:44+00:00 VERSION=4.6.0.29-ls83 /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-02-26 08:49:48 UTC

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

2021-02-26 08:50:13 UTC

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

2021-02-26 08:50:15 UTC

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

2021-02-26 08:50:16 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