Namespace
linuxserver
Image / Tag
jellyfin:arm32v7-nightly-version-20210301.35-unstable
Content Digest
sha256:c108969c77baa5983eeb4323a50a1d7e8ad88246ee1b5b5b8afb8c7fb67e2bf8
Details
Created

2021-03-02 01:41:08 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210301.35-unstable-ls352 Build-date:- 2021-03-02T01:33:09+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:d68764e466978291cbcc9257b33b19940cef0c1581e26ce76c1400035b34eab6 - 13.54% (22.9 MB)

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

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

[#003] sha256:dde0055166584514e574612a48f433354c72ac34cf34daec56d563a26df514d8 - 0.0% (433 Bytes)

[#004] sha256:8fdd383e3f604e365552c892adfd0e211fb7e3183f6728b76241eed02f09afac - 0.0% (276 Bytes)

[#005] sha256:42e448a53b97138b54567ac7fbc08fd73ec4963d6399e159d717feb570f0f10a - 9.7% (16.4 MB)

[#006] sha256:28eb5aab51857c96a5f4986b55610b25b93c9d826d163c09d63582ed0eefb5b0 - 0.0% (2.76 KB)

[#007] sha256:299c996b03dcdee3644cf3f36f0a0fbbca72de65e039de3e452d943c505b9c94 - 74.27% (126 MB)

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


History
2021-02-23 05:02:41 UTC

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

2021-02-23 05:02:43 UTC

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

2021-02-23 05:02:43 UTC

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

2021-02-23 05:02:43 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:02:44 UTC

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

2021-02-23 05:02:44 UTC

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

2021-02-23 05:02:45 UTC

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

2021-02-23 05:02:46 UTC

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

2021-02-23 05:02:49 UTC

|4 BUILD_DATE=2021-02-23T05:01:15+00:00 OVERLAY_ARCH=arm 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:02:50 UTC

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

2021-02-23 05:02:51 UTC

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

2021-02-23 05:02:51 UTC

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

2021-02-23 05:02:52 UTC

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

2021-02-23 05:03:56 UTC

|5 BUILD_DATE=2021-02-23T05:01:15+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm 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-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-02-23 05:03:58 UTC

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

2021-02-23 05:03:58 UTC

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

2021-03-02 01:36:13 UTC

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

2021-03-02 01:36:14 UTC

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

2021-03-02 01:36:16 UTC

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

2021-03-02 01:36:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210301.35-unstable-ls352 Build-date:- 2021-03-02T01:33:09+00:00

2021-03-02 01:36:19 UTC

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

2021-03-02 01:36:21 UTC

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

2021-03-02 01:36:22 UTC

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

2021-03-02 01:40:36 UTC

|4 BUILD_DATE=2021-03-02T01:33:09+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210301.35-unstable VERSION=20210301.35-unstable-ls352 /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-03-02 01:40:50 UTC

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

2021-03-02 01:41:07 UTC

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

2021-03-02 01:41:08 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