Namespace
linuxserver
Image / Tag
jellyfin:arm64v8-nightly-version-20210210.5-unstable
Content Digest
sha256:1cfe64b971947f5de312a0acaa75eb7a9d8f656f77cfb9558abebf3aa0943554
Details
Created

2021-02-10 08:08:23 UTC

Size

175 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210210.5-unstable-ls304 Build-date:- 2021-02-10T08:03:35+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:27634ed9e28887431589d4268c7c489be3329c79ad18c9adab8611a2fbf38d1d - 14.79% (25.9 MB)

[#001] sha256:c717dbd0677f9b1ba49ce31328deb67817d4d2beb088524d5dc1a43e38b51147 - 1.24% (2.18 MB)

[#002] sha256:adbc202cf44aeab289f9b5f1ccc8044e7ec9075ec9818d351a16b13a4d5ad722 - 1.21% (2.11 MB)

[#003] sha256:4d09ecdeaa264aaa4c04e5e3378804672e5869170ea4cefd090272f7d4590c99 - 0.0% (280 Bytes)

[#004] sha256:f89ac2045cab270c5b09b9e935afc11b8ba945e69d661320614643c99a8a7c19 - 10.2% (17.9 MB)

[#005] sha256:d7ee099675b098f6e85a82daa7f3be393dc5a2709557cbacc6efcbf52182c91d - 0.0% (4.55 KB)

[#006] sha256:e822bc29f05ad5521fc34c8f4b675d20d6e6b4db598496f6d3b9c2d9ae587a47 - 72.55% (127 MB)

[#007] sha256:9263caa9bbae13a78597ff7f48f8215d9a0e16a626b7cc791dbe972e024ef3f3 - 0.0% (1.23 KB)


History
2021-02-09 05:01:27 UTC

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

2021-02-09 05:01:41 UTC

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

2021-02-09 05:01:43 UTC

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

2021-02-09 05:01:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2a9294c-ls28 Build-date:- 2021-02-09T04:58:27+00:00

2021-02-09 05:01:45 UTC

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

2021-02-09 05:01:46 UTC

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

2021-02-09 05:01:48 UTC

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

2021-02-09 05:01:50 UTC

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

2021-02-09 05:01:58 UTC

|4 BUILD_DATE=2021-02-09T04:58:27+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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-09 05:02:00 UTC

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

2021-02-09 05:02:01 UTC

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

2021-02-09 05:02:02 UTC

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

2021-02-09 05:03:55 UTC

|5 BUILD_DATE=2021-02-09T04:58:27+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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-02-09 05:04:05 UTC

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

2021-02-09 05:04:07 UTC

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

2021-02-10 08:05:24 UTC

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

2021-02-10 08:05:25 UTC

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

2021-02-10 08:05:27 UTC

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

2021-02-10 08:05:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210210.5-unstable-ls304 Build-date:- 2021-02-10T08:03:35+00:00

2021-02-10 08:05:30 UTC

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

2021-02-10 08:05:33 UTC

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

2021-02-10 08:05:34 UTC

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

2021-02-10 08:08:03 UTC

|4 BUILD_DATE=2021-02-10T08:03:35+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210210.5-unstable VERSION=20210210.5-unstable-ls304 /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-10 08:08:20 UTC

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

2021-02-10 08:08:21 UTC

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

2021-02-10 08:08:23 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