Namespace
linuxserver
Image / Tag
jellyfin:nightly-20210222.25-unstable-ls332
Content Digest
sha256:01081343cd5433cc0769cf46eeb96943036ffc988b66728439581811d61bb4e2
Details
Created

2021-02-22 21:05:43 UTC

Size

230 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210222.25-unstable-ls332 Build-date:- 2021-02-22T21:03:19+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:40cf881ab4b95e949a38b984d2e11bd5f06829577b5037e85cd892b9707a6ddd - 11.86% (27.2 MB)

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

[#002] sha256:b29f7585b5f0f9ce71c0e92fda8372585376cd18324c1a65e3bba9030aff9c51 - 0.75% (1.73 MB)

[#003] sha256:b00af977353246e22658c2c6b53bdee8c3260741f14642b19f23b913fb1ba7ac - 0.0% (439 Bytes)

[#004] sha256:b680d79dbede367a640b77f752ae2c70ce0ab2b799e6f532e1f130fc61fe57ea - 0.0% (274 Bytes)

[#005] sha256:19c30c7e6fbe9708c48f87d61d91108b7bd349c79a2bd8503f61b4dcfc5280e9 - 7.25% (16.7 MB)

[#006] sha256:dac8ebe9b21eb6454cbc45e8998998d284f0281a7663a592dfaff38b5ec0f8e1 - 0.0% (2.76 KB)

[#007] sha256:58038b82a8c61febfa98693ec32eaa55dc3e70bab39d06a9c8667834443bf575 - 79.35% (182 MB)

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


History
2021-02-16 14:28:02 UTC

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

2021-02-16 14:28:03 UTC

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

2021-02-16 14:28:03 UTC

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

2021-02-16 14:28:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c4a7d59e-ls30 Build-date:- 2021-02-16T09:26:57-05:00

2021-02-16 14:28:03 UTC

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

2021-02-16 14:28:03 UTC

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

2021-02-16 14:28:03 UTC

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

2021-02-16 14:28:04 UTC

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

2021-02-16 14:28:05 UTC

|4 BUILD_DATE=2021-02-16T09:26:57-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=c4a7d59e-ls30 /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-02-16 14:28:05 UTC

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

2021-02-16 14:28:05 UTC

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

2021-02-16 14:28:05 UTC

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

2021-02-16 14:28:06 UTC

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

2021-02-16 14:28:32 UTC

|5 BUILD_DATE=2021-02-16T09:26:57-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=c4a7d59e-ls30 /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-02-16 14:28:33 UTC

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

2021-02-16 14:28:33 UTC

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

2021-02-22 21:04:41 UTC

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

2021-02-22 21:04:41 UTC

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

2021-02-22 21:04:42 UTC

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

2021-02-22 21:04:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210222.25-unstable-ls332 Build-date:- 2021-02-22T21:03:19+00:00

2021-02-22 21:04:42 UTC

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

2021-02-22 21:04:42 UTC

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

2021-02-22 21:04:43 UTC

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

2021-02-22 21:05:40 UTC

|4 BUILD_DATE=2021-02-22T21:03:19+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210222.25-unstable VERSION=20210222.25-unstable-ls332 /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-02-22 21:05:42 UTC

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

2021-02-22 21:05:43 UTC

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

2021-02-22 21:05:43 UTC

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

Details
Created

2021-02-22 21:06:00 UTC

Size

170 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210222.25-unstable-ls332 Build-date:- 2021-02-22T21:03:19+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:7c870cac9ff009027e41a1e017b80f93e42c0185626a2919023483790be7c66a - 13.48% (22.9 MB)

[#001] sha256:7b07843acf8008dad648865152502813ab7910d63db6670a96e541d6db336725 - 1.26% (2.15 MB)

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

[#003] sha256:5b8e1142b8fdf57386519a0568b3226196d10184539e04c66fd9d0036dd84a00 - 0.0% (434 Bytes)

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

[#005] sha256:6ea3bee29db47ac6120d7de146ac2b7a8e1a7fa4463936aad61c9358603b8800 - 9.76% (16.6 MB)

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

[#007] sha256:04c73d3bedc909e3197768d63c9bfa3dbd77ab3a889d48ad284850908d013c3b - 74.27% (126 MB)

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


History
2021-02-16 14:28:23 UTC

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

2021-02-16 14:28:24 UTC

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

2021-02-16 14:28:24 UTC

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

2021-02-16 14:28:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c4a7d59e-ls30 Build-date:- 2021-02-16T09:26:57-05:00

2021-02-16 14:28:25 UTC

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

2021-02-16 14:28:25 UTC

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

2021-02-16 14:28:25 UTC

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

2021-02-16 14:28:27 UTC

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

2021-02-16 14:28:29 UTC

|4 BUILD_DATE=2021-02-16T09:26:57-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=c4a7d59e-ls30 /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-02-16 14:28:30 UTC

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

2021-02-16 14:28:30 UTC

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

2021-02-16 14:28:30 UTC

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

2021-02-16 14:28:31 UTC

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

2021-02-16 14:29:33 UTC

|5 BUILD_DATE=2021-02-16T09:26:57-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=c4a7d59e-ls30 /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-02-16 14:29:34 UTC

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

2021-02-16 14:29:35 UTC

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

2021-02-22 21:04:47 UTC

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

2021-02-22 21:04:47 UTC

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

2021-02-22 21:04:47 UTC

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

2021-02-22 21:04:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210222.25-unstable-ls332 Build-date:- 2021-02-22T21:03:19+00:00

2021-02-22 21:04:48 UTC

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

2021-02-22 21:04:49 UTC

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

2021-02-22 21:04:49 UTC

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

2021-02-22 21:05:58 UTC

|4 BUILD_DATE=2021-02-22T21:03:19+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210222.25-unstable VERSION=20210222.25-unstable-ls332 /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-02-22 21:06:00 UTC

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

2021-02-22 21:06:00 UTC

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

2021-02-22 21:06:00 UTC

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

Details
Created

2021-02-22 21:07:11 UTC

Size

177 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210222.25-unstable-ls332 Build-date:- 2021-02-22T21:03:19+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:710a05112a9b52710c05e510dceff23fb0733874c4770bc83a5b5026de86164b - 14.65% (25.9 MB)

[#001] sha256:51cb3abd03a6b35e55e3e06215191516dc47e7a348246b13b10027fb49af75eb - 1.21% (2.15 MB)

[#002] sha256:4e80db2d98676ed41b1d9cc1bca9be6a25519f1f068713090ff93da0d3eb69d4 - 1.18% (2.09 MB)

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

[#004] sha256:5c3e06b9e446ed80e35586af78ac316b94349f56eed36350396e9e7f4e791cb5 - 0.0% (280 Bytes)

[#005] sha256:24ab9c46492c11b3d154575b1cc5135b23bfd9c91b886c28dbb8742dfedf9c59 - 10.23% (18.1 MB)

[#006] sha256:440bd1cea4c372fac0eaabdab7cac2b5f78f66a32750c266d40405fbc0842520 - 0.0% (2.77 KB)

[#007] sha256:51a918e10fc2eddf790f30462000c36444bc2f01daa16f558bca68ee5339b8ea - 72.73% (129 MB)

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


History
2021-02-16 14:29:21 UTC

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

2021-02-16 14:29:35 UTC

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

2021-02-16 14:29:37 UTC

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

2021-02-16 14:29:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c4a7d59e-ls30 Build-date:- 2021-02-16T09:26:57-05:00

2021-02-16 14:29:40 UTC

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

2021-02-16 14:29:41 UTC

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

2021-02-16 14:29:43 UTC

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

2021-02-16 14:29:45 UTC

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

2021-02-16 14:29:59 UTC

|4 BUILD_DATE=2021-02-16T09:26:57-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=c4a7d59e-ls30 /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-02-16 14:30:01 UTC

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

2021-02-16 14:30:03 UTC

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

2021-02-16 14:30:04 UTC

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

2021-02-16 14:30:05 UTC

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

2021-02-16 14:32:10 UTC

|5 BUILD_DATE=2021-02-16T09:26:57-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=c4a7d59e-ls30 /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-02-16 14:32:18 UTC

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

2021-02-16 14:32:20 UTC

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

2021-02-22 21:05:19 UTC

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

2021-02-22 21:05:20 UTC

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

2021-02-22 21:05:20 UTC

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

2021-02-22 21:05:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210222.25-unstable-ls332 Build-date:- 2021-02-22T21:03:19+00:00

2021-02-22 21:05:21 UTC

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

2021-02-22 21:05:22 UTC

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

2021-02-22 21:05:22 UTC

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

2021-02-22 21:07:04 UTC

|4 BUILD_DATE=2021-02-22T21:03:19+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210222.25-unstable VERSION=20210222.25-unstable-ls332 /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-02-22 21:07:10 UTC

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

2021-02-22 21:07:11 UTC

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

2021-02-22 21:07:11 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