Namespace
linuxserver
Image / Tag
jellyfin:amd64-20201111.1-unstable-ls109
Content Digest
sha256:a623739803849982e9b956bf345083e8514cb8f4e0f4d601d355442ce48b623c
Details
Created

2020-11-11 05:23:52 UTC

Size

182 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20201111.1-unstable-ls109 Build-date:- 2020-11-11T00:22:24-05: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:02ec80d32adf2b1aa6850032ae06220523774c3615e65af207358753fa57181b - 13.98% (25.5 MB)

[#001] sha256:5bcc6a854eaf4576406d57c73f7af4115e9c92e49bc45a56d73a651471fb9d29 - 1.01% (1.84 MB)

[#002] sha256:5a51e2aee580f929120dfc07e1c3bf11088bc4017b77c1eaae70958073c0c058 - 0.97% (1.77 MB)

[#003] sha256:ed43190beb64a7ea98dbb84f3e5d6bcc68334cc54ad03682270c086acfdb0231 - 0.0% (273 Bytes)

[#004] sha256:a9610d89866539622c711fb778762b23a4e0ef9c4a21c0045fdc840fc66feafa - 6.18% (11.3 MB)

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

[#006] sha256:d050876f8259b857607d9547864321c3c5b9f044c38f675d97adb0c9162e76f0 - 77.85% (142 MB)

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


History
2020-11-04 17:12:30 UTC

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

2020-11-04 17:12:31 UTC

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

2020-11-04 17:12:32 UTC

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

2020-11-04 17:12:32 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5d60de50-ls1 Build-date:- 2020-11-04T17:11:00+00:00

2020-11-04 17:12:32 UTC

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

2020-11-04 17:12:32 UTC

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

2020-11-04 17:12:33 UTC

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

2020-11-04 17:12:35 UTC

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

2020-11-04 17:12:37 UTC

|4 BUILD_DATE=2020-11-04T17:11:00+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=5d60de50-ls1 /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-11-04 17:12:37 UTC

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

2020-11-04 17:12:37 UTC

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

2020-11-04 17:12:38 UTC

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

2020-11-04 17:13:10 UTC

|5 BUILD_DATE=2020-11-04T17:11:00+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=5d60de50-ls1 /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 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-11-04 17:13:11 UTC

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

2020-11-04 17:13:11 UTC

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

2020-11-11 05:23:08 UTC

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

2020-11-11 05:23:08 UTC

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

2020-11-11 05:23:08 UTC

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

2020-11-11 05:23:09 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201111.1-unstable-ls109 Build-date:- 2020-11-11T00:22:24-05:00

2020-11-11 05:23:09 UTC

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

2020-11-11 05:23:09 UTC

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

2020-11-11 05:23:09 UTC

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

2020-11-11 05:23:51 UTC

|4 BUILD_DATE=2020-11-11T00:22:24-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201111.1-unstable VERSION=20201111.1-unstable-ls109 /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 bionic main' > /etc/apt/sources.list.d/jellyfin.list && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu bionic 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 ${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-11-11 05:23:51 UTC

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

2020-11-11 05:23:52 UTC

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

2020-11-11 05:23:52 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