Namespace
linuxserver
Image / Tag
jellyfin:amd64-bionic-10.7.1-1-ls16
Content Digest
sha256:cbf02770b3e9072fdc58e6003d53cb04fa0ddcf0ea2d7fec94ab4d14fc1bebd0
Details
Created

2021-03-22 02:02:05 UTC

Size

214 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.7.1-1-ls16 Build-date:- 2021-03-22T02:00:04+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:4dba2f9e4fcdfaf770c6da03b64f7fdaf1090233d8e3aaf1440815ce217bf180 - 11.91% (25.5 MB)

[#001] sha256:b9a3a31b5c35efbea49d9bfa59130b4eb58a388ea9a9c740bbb4ec0591149727 - 0.84% (1.8 MB)

[#002] sha256:d1f638ac0d7de12b6449999c8ae9c49f97276e5a96a81160dd1d1d2e8963496e - 0.81% (1.74 MB)

[#003] sha256:055b7e7502964bb08ee7c243613a404874ee80a098b1fcee62b68967b2989f09 - 0.0% (439 Bytes)

[#004] sha256:726a3791e339b946335f5a82eefe0792d1295f6ed5d26d9d6dd852295ec45391 - 0.0% (275 Bytes)

[#005] sha256:9f92fc24ada1742c0998c935520ff0db9e339b42e36eda9fa4ad8ac5484b3821 - 5.26% (11.2 MB)

[#006] sha256:b33b4ad7a9c23157860dd53dc935296212231146c5558a3347a8fcf691c4e197 - 0.0% (2.61 KB)

[#007] sha256:67691cb7a6c6309a077f80fbf6224f7ca40b86be6de0aa0101148aa6dddc297e - 81.17% (174 MB)

[#008] sha256:ed6b83ee9864d41e85fbc68cfa44578357505ad63ef8df245c0d82dbf23bd0dd - 0.0% (1.01 KB)


History
2021-03-09 05:02:41 UTC

/bin/sh -c #(nop) COPY dir:63e04c1df11914158887feb1184a703e9c76300e1570a28d5951f9ec56feb556 in /

2021-03-09 05:02:42 UTC

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

2021-03-09 05:02:42 UTC

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

2021-03-09 05:02:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 51a1e7da-ls16 Build-date:- 2021-03-09T00:01:30-05:00

2021-03-09 05:02:42 UTC

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

2021-03-09 05:02:42 UTC

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

2021-03-09 05:02:42 UTC

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

2021-03-09 05:02:43 UTC

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

2021-03-09 05:02:44 UTC

|4 BUILD_DATE=2021-03-09T00:01:30-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=51a1e7da-ls16 /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-03-09 05:02:44 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-03-09 05:02:45 UTC

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

2021-03-09 05:02:45 UTC

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

2021-03-09 05:02:45 UTC

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

2021-03-09 05:03:19 UTC

|5 BUILD_DATE=2021-03-09T00:01:30-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=51a1e7da-ls16 /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 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 "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-03-09 05:03:19 UTC

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

2021-03-09 05:03:19 UTC

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

2021-03-22 02:00:56 UTC

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

2021-03-22 02:00:57 UTC

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

2021-03-22 02:00:57 UTC

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

2021-03-22 02:00:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.7.1-1-ls16 Build-date:- 2021-03-22T02:00:04+00:00

2021-03-22 02:00:58 UTC

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

2021-03-22 02:00:58 UTC

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

2021-03-22 02:00:59 UTC

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

2021-03-22 02:02:00 UTC

|4 BUILD_DATE=2021-03-22T02:00:04+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=10.7.1-1 VERSION=10.7.1-1-ls16 /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 && 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} libfontconfig1 libfreetype6 libssl1.1 mesa-va-drivers && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-03-22 02:02:04 UTC

/bin/sh -c #(nop) COPY dir:67c0dcc34baefa02116e6f4c3160218de912f71f74fd575b433870bcef67f4aa in /

2021-03-22 02:02:04 UTC

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

2021-03-22 02:02:05 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