Namespace
linuxserver
Image / Tag
jellyfin:nightly-20210113.12-unstable-ls237
Content Digest
sha256:d0303c5b601ee505a8216f9a286444dcf8a522249d707d6f8d710a523cfeff1a
Details
Created

2021-01-13 21:26:49 UTC

Size

227 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210113.12-unstable-ls237 Build-date:- 2021-01-13T16:25:05-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:9cf9dc4692708c578bd970c09270baec82c03875f95128dc29d410c54c18c4cb - 11.99% (27.2 MB)

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

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

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

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

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

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

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


History
2021-01-07 15:12:36 UTC

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

2021-01-07 15:12:37 UTC

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

2021-01-07 15:12:38 UTC

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

2021-01-07 15:12:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7d44ff46-ls22 Build-date:- 2021-01-07T15:11:05+00:00

2021-01-07 15:12:38 UTC

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

2021-01-07 15:12:39 UTC

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

2021-01-07 15:12:39 UTC

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

2021-01-07 15:12:40 UTC

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

2021-01-07 15:12:43 UTC

|4 BUILD_DATE=2021-01-07T15:11:05+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=7d44ff46-ls22 /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-07 15:12:43 UTC

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

2021-01-07 15:12:44 UTC

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

2021-01-07 15:12:44 UTC

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

2021-01-07 15:13:21 UTC

|5 BUILD_DATE=2021-01-07T15:11:05+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=7d44ff46-ls22 /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-07 15:13:23 UTC

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

2021-01-07 15:13:23 UTC

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

2021-01-13 21:25:58 UTC

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

2021-01-13 21:25:58 UTC

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

2021-01-13 21:25:58 UTC

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

2021-01-13 21:25:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210113.12-unstable-ls237 Build-date:- 2021-01-13T16:25:05-05:00

2021-01-13 21:25:59 UTC

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

2021-01-13 21:25:59 UTC

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

2021-01-13 21:25:59 UTC

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

2021-01-13 21:26:49 UTC

|4 BUILD_DATE=2021-01-13T16:25:05-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210113.12-unstable VERSION=20210113.12-unstable-ls237 /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-13 21:26:49 UTC

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

2021-01-13 21:26:49 UTC

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

2021-01-13 21:26:49 UTC

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

Details
Created

2021-01-13 21:30:59 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210113.12-unstable-ls237 Build-date:- 2021-01-13T16:25:05-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:dc52ce31b7eb7a566823722fb3fa71c133007d47d138352702abade3d5bc79ef - 13.6% (22.9 MB)

[#001] sha256:2dd5ebd261e13987cfc8b3f7c8a62caa6209255d01b950097d9bc0b08d6a374d - 1.31% (2.22 MB)

[#002] sha256:5b084e962d7950ffce8a67f2a67c7b42e322187e3f6af0fde54fc9751c41b895 - 1.25% (2.1 MB)

[#003] sha256:71fc69cae66723e4aba329e303ba8ff004452d94594bcd8b234e1f467d0a0dd9 - 0.0% (276 Bytes)

[#004] sha256:b7d825b09ef8ea5a9d6ea536a3ddc8c8ad2bd982faa4b7f50f5ef6fc1e4e3c99 - 9.75% (16.4 MB)

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

[#006] sha256:1cd022fb9d6c3bc2b2d273ba06442ca1d01151898e95e63db45024c2a70d54d3 - 74.08% (125 MB)

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


History
2021-01-07 15:12:37 UTC

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

2021-01-07 15:12:38 UTC

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

2021-01-07 15:12:38 UTC

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

2021-01-07 15:12:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7d44ff46-ls22 Build-date:- 2021-01-07T15:11:05+00:00

2021-01-07 15:12:39 UTC

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

2021-01-07 15:12:39 UTC

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

2021-01-07 15:12:39 UTC

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

2021-01-07 15:12:41 UTC

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

2021-01-07 15:12:43 UTC

|4 BUILD_DATE=2021-01-07T15:11:05+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=7d44ff46-ls22 /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-07 15:12:43 UTC

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

2021-01-07 15:12:43 UTC

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

2021-01-07 15:12:44 UTC

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

2021-01-07 15:13:18 UTC

|5 BUILD_DATE=2021-01-07T15:11:05+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=7d44ff46-ls22 /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-01-07 15:13:19 UTC

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

2021-01-07 15:13:19 UTC

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

2021-01-13 21:27:06 UTC

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

2021-01-13 21:27:07 UTC

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

2021-01-13 21:27:08 UTC

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

2021-01-13 21:27:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210113.12-unstable-ls237 Build-date:- 2021-01-13T16:25:05-05:00

2021-01-13 21:27:11 UTC

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

2021-01-13 21:27:13 UTC

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

2021-01-13 21:27:14 UTC

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

2021-01-13 21:30:47 UTC

|4 BUILD_DATE=2021-01-13T16:25:05-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210113.12-unstable VERSION=20210113.12-unstable-ls237 /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-13 21:30:56 UTC

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

2021-01-13 21:30:58 UTC

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

2021-01-13 21:30:59 UTC

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

Details
Created

2021-01-13 21:29:36 UTC

Size

175 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210113.12-unstable-ls237 Build-date:- 2021-01-13T16:25:05-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:1ec674db53c91f82cc79414c1512e1222654d55578f42486ada4aa506b9c335b - 14.79% (25.9 MB)

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

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

[#003] sha256:0f7d6f6b5268a98c776d9f86e5480d72f4fdf0625f72cf198e776322a3d3348c - 0.0% (276 Bytes)

[#004] sha256:23550bcf8f90b05213f201c63b3875993f1c348e0d149e40f394130dd001a602 - 10.22% (17.9 MB)

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

[#006] sha256:74480689f317d4c9a5fe7cc0ff01f5f8f7efcbb0158babfb7eb4da1442010fd2 - 72.54% (127 MB)

[#007] sha256:4a316b4168fbdb2cc67299aaaf51cea653b4244005e44d2f27f9704450a9154e - 0.0% (1.12 KB)


History
2021-01-07 15:12:34 UTC

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

2021-01-07 15:12:35 UTC

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

2021-01-07 15:12:35 UTC

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

2021-01-07 15:12:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7d44ff46-ls22 Build-date:- 2021-01-07T15:11:05+00:00

2021-01-07 15:12:35 UTC

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

2021-01-07 15:12:36 UTC

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

2021-01-07 15:12:36 UTC

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

2021-01-07 15:12:38 UTC

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

2021-01-07 15:12:39 UTC

|4 BUILD_DATE=2021-01-07T15:11:05+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=7d44ff46-ls22 /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-07 15:12:39 UTC

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

2021-01-07 15:12:40 UTC

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

2021-01-07 15:12:40 UTC

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

2021-01-07 15:13:09 UTC

|5 BUILD_DATE=2021-01-07T15:11:05+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=7d44ff46-ls22 /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-01-07 15:13:09 UTC

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

2021-01-07 15:13:10 UTC

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

2021-01-13 21:26:51 UTC

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

2021-01-13 21:26:53 UTC

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

2021-01-13 21:26:54 UTC

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

2021-01-13 21:26:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210113.12-unstable-ls237 Build-date:- 2021-01-13T16:25:05-05:00

2021-01-13 21:26:57 UTC

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

2021-01-13 21:26:58 UTC

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

2021-01-13 21:26:59 UTC

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

2021-01-13 21:29:17 UTC

|4 BUILD_DATE=2021-01-13T16:25:05-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210113.12-unstable VERSION=20210113.12-unstable-ls237 /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-13 21:29:33 UTC

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

2021-01-13 21:29:35 UTC

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

2021-01-13 21:29:36 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