Namespace
linuxserver
Image / Tag
emby:arm64v8-4.5.4.0-ls73
Content Digest
sha256:547155f2aab2b8fcd1b3eaf93af38536f844f4551fe5d2f5a273bb1aae1e6434
Details
Created

2021-01-31 10:14:16 UTC

Size

133 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.4.0-ls73 Build-date:- 2021-01-31T10:09:02+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:638a1d14ab6b65e042100355b689490eab0b7315ab57eac78bc3828a783c8b3d - 19.47% (25.9 MB)

[#001] sha256:101864b3ca6b97e3531c22bd2fee136f74a99799409d9ad3d3cacddc9361d579 - 1.64% (2.18 MB)

[#002] sha256:e6beeee824b4c0426ea30cfb789438b9e172ebc445ca968df35c7a5a6556904c - 1.59% (2.11 MB)

[#003] sha256:674795663b58bc89c4b156f01280b3f8161ff66688b3d3a9970ec7ef5f59eedb - 0.0% (279 Bytes)

[#004] sha256:99b6c7b462daf3cee9c2fda51c282da95d419738686046e331ed718b3b6095eb - 13.45% (17.9 MB)

[#005] sha256:641927079d9536c9cdc9fda6ecf4c883b9dccb8c06e95673428297b5625c37c0 - 0.0% (4.56 KB)

[#006] sha256:7478945f8981ea86d056a96271c5f328abd27f91c7ff64fee31836e8237329f3 - 0.35% (471 KB)

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

[#008] sha256:319e4b3202ab034b630026e1dd1e26932152a8ce0a5d3b63206177c157fc1f3e - 0.0% (1.17 KB)


History
2021-01-29 14:58:37 UTC

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

2021-01-29 14:58:52 UTC

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

2021-01-29 14:58:54 UTC

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

2021-01-29 14:58:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 43b11e97-ls26 Build-date:- 2021-01-29T09:56:05-05:00

2021-01-29 14:58:58 UTC

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

2021-01-29 14:59:00 UTC

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

2021-01-29 14:59:01 UTC

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

2021-01-29 14:59:04 UTC

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

2021-01-29 14:59:16 UTC

|4 BUILD_DATE=2021-01-29T09:56:05-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=43b11e97-ls26 /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-29 14:59:20 UTC

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

2021-01-29 14:59:22 UTC

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

2021-01-29 14:59:23 UTC

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

2021-01-29 15:01:27 UTC

|5 BUILD_DATE=2021-01-29T09:56:05-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=43b11e97-ls26 /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-29 15:01:35 UTC

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

2021-01-29 15:01:38 UTC

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

2021-01-31 10:12:25 UTC

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

2021-01-31 10:12:27 UTC

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

2021-01-31 10:12:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.5.4.0-ls73 Build-date:- 2021-01-31T10:09:02+00:00

2021-01-31 10:12:30 UTC

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

2021-01-31 10:12:31 UTC

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

2021-01-31 10:13:07 UTC

|2 BUILD_DATE=2021-01-31T10:09:02+00:00 VERSION=4.5.4.0-ls73 /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-31 10:13:51 UTC

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

2021-01-31 10:14:13 UTC

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

2021-01-31 10:14:14 UTC

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

2021-01-31 10:14: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