Namespace
linuxserver
Image / Tag
jellyfin:amd64-nightly-20210123.19-unstable-ls262
Content Digest
sha256:8304601aa682aa31a4f9900709b77fbda9a725c5c10614150cbce4252a82e062
Details
Created

2021-01-24 02:46:03 UTC

Size

227 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210123.19-unstable-ls262 Build-date:- 2021-01-23T21:44:14-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:1f5e15c7820822dda2fe2a71b52e33df9dae97c219b08343fe4bdbf9b448c070 - 11.99% (27.2 MB)

[#001] sha256:a8bf534b5e6ef89b765a6429144d81856f4ed229b06ec0ed59c12e62365b45b4 - 0.81% (1.84 MB)

[#002] sha256:e633a0fa06b14b65195372e69be1b85ba73ae5d7846bc1907cd2834808db6bad - 0.77% (1.76 MB)

[#003] sha256:e26072cac69ddbd89b845d23c6a478ab1c21c311b424a92bb7964c84eb16c4c9 - 0.0% (274 Bytes)

[#004] sha256:57c07b9b6c59b02f18d3ae69b3ec30da005dbd68b38a2ab1bf3fcb486d67c38a - 7.23% (16.4 MB)

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

[#006] sha256:ee02ab995d49ed6144084fb3269708506056be0385f41131fe26c335b77554fd - 79.19% (180 MB)

[#007] sha256:c8e45129469b089c0603781a929d5821e4b21ca0a2c025ee04aa75cacafd1842 - 0.0% (1.21 KB)


History
2021-01-19 05:36:23 UTC

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

2021-01-19 05:36:23 UTC

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

2021-01-19 05:36:23 UTC

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

2021-01-19 05:36:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 749f6a92-ls24 Build-date:- 2021-01-19T00:35:16-05:00

2021-01-19 05:36:24 UTC

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

2021-01-19 05:36:24 UTC

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

2021-01-19 05:36:24 UTC

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

2021-01-19 05:36:25 UTC

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

2021-01-19 05:36:26 UTC

|4 BUILD_DATE=2021-01-19T00:35:16-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-01-19 05:36:26 UTC

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

2021-01-19 05:36:26 UTC

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

2021-01-19 05:36:26 UTC

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

2021-01-19 05:36:50 UTC

|5 BUILD_DATE=2021-01-19T00:35:16-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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/*

2021-01-19 05:36:51 UTC

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

2021-01-19 05:36:51 UTC

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

2021-01-24 02:45:10 UTC

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

2021-01-24 02:45:10 UTC

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

2021-01-24 02:45:10 UTC

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

2021-01-24 02:45:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210123.19-unstable-ls262 Build-date:- 2021-01-23T21:44:14-05:00

2021-01-24 02:45:10 UTC

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

2021-01-24 02:45:11 UTC

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

2021-01-24 02:45:11 UTC

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

2021-01-24 02:46:02 UTC

|4 BUILD_DATE=2021-01-23T21:44:14-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210123.19-unstable VERSION=20210123.19-unstable-ls262 /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/*

2021-01-24 02:46:03 UTC

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

2021-01-24 02:46:03 UTC

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

2021-01-24 02:46:03 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