Namespace
linuxserver
Image / Tag
jellyfin:arm32v7-nightly-version-20210201.17-unstable
Content Digest
sha256:6c184f61d07cc96758c21736d1bc7bef1c2f05f4f1598fb748b5b587f49a02d4
Details
Created

2021-02-02 01:52:51 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210201.17-unstable-ls282 Build-date:- 2021-02-02T01:46:33+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:bba4200655385d7f929362fbf31fe724639920e5b5896976394428b01edf7c53 - 13.6% (22.9 MB)

[#001] sha256:2691922b9846e5bdefc2911ac4aee3788f4a32aed8f8dabac74a830db6e8a92b - 1.31% (2.22 MB)

[#002] sha256:6e8a29fddfa9b5774634d5e050a90f9a60670944934e767a9dfcfcd5d81adeda - 1.25% (2.1 MB)

[#003] sha256:2e29dc91ff721bc13e05dd0b2b13c2d5ac54506fa80254c7f7bda16e6d02897f - 0.0% (276 Bytes)

[#004] sha256:a4a8995b0c2f42172d788bb076138c743e52737d60902f843ad11cd9de24760e - 9.75% (16.4 MB)

[#005] sha256:0722303b7ca766b1651fa25b84da489b5aebea798a56c739e96697005d96491f - 0.0% (4.53 KB)

[#006] sha256:bf57c98882d9f40d6f7c720f8be9148a590e19a0278286c4cc8a3f6e29982a81 - 74.09% (125 MB)

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


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

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

2021-01-29 14:58:52 UTC

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

2021-01-29 14:58:53 UTC

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

2021-01-29 14:58:54 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:55 UTC

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

2021-01-29 14:58:56 UTC

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

2021-01-29 14:58:57 UTC

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

2021-01-29 14:59:01 UTC

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

2021-01-29 14:59:10 UTC

|4 BUILD_DATE=2021-01-29T09:56:05-05:00 OVERLAY_ARCH=arm 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:13 UTC

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

2021-01-29 14:59:14 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:15 UTC

/bin/sh -c #(nop) COPY file:24a76fa3c1eb56070522165ba3cf433129514ea104d858a39743b5aeef9a5ce4 in /etc/apt/

2021-01-29 15:01:03 UTC

|5 BUILD_DATE=2021-01-29T09:56:05-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm 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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-01-29 15:01:13 UTC

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

2021-01-29 15:01:14 UTC

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

2021-02-02 01:48:58 UTC

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

2021-02-02 01:48:59 UTC

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

2021-02-02 01:49:00 UTC

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

2021-02-02 01:49:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210201.17-unstable-ls282 Build-date:- 2021-02-02T01:46:33+00:00

2021-02-02 01:49:01 UTC

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

2021-02-02 01:49:03 UTC

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

2021-02-02 01:49:04 UTC

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

2021-02-02 01:52:42 UTC

|4 BUILD_DATE=2021-02-02T01:46:33+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210201.17-unstable VERSION=20210201.17-unstable-ls282 /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=armhf] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && echo 'deb [arch=armhf] 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-02 01:52:49 UTC

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

2021-02-02 01:52:51 UTC

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

2021-02-02 01:52:51 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