Namespace
linuxserver
Image / Tag
jellyfin:20200710-ls90
Content Digest
sha256:a854a60b029a8bc9e7df73821f3f3a21fb5c17093a812d513b959e3bc6f9c87a
Details
Created

2020-07-10 15:42:42 UTC

Size

193 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20200710-ls90 Build-date:- 2020-07-10T15:39:40+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:210a519fc1aaf3edcc966ecd53231727e8a42ee2faccef3c346264885ed35a40 - 13.18% (25.5 MB)

[#001] sha256:8e5b6209e33ccf3c263b25d29be3c5ca4385d33cb723a537577e56f5e7fe5cd7 - 0.0% (274 Bytes)

[#002] sha256:6facdabbc9dbcdc92f243521f4167144a8bb905ee895aa42f9c7594b28a9b68b - 6.72% (13 MB)

[#003] sha256:ae247b39e3e427e62325e548d95968fd7836dafbe33d79e139f5f365cc2b5f5c - 0.0% (4.13 KB)

[#004] sha256:7b6d31a79dbdba45539d859c13e9668a9bf2b4c1383a76059c073633a8a726d5 - 80.1% (155 MB)

[#005] sha256:53bb09effe9e71ebecb1f95850a57074fb4d5a517209d379d92ae473b27c0b2b - 0.0% (1.02 KB)


History
2020-07-08 20:45:00 UTC

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

2020-07-08 20:45:01 UTC

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

2020-07-08 20:45:01 UTC

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

2020-07-08 20:45:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2e618b3c-ls45 Build-date:- 2020-07-08T20:43:40+00:00

2020-07-08 20:45:01 UTC

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

2020-07-08 20:45:02 UTC

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

2020-07-08 20:45:02 UTC

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

2020-07-08 20:45:02 UTC

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

2020-07-08 20:45:03 UTC

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

2020-07-08 20:45:03 UTC

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

2020-07-08 20:45:41 UTC

|5 BUILD_DATE=2020-07-08T20:43:40+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=2e618b3c-ls45 /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 tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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-07-08 20:45:42 UTC

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

2020-07-08 20:45:42 UTC

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

2020-07-10 15:40:39 UTC

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

2020-07-10 15:40:39 UTC

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

2020-07-10 15:40:40 UTC

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

2020-07-10 15:40:40 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20200710-ls90 Build-date:- 2020-07-10T15:39:40+00:00

2020-07-10 15:40:40 UTC

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

2020-07-10 15:40:41 UTC

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

2020-07-10 15:40:41 UTC

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

2020-07-10 15:42:35 UTC

|4 BUILD_DATE=2020-07-10T15:39:40+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20200710 VERSION=20200710-ls90 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** add jellyfin deps *****" && curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu bionic main' > /etc/apt/sources.list.d/jellyfin.list && apt-get update && apt-get install -y --no-install-recommends at i965-va-driver jellyfin-ffmpeg libfontconfig1 libfreetype6 libssl1.0.0 mesa-va-drivers && echo "**** install jellyfin *****" && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN="jellyfin-server-nightly jellyfin-web-nightly"; else JELLYFIN="jellyfin-server-nightly=${JELLYFIN_RELEASE} jellyfin-web-nightly=${JELLYFIN_RELEASE}"; fi && apt-get install -y ${JELLYFIN} && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-07-10 15:42:42 UTC

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

2020-07-10 15:42:42 UTC

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

2020-07-10 15:42:42 UTC

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

Details
Created

2020-07-10 15:44:38 UTC

Size

158 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20200710-ls90 Build-date:- 2020-07-10T15:39:40+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:254465ad443f37753a7123b6dd40e2ea83f0726e5b15912cf951bc02eea51920 - 13.44% (21.2 MB)

[#001] sha256:9a290c8d6c102dbcaf75087f2e38021f972e914159afd3af73fadebfb5a53193 - 0.0% (279 Bytes)

[#002] sha256:ac78affa1f144ee0f36ef2b46fba1c3b60e71a03e1bdc67cfa2a6e30988c2eaa - 8.77% (13.9 MB)

[#003] sha256:dbb2875764e4c89924ff1f0a7f5d752c385d3860cc213fad97853c8083bed5ac - 0.0% (4.15 KB)

[#004] sha256:311e8ffbc6be3d77c8ec4ad2889a8172b68c3c8d154de92788163c087be845bf - 77.79% (123 MB)

[#005] sha256:e23cff04b139d686a539e40ca42b5daf2bbd202c95ed2bd312136cca4748146c - 0.0% (1.02 KB)


History
2020-07-08 20:45:07 UTC

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

2020-07-08 20:45:08 UTC

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

2020-07-08 20:45:09 UTC

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

2020-07-08 20:45:09 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2e618b3c-ls45 Build-date:- 2020-07-08T20:43:40+00:00

2020-07-08 20:45:10 UTC

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

2020-07-08 20:45:10 UTC

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

2020-07-08 20:45:10 UTC

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

2020-07-08 20:45:11 UTC

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

2020-07-08 20:45:11 UTC

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

2020-07-08 20:45:12 UTC

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

2020-07-08 20:46:02 UTC

|5 BUILD_DATE=2020-07-08T20:43:40+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.0.0.1 VERSION=2e618b3c-ls45 /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 tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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-07-08 20:46:04 UTC

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

2020-07-08 20:46:04 UTC

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

2020-07-10 15:40:48 UTC

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

2020-07-10 15:40:49 UTC

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

2020-07-10 15:40:49 UTC

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

2020-07-10 15:40:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20200710-ls90 Build-date:- 2020-07-10T15:39:40+00:00

2020-07-10 15:40:50 UTC

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

2020-07-10 15:40:51 UTC

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

2020-07-10 15:40:51 UTC

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

2020-07-10 15:44:34 UTC

|4 BUILD_DATE=2020-07-10T15:39:40+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20200710 VERSION=20200710-ls90 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** add jellyfin deps *****" && 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 bionic main' > /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 && apt-get update && apt-get install -y --no-install-recommends at jellyfin-ffmpeg libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libraspberrypi0 libssl1.0.0 && echo "**** install jellyfin *****" && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN="jellyfin-server-nightly jellyfin-web-nightly"; else JELLYFIN="jellyfin-server-nightly=${JELLYFIN_RELEASE} jellyfin-web-nightly=${JELLYFIN_RELEASE}"; fi && apt-get install -y ${JELLYFIN} && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-07-10 15:44:37 UTC

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

2020-07-10 15:44:38 UTC

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

2020-07-10 15:44:38 UTC

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

Details
Created

2020-07-10 15:43:44 UTC

Size

160 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20200710-ls90 Build-date:- 2020-07-10T15:39:40+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:729a5b65820582411746334c7460ac0a08a0865dd244f4fdeb38ca4e8657d0f7 - 14.16% (22.6 MB)

[#001] sha256:e856e267d59532621baad9677c2e7266112805fac82d9392e725d71693bada74 - 0.0% (278 Bytes)

[#002] sha256:79f033fabb870e0d8de60e2ad480ad3574bb04a6e1ae31f129cad83260775a6a - 9.03% (14.4 MB)

[#003] sha256:4553441b6f0878a80e462cc004cf55e7a783e5f422e539b633ed8491e4fb3201 - 0.0% (4.15 KB)

[#004] sha256:b8522e98a86094f97efd8e8b132fcbcc030a1514d54ec3385ff528a9ba3f2db5 - 76.81% (123 MB)

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


History
2020-07-08 20:45:28 UTC

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

2020-07-08 20:45:32 UTC

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

2020-07-08 20:45:32 UTC

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

2020-07-08 20:45:33 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2e618b3c-ls45 Build-date:- 2020-07-08T20:43:40+00:00

2020-07-08 20:45:33 UTC

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

2020-07-08 20:45:34 UTC

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

2020-07-08 20:45:34 UTC

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

2020-07-08 20:45:35 UTC

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

2020-07-08 20:45:35 UTC

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

2020-07-08 20:45:36 UTC

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

2020-07-08 20:46:43 UTC

|5 BUILD_DATE=2020-07-08T20:43:40+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=2e618b3c-ls45 /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 tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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-07-08 20:46:46 UTC

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

2020-07-08 20:46:46 UTC

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

2020-07-10 15:40:46 UTC

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

2020-07-10 15:40:47 UTC

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

2020-07-10 15:40:48 UTC

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

2020-07-10 15:40:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20200710-ls90 Build-date:- 2020-07-10T15:39:40+00:00

2020-07-10 15:40:49 UTC

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

2020-07-10 15:40:49 UTC

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

2020-07-10 15:40:50 UTC

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

2020-07-10 15:43:37 UTC

|4 BUILD_DATE=2020-07-10T15:39:40+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20200710 VERSION=20200710-ls90 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** add jellyfin deps *****" && curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && echo 'deb [arch=arm64] https://repo.jellyfin.org/ubuntu bionic main' > /etc/apt/sources.list.d/jellyfin.list && apt-get update && apt-get install -y --no-install-recommends at jellyfin-ffmpeg libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin libssl1.0.0 && echo "**** install jellyfin *****" && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN="jellyfin-server-nightly jellyfin-web-nightly"; else JELLYFIN="jellyfin-server-nightly=${JELLYFIN_RELEASE} jellyfin-web-nightly=${JELLYFIN_RELEASE}"; fi && apt-get install -y ${JELLYFIN} && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-07-10 15:43:43 UTC

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

2020-07-10 15:43:44 UTC

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

2020-07-10 15:43:44 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