Namespace
linuxserver
Image / Tag
jellyfin:arm32v7-nightly-20210404.4-unstable-ls413
Content Digest
sha256:7f801dde17bb41a16233bc44140943a0a7bb258e779dd65618a841a77f4581ed
Details
Created

2021-04-04 18:32:18 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210404.4-unstable-ls413 Build-date:- 2021-04-04T19:30:00+01: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:ae60c5b5bf849ed803eccc4a4192d04681ca39462fab34f886b92442b3372f9f - 13.54% (22.9 MB)

[#001] sha256:d6e1c497637cc05762163528bee6e11a6a5cb1715976245a4774b47d9107feef - 1.27% (2.15 MB)

[#002] sha256:bd92c65de77c3fdd4101b924e6b18417a141d96d589866af3fcdcf769e779234 - 1.22% (2.07 MB)

[#003] sha256:95d559f673cec3adef9f2444fc3860ac74d4e4c208fd2b6a3837f06af2b104c3 - 0.0% (438 Bytes)

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

[#005] sha256:8b184c6b302d67819eac79165fe3f2ea240d0e4d7551852bab5d27a1fd9591e3 - 9.7% (16.4 MB)

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

[#007] sha256:6f14a31e71ed5d28036cab1cae82f868298642e44decd64f3ccd0bfc1db4b058 - 74.27% (126 MB)

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


History
2021-03-30 05:11:25 UTC

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

2021-03-30 05:11:36 UTC

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

2021-03-30 05:11:37 UTC

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

2021-03-30 05:11:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7d295882-ls34 Build-date:- 2021-03-30T05:08:20+00:00

2021-03-30 05:11:39 UTC

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

2021-03-30 05:11:40 UTC

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

2021-03-30 05:11:41 UTC

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

2021-03-30 05:11:45 UTC

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

2021-03-30 05:11:57 UTC

|4 BUILD_DATE=2021-03-30T05:08:20+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=7d295882-ls34 /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-03-30 05:12:00 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-03-30 05:12:01 UTC

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

2021-03-30 05:12:02 UTC

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

2021-03-30 05:12:03 UTC

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

2021-03-30 05:14:24 UTC

|5 BUILD_DATE=2021-03-30T05:08:20+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=7d295882-ls34 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-03-30 05:14:41 UTC

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

2021-03-30 05:14:43 UTC

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

2021-04-04 18:31:02 UTC

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

2021-04-04 18:31:03 UTC

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

2021-04-04 18:31:03 UTC

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

2021-04-04 18:31:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210404.4-unstable-ls413 Build-date:- 2021-04-04T19:30:00+01:00

2021-04-04 18:31:04 UTC

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

2021-04-04 18:31:05 UTC

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

2021-04-04 18:31:05 UTC

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

2021-04-04 18:32:15 UTC

|4 BUILD_DATE=2021-04-04T19:30:00+01:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210404.4-unstable VERSION=20210404.4-unstable-ls413 /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-04-04 18:32:16 UTC

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

2021-04-04 18:32:17 UTC

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

2021-04-04 18:32:18 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