Namespace
linuxserver
Image / Tag
jellyfin:nightly-20201231.31-unstable-ls204
Content Digest
sha256:f7982389a5a0bd86972dec4ef76be64ca909b6862f11376543471cbdb81a9b51
Details
Created

2021-01-01 02:09:54 UTC

Size

224 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20201231.31-unstable-ls204 Build-date:- 2021-01-01T02:07:31+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:7f46580cfe389a61cb0ecc1ff17c8074c669b67a59e1af7a82b0679e5e137d1a - 12.17% (27.2 MB)

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

[#002] sha256:7dee0f4d6393547cd2e3d01cd63648bba15abc89cf592fe3ec82fbb06a7ae87c - 0.79% (1.76 MB)

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

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

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

[#006] sha256:e48bbd0a6c1787a00fe4232567716bfd27ba5a863e29a13b863a19e052f4af66 - 78.87% (176 MB)

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


History
2020-12-17 15:04:14 UTC

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

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:15 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3cc49244-ls21 Build-date:- 2020-12-17T15:03:06+00:00

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:15 UTC

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

2020-12-17 15:04:17 UTC

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

2020-12-17 15:04:18 UTC

|4 BUILD_DATE=2020-12-17T15:03:06+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /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-17 15:04:18 UTC

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

2020-12-17 15:04:18 UTC

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

2020-12-17 15:04:18 UTC

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

2020-12-17 15:04:37 UTC

|5 BUILD_DATE=2020-12-17T15:03:06+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /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-17 15:04:38 UTC

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

2020-12-17 15:04:38 UTC

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

2021-01-01 02:08:46 UTC

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

2021-01-01 02:08:46 UTC

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

2021-01-01 02:08:46 UTC

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

2021-01-01 02:08:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201231.31-unstable-ls204 Build-date:- 2021-01-01T02:07:31+00:00

2021-01-01 02:08:47 UTC

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

2021-01-01 02:08:47 UTC

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

2021-01-01 02:08:47 UTC

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

2021-01-01 02:09:49 UTC

|4 BUILD_DATE=2021-01-01T02:07:31+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201231.31-unstable VERSION=20201231.31-unstable-ls204 /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-01 02:09:53 UTC

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

2021-01-01 02:09:53 UTC

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

2021-01-01 02:09:54 UTC

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

Details
Created

2021-01-01 02:10:05 UTC

Size

167 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20201231.31-unstable-ls204 Build-date:- 2021-01-01T02:07:31+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:711490a850fee3c7d8c2056aac04907211eeddfc6b0c86f5623b01768f065e77 - 13.73% (22.9 MB)

[#001] sha256:c029dc39cd6c7cda99afbfc58e36330646f139f46ae35566d1d4a16294ebe1e8 - 1.33% (2.22 MB)

[#002] sha256:8c02ece906a26136aeb2fb26c7b4b07f0c68a596852600ffd3289cbe5c365456 - 1.26% (2.1 MB)

[#003] sha256:b8750e3710f05c35394ef5fb07c693584556472fa2f3ba4ae29c59b2f6290084 - 0.0% (277 Bytes)

[#004] sha256:891f6819f1969702db604d9b8c2af01a7b6d888d4cc237cfe23f4a02353e49fc - 8.97% (15 MB)

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

[#006] sha256:04851a45f91880055bd19d6bd6390659f3053d7908224abc24841e23d68db1d4 - 74.71% (125 MB)

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


History
2020-12-17 15:04:41 UTC

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

2020-12-17 15:04:43 UTC

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

2020-12-17 15:04:43 UTC

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

2020-12-17 15:04:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3cc49244-ls21 Build-date:- 2020-12-17T15:03:06+00:00

2020-12-17 15:04:44 UTC

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

2020-12-17 15:04:45 UTC

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

2020-12-17 15:04:45 UTC

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

2020-12-17 15:04:48 UTC

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

2020-12-17 15:04:51 UTC

|4 BUILD_DATE=2020-12-17T15:03:06+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /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-17 15:04:52 UTC

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

2020-12-17 15:04:52 UTC

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

2020-12-17 15:04:53 UTC

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

2020-12-17 15:05:48 UTC

|5 BUILD_DATE=2020-12-17T15:03:06+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /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/*

2020-12-17 15:05:49 UTC

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

2020-12-17 15:05:50 UTC

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

2021-01-01 02:08:51 UTC

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

2021-01-01 02:08:52 UTC

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

2021-01-01 02:08:52 UTC

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

2021-01-01 02:08:53 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201231.31-unstable-ls204 Build-date:- 2021-01-01T02:07:31+00:00

2021-01-01 02:08:53 UTC

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

2021-01-01 02:08:54 UTC

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

2021-01-01 02:08:54 UTC

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

2021-01-01 02:10:02 UTC

|4 BUILD_DATE=2021-01-01T02:07:31+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201231.31-unstable VERSION=20201231.31-unstable-ls204 /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 [arch=armhf] https://repo.jellyfin.org/ubuntu focal unstable' >> /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} jellyfin-ffmpeg jellyfin-server jellyfin-web libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-01-01 02:10:04 UTC

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

2021-01-01 02:10:05 UTC

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

2021-01-01 02:10:05 UTC

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

Details
Created

2021-01-01 02:10:42 UTC

Size

173 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20201231.31-unstable-ls204 Build-date:- 2021-01-01T02:07:31+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:65524150b1e82984bf8a0390cacbce99adcffa92857b7d7f4db5ab72a80556e3 - 14.94% (25.9 MB)

[#001] sha256:264dbe565f30b9293c7621815e87391fa65c5b655cdb585870c5767a2f56e2fb - 1.26% (2.18 MB)

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

[#003] sha256:1e1d76ce775c89cc7c69b52996b4d0fc47a8ef12102ca6c519bdd87f8b5c8f6e - 0.0% (278 Bytes)

[#004] sha256:4628feac54a5b29e9289ce1718164887a2757fa9c200b8218f7ca3cf26bdcb6b - 9.38% (16.3 MB)

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

[#006] sha256:a5b5962cb632ae774719aa9b8599edd42967db53ff0d11486c1beebe362b203a - 73.2% (127 MB)

[#007] sha256:6cd5e529630ee50ac1fd0bae3c45545114f42f946d60f453906d194a0bacc246 - 0.0% (1.04 KB)


History
2020-12-17 15:05:37 UTC

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

2020-12-17 15:05:55 UTC

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

2020-12-17 15:05:58 UTC

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

2020-12-17 15:06:00 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3cc49244-ls21 Build-date:- 2020-12-17T15:03:06+00:00

2020-12-17 15:06:01 UTC

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

2020-12-17 15:06:02 UTC

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

2020-12-17 15:06:03 UTC

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

2020-12-17 15:06:06 UTC

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

2020-12-17 15:06:17 UTC

|4 BUILD_DATE=2020-12-17T15:03:06+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /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-17 15:06:20 UTC

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

2020-12-17 15:06:21 UTC

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

2020-12-17 15:06:22 UTC

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

2020-12-17 15:08:27 UTC

|5 BUILD_DATE=2020-12-17T15:03:06+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=3cc49244-ls21 /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/*

2020-12-17 15:08:40 UTC

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

2020-12-17 15:08:42 UTC

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

2021-01-01 02:08:52 UTC

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

2021-01-01 02:08:52 UTC

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

2021-01-01 02:08:53 UTC

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

2021-01-01 02:08:54 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201231.31-unstable-ls204 Build-date:- 2021-01-01T02:07:31+00:00

2021-01-01 02:08:54 UTC

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

2021-01-01 02:08:55 UTC

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

2021-01-01 02:08:55 UTC

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

2021-01-01 02:10:35 UTC

|4 BUILD_DATE=2021-01-01T02:07:31+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201231.31-unstable VERSION=20201231.31-unstable-ls204 /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 [arch=arm64] https://repo.jellyfin.org/ubuntu focal unstable' >> /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} jellyfin-ffmpeg jellyfin-server jellyfin-web libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-01-01 02:10:41 UTC

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

2021-01-01 02:10:41 UTC

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

2021-01-01 02:10:42 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