Namespace
linuxserver
Image / Tag
jellyfin:nightly-20210122.4-unstable-ls259
Content Digest
sha256:66dcd44eedf9193e8da9ca5adf1fc19a07af311dbc5afe5003f85c337640bf09
Details
Created

2021-01-23 03:58:27 UTC

Size

227 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210122.4-unstable-ls259 Build-date:- 2021-01-22T22:56:50-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:1f5e15c7820822dda2fe2a71b52e33df9dae97c219b08343fe4bdbf9b448c070 - 11.99% (27.2 MB)

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

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

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

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

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

[#006] sha256:7d3dfcfd725a0dbc10e2640807cade077b3c12b2b2a1d827f51ae45e908caa59 - 79.19% (180 MB)

[#007] sha256:d7266c45869b7f8b41ca17fcd3a0a8253a9750c4462f227173c692a900e222e9 - 0.0% (1.21 KB)


History
2021-01-19 05:36:23 UTC

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

2021-01-19 05:36:23 UTC

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

2021-01-19 05:36:23 UTC

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

2021-01-19 05:36:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 749f6a92-ls24 Build-date:- 2021-01-19T00:35:16-05:00

2021-01-19 05:36:24 UTC

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

2021-01-19 05:36:24 UTC

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

2021-01-19 05:36:24 UTC

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

2021-01-19 05:36:25 UTC

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

2021-01-19 05:36:26 UTC

|4 BUILD_DATE=2021-01-19T00:35:16-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-19 05:36:26 UTC

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

2021-01-19 05:36:26 UTC

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

2021-01-19 05:36:26 UTC

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

2021-01-19 05:36:50 UTC

|5 BUILD_DATE=2021-01-19T00:35:16-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-19 05:36:51 UTC

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

2021-01-19 05:36:51 UTC

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

2021-01-23 03:57:44 UTC

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

2021-01-23 03:57:44 UTC

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

2021-01-23 03:57:44 UTC

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

2021-01-23 03:57:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210122.4-unstable-ls259 Build-date:- 2021-01-22T22:56:50-05:00

2021-01-23 03:57:44 UTC

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

2021-01-23 03:57:44 UTC

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

2021-01-23 03:57:44 UTC

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

2021-01-23 03:58:26 UTC

|4 BUILD_DATE=2021-01-22T22:56:50-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210122.4-unstable VERSION=20210122.4-unstable-ls259 /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-23 03:58:27 UTC

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

2021-01-23 03:58:27 UTC

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

2021-01-23 03:58:27 UTC

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

Details
Created

2021-01-23 03:59:18 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210122.4-unstable-ls259 Build-date:- 2021-01-22T22:56:50-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:2dac3107d2df834d7a081ed091a2affcdaf2e017db2b3b53671a7c4acf0d1cdf - 13.6% (22.9 MB)

[#001] sha256:98850ce28b23d1107f1af55687af779f1afc1b03b50be98de3b47863acdb70b7 - 1.31% (2.22 MB)

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

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

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

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

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

[#007] sha256:b66026c2f4c643349621cc993b0682a4c6c9696ee9414b5eb650b0c75e877f7c - 0.0% (1.23 KB)


History
2021-01-19 05:39:16 UTC

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

2021-01-19 05:39:17 UTC

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

2021-01-19 05:39:18 UTC

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

2021-01-19 05:39:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 749f6a92-ls24 Build-date:- 2021-01-19T00:35:16-05:00

2021-01-19 05:39:19 UTC

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

2021-01-19 05:39:19 UTC

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

2021-01-19 05:39:20 UTC

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

2021-01-19 05:39:22 UTC

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

2021-01-19 05:39:25 UTC

|4 BUILD_DATE=2021-01-19T00:35:16-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-19 05:39:26 UTC

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

2021-01-19 05:39:26 UTC

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

2021-01-19 05:39:27 UTC

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

2021-01-19 05:40:23 UTC

|5 BUILD_DATE=2021-01-19T00:35:16-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-19 05:40:25 UTC

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

2021-01-19 05:40:26 UTC

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

2021-01-23 03:58:04 UTC

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

2021-01-23 03:58:04 UTC

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

2021-01-23 03:58:05 UTC

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

2021-01-23 03:58:05 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210122.4-unstable-ls259 Build-date:- 2021-01-22T22:56:50-05:00

2021-01-23 03:58:06 UTC

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

2021-01-23 03:58:06 UTC

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

2021-01-23 03:58:07 UTC

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

2021-01-23 03:59:15 UTC

|4 BUILD_DATE=2021-01-22T22:56:50-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210122.4-unstable VERSION=20210122.4-unstable-ls259 /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-23 03:59:17 UTC

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

2021-01-23 03:59:17 UTC

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

2021-01-23 03:59:18 UTC

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

Details
Created

2021-01-23 04:00:12 UTC

Size

175 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210122.4-unstable-ls259 Build-date:- 2021-01-22T22:56:50-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:54f8d1c55e19eb9204439827fb8b0619e2792c1fe152d88abc0b91c7a487bbb1 - 14.79% (25.9 MB)

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

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

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

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

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

[#006] sha256:33b5f7ca2399c63c5996d93375f32793dfd41b5abe8971a8c3d8c7a9c33ea022 - 72.54% (127 MB)

[#007] sha256:ab45d955c255d736ad995f87dee5d8bb8985509785ec35e09f3576d54b78503e - 0.0% (1.24 KB)


History
2021-01-19 05:37:43 UTC

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

2021-01-19 05:37:56 UTC

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

2021-01-19 05:37:57 UTC

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

2021-01-19 05:37:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 749f6a92-ls24 Build-date:- 2021-01-19T00:35:16-05:00

2021-01-19 05:38:00 UTC

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

2021-01-19 05:38:02 UTC

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

2021-01-19 05:38:03 UTC

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

2021-01-19 05:38:06 UTC

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

2021-01-19 05:38:13 UTC

|4 BUILD_DATE=2021-01-19T00:35:16-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-19 05:38:16 UTC

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

2021-01-19 05:38:17 UTC

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

2021-01-19 05:38:18 UTC

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

2021-01-19 05:40:09 UTC

|5 BUILD_DATE=2021-01-19T00:35:16-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=749f6a92-ls24 /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-19 05:40:18 UTC

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

2021-01-19 05:40:20 UTC

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

2021-01-23 03:58:21 UTC

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

2021-01-23 03:58:22 UTC

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

2021-01-23 03:58:22 UTC

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

2021-01-23 03:58:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210122.4-unstable-ls259 Build-date:- 2021-01-22T22:56:50-05:00

2021-01-23 03:58:23 UTC

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

2021-01-23 03:58:24 UTC

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

2021-01-23 03:58:25 UTC

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

2021-01-23 04:00:05 UTC

|4 BUILD_DATE=2021-01-22T22:56:50-05:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210122.4-unstable VERSION=20210122.4-unstable-ls259 /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-23 04:00:11 UTC

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

2021-01-23 04:00:12 UTC

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

2021-01-23 04:00:12 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