Namespace
linuxserver
Image / Tag
jellyfin:10.6.4-1-ls96
Content Digest
sha256:e254247b26ecf70602dab7a99d3fba1de8b74b1b954bd8385892311eceae4ce2
Details
Created

2021-02-11 02:36:43 UTC

Size

224 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.4-1-ls96 Build-date:- 2021-02-11T02:34:55+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:47e3b50f0653f766e75e7fced8588036fe659a7368935b8b62ddef23eb6cee22 - 12.17% (27.2 MB)

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

[#002] sha256:3511df0c507439ce02021b659296f50ad076389ded5a57a0edfc885414bbfde7 - 0.79% (1.76 MB)

[#003] sha256:36015cf94891c48833c9f05fa0ca03cd3654e0b6468413a5738cf3a8985efa22 - 0.0% (271 Bytes)

[#004] sha256:de88122eebf44249816cefc3ab31a87edf09a0290322efba854e97aa49c5fb49 - 7.34% (16.4 MB)

[#005] sha256:b58ef649f714ac61dcd21d8ac7074d53b80c0d1fa811eb8f3c936c3597ba255d - 0.0% (4.54 KB)

[#006] sha256:0a3bb4186edeb317080a131edad4aa881db5d2d83861da285d95829f7431ba58 - 78.87% (177 MB)

[#007] sha256:8009dc7bb7d3063fdd5a066350cf430fe7922a226f2817c1eea73903552aae48 - 0.0% (1.11 KB)


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

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

2021-02-09 05:00:05 UTC

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

2021-02-09 05:00:05 UTC

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

2021-02-09 05:00:06 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2a9294c-ls28 Build-date:- 2021-02-09T04:58:27+00:00

2021-02-09 05:00:06 UTC

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

2021-02-09 05:00:06 UTC

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

2021-02-09 05:00:07 UTC

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

2021-02-09 05:00:08 UTC

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

2021-02-09 05:00:09 UTC

|4 BUILD_DATE=2021-02-09T04:58:27+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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-09 05:00:10 UTC

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

2021-02-09 05:00:10 UTC

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

2021-02-09 05:00:10 UTC

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

2021-02-09 05:00:47 UTC

|5 BUILD_DATE=2021-02-09T04:58:27+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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-02-09 05:00:50 UTC

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

2021-02-09 05:00:50 UTC

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

2021-02-11 02:35:48 UTC

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

2021-02-11 02:35:48 UTC

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

2021-02-11 02:35:49 UTC

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

2021-02-11 02:35:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.4-1-ls96 Build-date:- 2021-02-11T02:34:55+00:00

2021-02-11 02:35:49 UTC

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

2021-02-11 02:35:50 UTC

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

2021-02-11 02:35:50 UTC

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

2021-02-11 02:36:39 UTC

|4 BUILD_DATE=2021-02-11T02:34:55+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=10.6.4-1 VERSION=10.6.4-1-ls96 /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 && 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} libfontconfig1 libfreetype6 libssl1.1 mesa-va-drivers && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-02-11 02:36:42 UTC

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

2021-02-11 02:36:43 UTC

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

2021-02-11 02:36:43 UTC

/bin/sh -c #(nop) VOLUME [/config]

Details
Created

2021-02-11 02:37:06 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.4-1-ls96 Build-date:- 2021-02-11T02:34:55+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:1af55d532f19cb485b9f7c41601a706b5d5ca6ee002463ce81877cf97d2aa14f - 13.6% (22.9 MB)

[#001] sha256:912b0ecc9e561ec3cd944e8d237958b101bc0a9b073b62ad63c2129f48cd1f8f - 1.31% (2.22 MB)

[#002] sha256:7c3f70b475f677cf4cfcef1df946c17c7475b81df8af7b8c60b1b574f5802d3b - 1.25% (2.1 MB)

[#003] sha256:1478c592c30b0313bc86e6edddf5c3b57508537d6680912f1ecfc79f69d6af3a - 0.0% (278 Bytes)

[#004] sha256:87720f85d12a4e4a85c01ebe49c9fdd5ace1bf630c23bf196c4bfc8c0e3da90e - 9.74% (16.4 MB)

[#005] sha256:9ce98373e7129b4857075675380f75b5440f6f71e706c439876197c50f263afb - 0.0% (4.55 KB)

[#006] sha256:a942999c2ae3715f8e69142131030b2b215ed5a89cba383d04cb6c1f47197479 - 74.11% (125 MB)

[#007] sha256:a571954ff7ad53360d1a1bc59df9d3a8712bb2f205d77d2dd14191d8ad8d1b9e - 0.0% (1.11 KB)


History
2021-02-09 05:00:29 UTC

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

2021-02-09 05:00:30 UTC

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

2021-02-09 05:00:31 UTC

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

2021-02-09 05:00:31 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2a9294c-ls28 Build-date:- 2021-02-09T04:58:27+00:00

2021-02-09 05:00:31 UTC

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

2021-02-09 05:00:31 UTC

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

2021-02-09 05:00:32 UTC

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

2021-02-09 05:00:33 UTC

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

2021-02-09 05:00:35 UTC

|4 BUILD_DATE=2021-02-09T04:58:27+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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-09 05:00:36 UTC

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

2021-02-09 05:00:36 UTC

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

2021-02-09 05:00:36 UTC

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

2021-02-09 05:01:28 UTC

|5 BUILD_DATE=2021-02-09T04:58:27+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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 "**** 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 clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-02-09 05:01:29 UTC

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

2021-02-09 05:01:30 UTC

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

2021-02-11 02:35:53 UTC

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

2021-02-11 02:35:54 UTC

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

2021-02-11 02:35:54 UTC

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

2021-02-11 02:35:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.4-1-ls96 Build-date:- 2021-02-11T02:34:55+00:00

2021-02-11 02:35:55 UTC

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

2021-02-11 02:35:56 UTC

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

2021-02-11 02:35:56 UTC

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

2021-02-11 02:37:03 UTC

|4 BUILD_DATE=2021-02-11T02:34:55+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=10.6.4-1 VERSION=10.6.4-1-ls96 /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-11 02:37:06 UTC

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

2021-02-11 02:37:06 UTC

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

2021-02-11 02:37:06 UTC

/bin/sh -c #(nop) VOLUME [/config]

Details
Created

2021-02-11 02:37:48 UTC

Size

174 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.4-1-ls96 Build-date:- 2021-02-11T02:34:55+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:27634ed9e28887431589d4268c7c489be3329c79ad18c9adab8611a2fbf38d1d - 14.9% (25.9 MB)

[#001] sha256:c717dbd0677f9b1ba49ce31328deb67817d4d2beb088524d5dc1a43e38b51147 - 1.25% (2.18 MB)

[#002] sha256:adbc202cf44aeab289f9b5f1ccc8044e7ec9075ec9818d351a16b13a4d5ad722 - 1.22% (2.11 MB)

[#003] sha256:4d09ecdeaa264aaa4c04e5e3378804672e5869170ea4cefd090272f7d4590c99 - 0.0% (280 Bytes)

[#004] sha256:f89ac2045cab270c5b09b9e935afc11b8ba945e69d661320614643c99a8a7c19 - 10.28% (17.9 MB)

[#005] sha256:d7ee099675b098f6e85a82daa7f3be393dc5a2709557cbacc6efcbf52182c91d - 0.0% (4.55 KB)

[#006] sha256:07c2af30f170393f3f674d8052f87300d8de8d78ed38daa9b6893fe888731e5c - 72.34% (126 MB)

[#007] sha256:90e9477200a4663f60aa94f578625e5414f072ff863995c5474357e87c994dcc - 0.0% (1.12 KB)


History
2021-02-09 05:01:27 UTC

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

2021-02-09 05:01:41 UTC

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

2021-02-09 05:01:43 UTC

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

2021-02-09 05:01:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2a9294c-ls28 Build-date:- 2021-02-09T04:58:27+00:00

2021-02-09 05:01:45 UTC

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

2021-02-09 05:01:46 UTC

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

2021-02-09 05:01:48 UTC

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

2021-02-09 05:01:50 UTC

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

2021-02-09 05:01:58 UTC

|4 BUILD_DATE=2021-02-09T04:58:27+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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-09 05:02:00 UTC

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

2021-02-09 05:02:01 UTC

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

2021-02-09 05:02:02 UTC

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

2021-02-09 05:03:55 UTC

|5 BUILD_DATE=2021-02-09T04:58:27+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=e2a9294c-ls28 /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 "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-02-09 05:04:05 UTC

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

2021-02-09 05:04:07 UTC

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

2021-02-11 02:35:55 UTC

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

2021-02-11 02:35:55 UTC

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

2021-02-11 02:35:56 UTC

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

2021-02-11 02:35:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.4-1-ls96 Build-date:- 2021-02-11T02:34:55+00:00

2021-02-11 02:35:57 UTC

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

2021-02-11 02:35:57 UTC

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

2021-02-11 02:35:58 UTC

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

2021-02-11 02:37:41 UTC

|4 BUILD_DATE=2021-02-11T02:34:55+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=10.6.4-1 VERSION=10.6.4-1-ls96 /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=arm64] 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-11 02:37:47 UTC

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

2021-02-11 02:37:48 UTC

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

2021-02-11 02:37: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