Namespace
linuxserver
Image / Tag
jellyfin:arm64v8-nightly-20210223.10-unstable-ls334
Content Digest
sha256:4fd57d97ca527baf8b0f942fcd9914f8ef6ec0f4f75067ea08767e495bae0dc6
Details
Created

2021-02-23 13:15:05 UTC

Size

176 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210223.10-unstable-ls334 Build-date:- 2021-02-23T13:11:06+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 - 14.7% (25.9 MB)

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

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

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

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

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

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

[#007] sha256:bb551ac772b24ff01da5b5901d6553175de614e376cbdc22cfd6ae16ef498b22 - 72.75% (128 MB)

[#008] sha256:f7610420170f124048d974bb6a88c0b9f5aa8fafb2d097434cc0ffdfa5b5a9a6 - 0.0% (1.23 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-23 13:12:08 UTC

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

2021-02-23 13:12:10 UTC

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

2021-02-23 13:12:11 UTC

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

2021-02-23 13:12:12 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210223.10-unstable-ls334 Build-date:- 2021-02-23T13:11:06+00:00

2021-02-23 13:12:13 UTC

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

2021-02-23 13:12:14 UTC

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

2021-02-23 13:12:15 UTC

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

2021-02-23 13:14:36 UTC

|4 BUILD_DATE=2021-02-23T13:11:06+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210223.10-unstable VERSION=20210223.10-unstable-ls334 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** install jellyfin *****" && curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && curl -s https://keyserver.ubuntu.com/pks/lookup?op=get\&search=0x6587ffd6536b8826e88a62547876ae518cbcf2f2 | apt-key add - && echo 'deb [arch=arm64] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && echo 'deb [arch=arm64] https://repo.jellyfin.org/ubuntu focal unstable' >> /etc/apt/sources.list.d/jellyfin.list && echo "deb http://ppa.launchpad.net/ubuntu-raspi2/ppa-nightly/ubuntu focal main">> /etc/apt/sources.list.d/raspbins.list && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN="jellyfin"; else JELLYFIN="jellyfin=${JELLYFIN_RELEASE}"; fi && apt-get update && apt-get install -y --no-install-recommends at ${JELLYFIN} jellyfin-ffmpeg jellyfin-server jellyfin-web libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-02-23 13:15:02 UTC

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

2021-02-23 13:15:04 UTC

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

2021-02-23 13:15:05 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