Namespace
linuxserver
Image / Tag
jellyfin:arm64v8-nightly-version-20210410.7-unstable
Content Digest
sha256:d957d287dd5392a7e036428f4e56b82252cede5d1cb9e7a722f1e250eb5026a4
Details
Created

2021-04-10 16:05:49 UTC

Size

176 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210410.7-unstable-ls425 Build-date:- 2021-04-10T16:04:13+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:d0fea2e5503c2cac3f8a6036f61742838f9bef38e5ebd22ee776c65d34859b83 - 14.73% (25.9 MB)

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

[#002] sha256:52d103c45ecf15d38a6242642c9700563fa6f7917709382aafeba47508f10570 - 1.19% (2.09 MB)

[#003] sha256:8e553aff06108bd82878017770b14b31219b28ad4af8384fb899ae9991991a2b - 0.0% (443 Bytes)

[#004] sha256:6c4d725e2ef0c80fee4abbd60c88f9afb6b470f1c655118baae9bcb4f703b90b - 0.0% (279 Bytes)

[#005] sha256:cdd17799570b3ad2d845a9d1954fc9b1442e348c30a220b5e31fe4adb3e8c545 - 10.16% (17.9 MB)

[#006] sha256:085d0497b841a19ab96ea75f6202e3672ba37b7038a63a8adb83302f24cc6ae2 - 0.0% (2.8 KB)

[#007] sha256:e7235b495cb9208ddd97ca9ba2c70c07230bb3f772afa594f98031a3c5711619 - 72.7% (128 MB)

[#008] sha256:f5eccc817b15dc2844aa7104ba674d9506c86d3432530d62e1317fdf910a448b - 0.0% (1.21 KB)


History
2021-04-06 05:11:17 UTC

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

2021-04-06 05:11:31 UTC

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

2021-04-06 05:11:33 UTC

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

2021-04-06 05:11:36 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f796cfae-ls35 Build-date:- 2021-04-06T06:08:55+01:00

2021-04-06 05:11:37 UTC

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

2021-04-06 05:11:39 UTC

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

2021-04-06 05:11:41 UTC

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

2021-04-06 05:11:44 UTC

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

2021-04-06 05:11:53 UTC

|4 BUILD_DATE=2021-04-06T06:08:55+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f796cfae-ls35 /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-04-06 05:11:54 UTC

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

2021-04-06 05:11:56 UTC

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

2021-04-06 05:11:57 UTC

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

2021-04-06 05:11:58 UTC

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

2021-04-06 05:14:00 UTC

|5 BUILD_DATE=2021-04-06T06:08:55+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f796cfae-ls35 /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-04-06 05:14:10 UTC

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

2021-04-06 05:14:11 UTC

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

2021-04-10 16:05:05 UTC

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

2021-04-10 16:05:05 UTC

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

2021-04-10 16:05:05 UTC

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

2021-04-10 16:05:05 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210410.7-unstable-ls425 Build-date:- 2021-04-10T16:04:13+00:00

2021-04-10 16:05:06 UTC

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

2021-04-10 16:05:06 UTC

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

2021-04-10 16:05:06 UTC

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

2021-04-10 16:05:48 UTC

|4 BUILD_DATE=2021-04-10T16:04:13+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210410.7-unstable VERSION=20210410.7-unstable-ls425 /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-04-10 16:05:48 UTC

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

2021-04-10 16:05:49 UTC

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

2021-04-10 16:05:49 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