Namespace
linuxserver
Image / Tag
jellyfin:20201205.29-unstable-ls143
Content Digest
sha256:65fcda0075be7fc37f1b6b9f8f9dced1e3ad3975a79efd4c091489ed70c3508f
Details
Created

2020-12-05 17:15:47 UTC

Size

224 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20201205.29-unstable-ls143 Build-date:- 2020-12-05T17:13:37+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:5eeeebff4eaa9ef8ed9687cd65be8c075639ecc587de90208b9ab1e7c7496ea9 - 12.15% (27.2 MB)

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

[#002] sha256:8abc5c53b528f4552f3181b4e6bcb38ee3e3c61a95d19b77ace8a55f44aea75b - 0.78% (1.76 MB)

[#003] sha256:a19c6ddbe3b4fdcc7a7fb1934812eb0fb29eea5c3423504465a1a4ccf0292ada - 0.0% (275 Bytes)

[#004] sha256:56baa3b3a0e92d0328b3d1929f331c9a4b1c9c9e36d7c39d9c5100b551f134df - 7.33% (16.4 MB)

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

[#006] sha256:f020f868ee3b52c633644efbcb0055e79b89807218fd298898f9502ce6d1fca7 - 78.92% (177 MB)

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


History
2020-12-04 01:54:45 UTC

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

2020-12-04 01:54:45 UTC

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

2020-12-04 01:54:45 UTC

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

2020-12-04 01:54:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0eb3388c-ls19 Build-date:- 2020-12-03T20:53:47-05:00

2020-12-04 01:54:46 UTC

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

2020-12-04 01:54:46 UTC

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

2020-12-04 01:54:46 UTC

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

2020-12-04 01:54:47 UTC

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

2020-12-04 01:54:48 UTC

|4 BUILD_DATE=2020-12-03T20:53:47-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /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-04 01:54:48 UTC

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

2020-12-04 01:54:48 UTC

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

2020-12-04 01:54:48 UTC

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

2020-12-04 01:55:13 UTC

|5 BUILD_DATE=2020-12-03T20:53:47-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /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-04 01:55:14 UTC

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

2020-12-04 01:55:14 UTC

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

2020-12-05 17:14:46 UTC

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

2020-12-05 17:14:46 UTC

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

2020-12-05 17:14:46 UTC

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

2020-12-05 17:14:46 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201205.29-unstable-ls143 Build-date:- 2020-12-05T17:13:37+00:00

2020-12-05 17:14:47 UTC

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

2020-12-05 17:14:47 UTC

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

2020-12-05 17:14:47 UTC

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

2020-12-05 17:15:44 UTC

|4 BUILD_DATE=2020-12-05T17:13:37+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201205.29-unstable VERSION=20201205.29-unstable-ls143 /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/*

2020-12-05 17:15:47 UTC

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

2020-12-05 17:15:47 UTC

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

2020-12-05 17:15:47 UTC

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

Details
Created

2020-12-05 17:17:55 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20201205.29-unstable-ls143 Build-date:- 2020-12-05T17:13:37+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:78790c73d796c0f747f88593e3dc162c3a43c81988fbf9dc9b7ae120a5c73aff - 13.57% (22.9 MB)

[#001] sha256:8d65bf3d7849781a249df4ac84ee858df3e87bb8ba92ddfd43f5ecbdb4a11af8 - 1.31% (2.22 MB)

[#002] sha256:38be81e6582a562d469c82bd5e192686671f9668933a2392ad919f29aa7f0bb5 - 1.24% (2.1 MB)

[#003] sha256:1261ef990e0a6606b7a542c8345ed9e331c2c32ce956d7d4ee3d3ac3d0462d53 - 0.0% (279 Bytes)

[#004] sha256:332c8d758585c8e4c721b6b0f7571c0a7070b9722d594e0755bd073ae5d05ca6 - 9.72% (16.4 MB)

[#005] sha256:2c6ee4927f840a867916e236516c8c87be8d87706b80060abea8927d7279eabd - 0.0% (4.4 KB)

[#006] sha256:b2c3adf1114eb87da12032c80a3f7f4f94f3cf4e33c852f04c02d76b946b8836 - 74.15% (125 MB)

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


History
2020-12-04 01:55:09 UTC

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

2020-12-04 01:55:10 UTC

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

2020-12-04 01:55:11 UTC

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

2020-12-04 01:55:12 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0eb3388c-ls19 Build-date:- 2020-12-03T20:53:47-05:00

2020-12-04 01:55:13 UTC

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

2020-12-04 01:55:13 UTC

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

2020-12-04 01:55:14 UTC

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

2020-12-04 01:55:16 UTC

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

2020-12-04 01:55:20 UTC

|4 BUILD_DATE=2020-12-03T20:53:47-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /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-04 01:55:20 UTC

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

2020-12-04 01:55:21 UTC

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

2020-12-04 01:55:21 UTC

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

2020-12-04 01:56:14 UTC

|5 BUILD_DATE=2020-12-03T20:53:47-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /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-04 01:56:16 UTC

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

2020-12-04 01:56:16 UTC

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

2020-12-05 17:14:48 UTC

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

2020-12-05 17:14:49 UTC

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

2020-12-05 17:14:50 UTC

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

2020-12-05 17:14:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201205.29-unstable-ls143 Build-date:- 2020-12-05T17:13:37+00:00

2020-12-05 17:14:52 UTC

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

2020-12-05 17:14:52 UTC

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

2020-12-05 17:14:53 UTC

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

2020-12-05 17:17:46 UTC

|4 BUILD_DATE=2020-12-05T17:13:37+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201205.29-unstable VERSION=20201205.29-unstable-ls143 /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/ubuntu bionic 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/*

2020-12-05 17:17:53 UTC

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

2020-12-05 17:17:54 UTC

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

2020-12-05 17:17:55 UTC

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

Details
Created

2020-12-05 17:17:58 UTC

Size

175 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20201205.29-unstable-ls143 Build-date:- 2020-12-05T17:13:37+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:bcce48094e0cfcb6b7695a76d5c929706e9bd6222532e18a98c159dfa1735e43 - 14.76% (25.9 MB)

[#001] sha256:9243570604e741afdbb654e3a90d0b555925e44f3257820bdf0a5428434a64ce - 1.24% (2.18 MB)

[#002] sha256:e58cb7bf3b25f8ad7b67c1ad862a84b8e3b835365ebf8d3259d4e8a338f13c36 - 1.21% (2.11 MB)

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

[#004] sha256:131d553b4a11fb0f6fa2ef94b5dd6a06b4bfc59fa688e4600fbadcde976afa40 - 10.19% (17.9 MB)

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

[#006] sha256:0b12f5f290cd683668b9098e1429e75a801c88749aaee3d0d3549e1e950d870c - 72.59% (127 MB)

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


History
2020-12-04 01:56:20 UTC

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

2020-12-04 01:56:34 UTC

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

2020-12-04 01:56:35 UTC

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

2020-12-04 01:56:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0eb3388c-ls19 Build-date:- 2020-12-03T20:53:47-05:00

2020-12-04 01:56:38 UTC

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

2020-12-04 01:56:39 UTC

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

2020-12-04 01:56:41 UTC

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

2020-12-04 01:56:45 UTC

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

2020-12-04 01:56:55 UTC

|4 BUILD_DATE=2020-12-03T20:53:47-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /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-04 01:56:58 UTC

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

2020-12-04 01:57:02 UTC

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

2020-12-04 01:57:03 UTC

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

2020-12-04 01:58:58 UTC

|5 BUILD_DATE=2020-12-03T20:53:47-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=0eb3388c-ls19 /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-04 01:59:07 UTC

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

2020-12-04 01:59:09 UTC

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

2020-12-05 17:14:51 UTC

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

2020-12-05 17:14:52 UTC

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

2020-12-05 17:14:54 UTC

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

2020-12-05 17:14:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20201205.29-unstable-ls143 Build-date:- 2020-12-05T17:13:37+00:00

2020-12-05 17:14:57 UTC

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

2020-12-05 17:14:58 UTC

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

2020-12-05 17:14:59 UTC

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

2020-12-05 17:17:36 UTC

|4 BUILD_DATE=2020-12-05T17:13:37+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20201205.29-unstable VERSION=20201205.29-unstable-ls143 /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/ubuntu bionic 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 libssl1.1 && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-12-05 17:17:56 UTC

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

2020-12-05 17:17:57 UTC

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

2020-12-05 17:17:58 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