Namespace
linuxserver
Image / Tag
jellyfin:nightly-version-20210404.1-unstable
Content Digest
sha256:57f920ef0d0726a11c99f8f3de41df0e95feff7e2304dd1caaa99c6341ee1e63
Details
Created

2021-04-04 12:05:45 UTC

Size

229 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210404.1-unstable-ls412 Build-date:- 2021-04-04T12:03:07+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:6a09a3bc989986d1f7626c9236053c6181f5da982779f5b4149fa2fac6552f43 - 11.92% (27.2 MB)

[#001] sha256:bf6c44cb8a0d3e156590eceecf09541036b7be2475a4a4559ffd5108ef752027 - 0.79% (1.8 MB)

[#002] sha256:562e3e0a9e3ce8a8fc5f05b04d735a10479a147021e6e91405cf186a738dedb1 - 0.76% (1.73 MB)

[#003] sha256:d8169f4eadaaedfbf32988217341e969c11fa4babab18dba857a436c7e859ad8 - 0.0% (438 Bytes)

[#004] sha256:cdfbddd33fffdd08a60e745d5991182d6a0ac7749eaf96437118eeea95366f9c - 0.0% (273 Bytes)

[#005] sha256:75e5956e48dcbad6946ae4323c0c62ac02690a083943ba7718a1c62f99db8213 - 7.19% (16.4 MB)

[#006] sha256:0950a9acd0ca04cf0ecdd1f854c263380338b84fdc5ed6c0e271bfda8396ee5f - 0.0% (2.78 KB)

[#007] sha256:dbb44e02600a9582ea99af9155c10243a9b23248e408fbb4f266fdae13e82880 - 79.35% (181 MB)

[#008] sha256:a987379edac5144fb026fc3ac8d9ad654f2606fc44c5e6c4e8aae300213e7523 - 0.0% (1.21 KB)


History
2021-03-30 05:09:50 UTC

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

2021-03-30 05:09:50 UTC

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

2021-03-30 05:09:51 UTC

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

2021-03-30 05:09:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7d295882-ls34 Build-date:- 2021-03-30T05:08:20+00:00

2021-03-30 05:09:51 UTC

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

2021-03-30 05:09:52 UTC

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

2021-03-30 05:09:52 UTC

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

2021-03-30 05:09:53 UTC

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

2021-03-30 05:09:54 UTC

|4 BUILD_DATE=2021-03-30T05:08:20+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=7d295882-ls34 /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-03-30 05:09:55 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-03-30 05:09:55 UTC

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

2021-03-30 05:09:55 UTC

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

2021-03-30 05:09:55 UTC

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

2021-03-30 05:10:37 UTC

|5 BUILD_DATE=2021-03-30T05:08:20+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=7d295882-ls34 /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 patch 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 && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-03-30 05:10:37 UTC

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

2021-03-30 05:10:38 UTC

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

2021-04-04 12:04:29 UTC

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

2021-04-04 12:04:29 UTC

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

2021-04-04 12:04:29 UTC

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

2021-04-04 12:04:30 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210404.1-unstable-ls412 Build-date:- 2021-04-04T12:03:07+00:00

2021-04-04 12:04:30 UTC

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

2021-04-04 12:04:30 UTC

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

2021-04-04 12:04:31 UTC

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

2021-04-04 12:05:42 UTC

|4 BUILD_DATE=2021-04-04T12:03:07+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210404.1-unstable VERSION=20210404.1-unstable-ls412 /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-04-04 12:05:44 UTC

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

2021-04-04 12:05:45 UTC

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

2021-04-04 12:05:45 UTC

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

Details
Created

2021-04-04 12:10:46 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210404.1-unstable-ls412 Build-date:- 2021-04-04T12:03:07+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:ae60c5b5bf849ed803eccc4a4192d04681ca39462fab34f886b92442b3372f9f - 13.54% (22.9 MB)

[#001] sha256:d6e1c497637cc05762163528bee6e11a6a5cb1715976245a4774b47d9107feef - 1.27% (2.15 MB)

[#002] sha256:bd92c65de77c3fdd4101b924e6b18417a141d96d589866af3fcdcf769e779234 - 1.22% (2.07 MB)

[#003] sha256:95d559f673cec3adef9f2444fc3860ac74d4e4c208fd2b6a3837f06af2b104c3 - 0.0% (438 Bytes)

[#004] sha256:a8b881a22785b305f727a951eb2f635e59218d4b0fe89ef45ea49aff68774e84 - 0.0% (278 Bytes)

[#005] sha256:8b184c6b302d67819eac79165fe3f2ea240d0e4d7551852bab5d27a1fd9591e3 - 9.7% (16.4 MB)

[#006] sha256:e50b9a5a58218dff66e5f55a73845d87fb1f3d4de960a3c1b241061cdc48ff1c - 0.0% (2.8 KB)

[#007] sha256:6207c0d343d347dc5918e0c3ff2ef336b5393535bbb08abd4233eca3299cfebd - 74.27% (126 MB)

[#008] sha256:c86c649bc141f0a28009b4fe282d2c0c198163f41b7f6516c7d3ff8282fd7849 - 0.0% (1.23 KB)


History
2021-03-30 05:11:25 UTC

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

2021-03-30 05:11:36 UTC

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

2021-03-30 05:11:37 UTC

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

2021-03-30 05:11:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7d295882-ls34 Build-date:- 2021-03-30T05:08:20+00:00

2021-03-30 05:11:39 UTC

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

2021-03-30 05:11:40 UTC

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

2021-03-30 05:11:41 UTC

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

2021-03-30 05:11:45 UTC

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

2021-03-30 05:11:57 UTC

|4 BUILD_DATE=2021-03-30T05:08:20+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=7d295882-ls34 /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-03-30 05:12:00 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-03-30 05:12:01 UTC

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

2021-03-30 05:12:02 UTC

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

2021-03-30 05:12:03 UTC

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

2021-03-30 05:14:24 UTC

|5 BUILD_DATE=2021-03-30T05:08:20+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=7d295882-ls34 /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 patch 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 && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-03-30 05:14:41 UTC

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

2021-03-30 05:14:43 UTC

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

2021-04-04 12:05:39 UTC

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

2021-04-04 12:05:41 UTC

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

2021-04-04 12:05:43 UTC

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

2021-04-04 12:05:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210404.1-unstable-ls412 Build-date:- 2021-04-04T12:03:07+00:00

2021-04-04 12:05:47 UTC

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

2021-04-04 12:05:49 UTC

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

2021-04-04 12:05:51 UTC

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

2021-04-04 12:10:27 UTC

|4 BUILD_DATE=2021-04-04T12:03:07+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210404.1-unstable VERSION=20210404.1-unstable-ls412 /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-04-04 12:10:42 UTC

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

2021-04-04 12:10:44 UTC

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

2021-04-04 12:10:46 UTC

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

Details
Created

2021-04-04 12:07:50 UTC

Size

176 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210404.1-unstable-ls412 Build-date:- 2021-04-04T12:03:07+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:7c0a2d46a5c3877b49a9f219cd5e02678a9b3bd1f49040955a892c5df0e267da - 14.73% (25.9 MB)

[#001] sha256:55b74a42ff51e86d3f01754a8963a93e069e01c9b8000284399049db87648a20 - 1.22% (2.15 MB)

[#002] sha256:74a16381bf99ef28e10d5c7ec90a905d7ab04478ab10ea7c949a0620e80b1339 - 1.19% (2.09 MB)

[#003] sha256:28cbbd585482d2786f5ebb0494f459a7864a290e9535697147f9908592d27c7c - 0.0% (438 Bytes)

[#004] sha256:07f7460a12b3707b8d6a0468422a250a9cfb612083aa5c8a5b591700bb4cd1be - 0.0% (277 Bytes)

[#005] sha256:00549242528ec0cf9e835b5a3ed345105cec4ad276cc6f3fde0581551ee66752 - 10.16% (17.9 MB)

[#006] sha256:acbddd053d1242470db0ef263db1ab1a01e4ffd19a69862ceac279b8eddfa1a7 - 0.0% (2.78 KB)

[#007] sha256:a2d411fc2a0902a6abbdff3017f9af3f9496520455ac917a28fbb16cac6b12cb - 72.7% (128 MB)

[#008] sha256:f7610420170f124048d974bb6a88c0b9f5aa8fafb2d097434cc0ffdfa5b5a9a6 - 0.0% (1.23 KB)


History
2021-03-30 05:10:26 UTC

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

2021-03-30 05:10:29 UTC

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

2021-03-30 05:10:30 UTC

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

2021-03-30 05:10:30 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7d295882-ls34 Build-date:- 2021-03-30T05:08:20+00:00

2021-03-30 05:10:31 UTC

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

2021-03-30 05:10:31 UTC

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

2021-03-30 05:10:32 UTC

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

2021-03-30 05:10:34 UTC

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

2021-03-30 05:10:38 UTC

|4 BUILD_DATE=2021-03-30T05:08:20+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=7d295882-ls34 /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-03-30 05:10:39 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-03-30 05:10:39 UTC

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

2021-03-30 05:10:40 UTC

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

2021-03-30 05:10:40 UTC

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

2021-03-30 05:12:23 UTC

|5 BUILD_DATE=2021-03-30T05:08:20+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=7d295882-ls34 /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 patch 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 && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-03-30 05:12:26 UTC

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

2021-03-30 05:12:27 UTC

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

2021-04-04 12:04:41 UTC

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

2021-04-04 12:04:42 UTC

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

2021-04-04 12:04:44 UTC

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

2021-04-04 12:04:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210404.1-unstable-ls412 Build-date:- 2021-04-04T12:03:07+00:00

2021-04-04 12:04:47 UTC

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

2021-04-04 12:04:49 UTC

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

2021-04-04 12:04:50 UTC

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

2021-04-04 12:07:23 UTC

|4 BUILD_DATE=2021-04-04T12:03:07+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210404.1-unstable VERSION=20210404.1-unstable-ls412 /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-04-04 12:07:47 UTC

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

2021-04-04 12:07:48 UTC

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

2021-04-04 12:07:50 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