Namespace
linuxserver
Image / Tag
jellyfin:v10.3.6-ls5
Content Digest
sha256:ad5b151f8c80a3ef4f14aed2646a75306f3b1e26e89cb570b9c58e01ac1c29a9
Details
Created

2019-07-06 22:57:47 UTC

Size

125 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- v10.3.6-ls5 Build-date:- 2019-07-06T22:56:09+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:0a72a61ab463439af0234ec21eb7f7980551a754ce5f2066ba96b3547cccb66c - 20.33% (25.5 MB)

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

[#002] sha256:08921ed3ba0865664379a9357584cc03445a64f0c53435bd4729b5c0ed96b057 - 10.42% (13 MB)

[#003] sha256:22536c2982fb5d910fb9d7b4fbe657d05af2d149e2513902d04b0db3c615db3c - 0.0% (3.78 KB)

[#004] sha256:76f8d3a0b4d35bb9d18fd87317724afaee9276bd585c137aea7d7fc4e3b54b6f - 69.24% (86.7 MB)

[#005] sha256:43d0fb1ed707e016c2ed123547bc9585a899c92556efabac1cea1a116fa45b19 - 0.0% (853 Bytes)


History
2019-07-03 16:17:13 UTC

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

2019-07-03 16:17:14 UTC

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

2019-07-03 16:17:14 UTC

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

2019-07-03 16:17:14 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- bd8b5fdc-ls7 Build-date:- 2019-07-03T16:15:37+00:00

2019-07-03 16:17:15 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-07-03 16:17:15 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0

2019-07-03 16:17:15 UTC

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

2019-07-03 16:17:15 UTC

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

2019-07-03 16:17:16 UTC

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

2019-07-03 16:17:16 UTC

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

2019-07-03 16:18:06 UTC

|5 BUILD_DATE=2019-07-03T16:15:37+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.0.0 VERSION=bd8b5fdc-ls7 /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 && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2019-07-03 16:18:07 UTC

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

2019-07-03 16:18:07 UTC

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

2019-07-06 22:56:50 UTC

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

2019-07-06 22:56:50 UTC

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

2019-07-06 22:56:51 UTC

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

2019-07-06 22:56:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v10.3.6-ls5 Build-date:- 2019-07-06T22:56:09+00:00

2019-07-06 22:56:51 UTC

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

2019-07-06 22:56:52 UTC

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

2019-07-06 22:56:52 UTC

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

2019-07-06 22:57:45 UTC

|4 BUILD_DATE=2019-07-06T22:56:09+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=v10.3.6 VERSION=v10.3.6-ls5 /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 && echo "**** install jellyfin *****" && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN_RELEASE=$(curl -sX GET "https://api.github.com/repos/jellyfin/jellyfin/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && VERSION=$(echo "${JELLYFIN_RELEASE}" | sed 's/^v//g') && curl -o /tmp/jellyfin.deb -L "https://github.com/jellyfin/jellyfin/releases/download/v${VERSION}/jellyfin_${VERSION}-1_ubuntu-amd64.deb" && dpkg -i /tmp/jellyfin.deb && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2019-07-06 22:57:46 UTC

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

2019-07-06 22:57:47 UTC

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

2019-07-06 22:57:47 UTC

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

Details
Created

2019-07-06 23:01:52 UTC

Size

113 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- v10.3.6-ls5 Build-date:- 2019-07-06T22:56:09+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:2aacb242cf635dd911f5d7b34197a12f5b02d4307abbd5bb2f2fced282e4ccda - 18.75% (21.2 MB)

[#001] sha256:031e57357b2fd3617127f689d24006a38b25fbd15c0b26acf1366864dc454a1a - 0.0% (277 Bytes)

[#002] sha256:c238436c3e216f3ce8c0fb8118b6fa90ea6a4e957d1ae353bb872c336c3b8974 - 12.01% (13.6 MB)

[#003] sha256:d79e81655fde46133c8eb66f5d78df97fb0ba58c8dcc2757023b46b70df6e6c7 - 0.0% (3.77 KB)

[#004] sha256:5276fa5bb7d328f84c10487594c698fed4d8b59869ae0df7f16a5684d2d51fa4 - 69.24% (78.5 MB)

[#005] sha256:fd882851be1e8a4757a220c374ec9cd88135ae171898b5ab30e5ddd9e27209a8 - 0.0% (843 Bytes)


History
2019-07-03 16:17:42 UTC

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

2019-07-03 16:17:44 UTC

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

2019-07-03 16:17:45 UTC

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

2019-07-03 16:17:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- bd8b5fdc-ls7 Build-date:- 2019-07-03T16:15:37+00:00

2019-07-03 16:17:46 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-07-03 16:17:46 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0

2019-07-03 16:17:47 UTC

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

2019-07-03 16:17:47 UTC

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

2019-07-03 16:17:48 UTC

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

2019-07-03 16:17:48 UTC

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

2019-07-03 16:18:44 UTC

|5 BUILD_DATE=2019-07-03T16:15:37+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.0.0 VERSION=bd8b5fdc-ls7 /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 && 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/*

2019-07-03 16:18:47 UTC

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

2019-07-03 16:18:47 UTC

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

2019-07-06 22:56:56 UTC

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

2019-07-06 22:56:58 UTC

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

2019-07-06 22:57:04 UTC

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

2019-07-06 22:57:08 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v10.3.6-ls5 Build-date:- 2019-07-06T22:56:09+00:00

2019-07-06 22:57:10 UTC

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

2019-07-06 22:57:11 UTC

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

2019-07-06 22:57:13 UTC

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

2019-07-06 23:01:33 UTC

|4 BUILD_DATE=2019-07-06T22:56:09+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=v10.3.6 VERSION=v10.3.6-ls5 /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=armhf] 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 libssl1.0.0 && echo "**** install jellyfin *****" && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN_RELEASE=$(curl -sX GET "https://api.github.com/repos/jellyfin/jellyfin/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && VERSION=$(echo "${JELLYFIN_RELEASE}" | sed 's/^v//g') && curl -o /tmp/jellyfin.deb -L "https://github.com/jellyfin/jellyfin/releases/download/v${VERSION}/jellyfin_${VERSION}-1_ubuntu-armhf.deb" && dpkg -i /tmp/jellyfin.deb && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2019-07-06 23:01:46 UTC

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

2019-07-06 23:01:47 UTC

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

2019-07-06 23:01:52 UTC

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

Details
Created

2019-07-06 22:58:50 UTC

Size

116 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- v10.3.6-ls5 Build-date:- 2019-07-06T22:56:09+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:5a457ba3774d5581e1073e8b3839d654d61ff6a1b4f6a6ef06cb706012c66ef5 - 19.42% (22.6 MB)

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

[#002] sha256:5b5b7c3e467da8c39dfe110d0d43091812dd563e2f6e5eb3c95d9302cbebf4b2 - 12.22% (14.2 MB)

[#003] sha256:54c8db94dc4179fa9ceaf3977f98fd893f18af59110e939cffbdc0f992c8f1d4 - 0.0% (3.78 KB)

[#004] sha256:b37c36c595f0e94b984e467d3e747a149b2def6a935f604465307c5d4ec2a0c6 - 68.35% (79.6 MB)

[#005] sha256:358c86fea6987c6ece0546e501ae018a7be65cd7ad406b5712a31ee40dcb7755 - 0.0% (844 Bytes)


History
2019-07-03 16:17:40 UTC

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

2019-07-03 16:17:43 UTC

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

2019-07-03 16:17:43 UTC

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

2019-07-03 16:17:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- bd8b5fdc-ls7 Build-date:- 2019-07-03T16:15:37+00:00

2019-07-03 16:17:44 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-07-03 16:17:45 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0

2019-07-03 16:17:46 UTC

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

2019-07-03 16:17:46 UTC

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

2019-07-03 16:17:47 UTC

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

2019-07-03 16:17:47 UTC

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

2019-07-03 16:19:00 UTC

|5 BUILD_DATE=2019-07-03T16:15:37+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.0 VERSION=bd8b5fdc-ls7 /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 && 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/*

2019-07-03 16:19:02 UTC

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

2019-07-03 16:19:03 UTC

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

2019-07-06 22:56:55 UTC

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

2019-07-06 22:56:56 UTC

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

2019-07-06 22:56:56 UTC

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

2019-07-06 22:56:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v10.3.6-ls5 Build-date:- 2019-07-06T22:56:09+00:00

2019-07-06 22:56:57 UTC

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

2019-07-06 22:56:58 UTC

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

2019-07-06 22:56:58 UTC

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

2019-07-06 22:58:47 UTC

|4 BUILD_DATE=2019-07-06T22:56:09+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=v10.3.6 VERSION=v10.3.6-ls5 /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 libssl1.0.0 && echo "**** install jellyfin *****" && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN_RELEASE=$(curl -sX GET "https://api.github.com/repos/jellyfin/jellyfin/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && VERSION=$(echo "${JELLYFIN_RELEASE}" | sed 's/^v//g') && curl -o /tmp/jellyfin.deb -L "https://github.com/jellyfin/jellyfin/releases/download/v${VERSION}/jellyfin_${VERSION}-1_ubuntu-arm64.deb" && dpkg -i /tmp/jellyfin.deb && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2019-07-06 22:58:49 UTC

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

2019-07-06 22:58:50 UTC

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

2019-07-06 22:58:50 UTC

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

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