Namespace
linuxserver
Image / Tag
jellyfin:arm32v7-10.6.4-1-ls98
Content Digest
sha256:66f65a2b78f5c26b6155956c1ba8262260c83de430953ed720437af5274b8e55
Details
Created

2021-02-25 02:53:48 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.4-1-ls98 Build-date:- 2021-02-25T02:48:54+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.6% (22.9 MB)

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

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

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

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

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

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

[#007] sha256:39585e918ebf61d65e3fe227a820f5b57dd88a19950e79b26d92448c7185bec2 - 74.15% (125 MB)

[#008] sha256:9f12af429d48ad68ad7b5d2312415da989f65bc17ea00b54cad5a162d89c28b7 - 0.0% (1.11 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-02-25 02:49:49 UTC

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

2021-02-25 02:49:51 UTC

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

2021-02-25 02:49:52 UTC

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

2021-02-25 02:49:53 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.4-1-ls98 Build-date:- 2021-02-25T02:48:54+00:00

2021-02-25 02:49:54 UTC

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

2021-02-25 02:49:55 UTC

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

2021-02-25 02:49:56 UTC

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

2021-02-25 02:53:37 UTC

|4 BUILD_DATE=2021-02-25T02:48:54+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=10.6.4-1 VERSION=10.6.4-1-ls98 /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 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} libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-02-25 02:53:45 UTC

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

2021-02-25 02:53:46 UTC

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

2021-02-25 02:53:48 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