Namespace
linuxserver
Image / Tag
jellyfin:amd64-20201213.6-unstable-ls167
Content Digest
sha256:f90979c3cc658dbdf71b5222a9830f08cd983e0d38ed656d1cfd597f220d293d
Details
Created

2020-12-13 19:11:45 UTC

Size

226 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20201213.6-unstable-ls167 Build-date:- 2020-12-13T19:08:47+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:9b19c07c0420cac9e894a50428422581b708dd3db3715b66b0f9d6ed802e5d3c - 12.07% (27.2 MB)

[#001] sha256:9f373366e553f2c8e92cd064ac9f9f911585304dd44a2884ea936f587f27a221 - 0.82% (1.84 MB)

[#002] sha256:5f62ee49a505504c618cfef7907da9f4211bfeb0c5d8fdd5bd49113c14c05da2 - 0.78% (1.76 MB)

[#003] sha256:a949c7e1d7d12452bf77828f6c58d122219252896b7665fce1a230cc1049c8c9 - 0.0% (275 Bytes)

[#004] sha256:257681a5424839e0dcd96e2aa6b3965ebe674c019ea796dc20503e81bc2b55a8 - 7.92% (17.9 MB)

[#005] sha256:ed259692e72a6bd51ede4232a19a57c5542a2723fb79fc82dbdd30bcdb2a3f65 - 0.0% (4.39 KB)

[#006] sha256:4e22116c766f25b49665f0e09a03ed65480d73f397ba77c2b0702239da75472e - 78.41% (177 MB)

[#007] sha256:dc98459547f960bdd7640b959f27c4725b15154ee93ca243d636e95aa4f08ad1 - 0.0% (1.02 KB)


History
2020-12-10 15:03:13 UTC

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

2020-12-10 15:03:13 UTC

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

2020-12-10 15:03:13 UTC

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

2020-12-10 15:03:14 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3cc49244-ls20 Build-date:- 2020-12-10T10:02:13-05:00

2020-12-10 15:03:14 UTC

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

2020-12-10 15:03:14 UTC

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

2020-12-10 15:03:14 UTC

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

2020-12-10 15:03:15 UTC

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

2020-12-10 15:03:16 UTC

|4 BUILD_DATE=2020-12-10T10:02:13-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls20 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2020-12-10 15:03:16 UTC

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

2020-12-10 15:03:16 UTC

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

2020-12-10 15:03:16 UTC

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

2020-12-10 15:03:44 UTC

|5 BUILD_DATE=2020-12-10T10:02:13-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls20 /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 "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-12-10 15:03:45 UTC

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

2020-12-10 15:03:45 UTC

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

2020-12-13 19:09:46 UTC

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

2020-12-13 19:09:47 UTC

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

2020-12-13 19:09:47 UTC

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

2020-12-13 19:09:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201213.6-unstable-ls167 Build-date:- 2020-12-13T19:08:47+00:00

2020-12-13 19:09:47 UTC

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

2020-12-13 19:09:48 UTC

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

2020-12-13 19:09:48 UTC

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

2020-12-13 19:11:09 UTC

|4 BUILD_DATE=2020-12-13T19:08:47+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201213.6-unstable VERSION=20201213.6-unstable-ls167 /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 - && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal unstable' >> /etc/apt/sources.list.d/jellyfin.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 i965-va-driver intel-media-va-driver-non-free ${JELLYFIN} jellyfin-ffmpeg jellyfin-server jellyfin-web libfontconfig1 libfreetype6 libssl1.1 mesa-va-drivers && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-12-13 19:11:44 UTC

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

2020-12-13 19:11:44 UTC

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

2020-12-13 19:11:45 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