Namespace
linuxserver
Image / Tag
jellyfin:nightly-20210224.12-unstable-ls338
Content Digest
sha256:64be5d5bff21ef0391c73393500396d0a2b35c83ca6cd86977add537c37f195a
Details
Created

2021-02-25 01:45:45 UTC

Size

229 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210224.12-unstable-ls338 Build-date:- 2021-02-25T01:43:46+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:bb2cb50b3435e5b497e653f2f29262e10dcc5d54b1dd30b86377a363bc09314b - 11.9% (27.2 MB)

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

[#002] sha256:65863d7552cd4dcd68cfb05e6f42eeaf42168610ecf8ad20abd9e9d0161c5479 - 0.76% (1.73 MB)

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

[#004] sha256:afa46953396e86d656abd9039b922987f52c66f5fc3cfa1c1a9dc8c1b40542dc - 0.0% (272 Bytes)

[#005] sha256:0428fbfed39d7a06c99644472ca3bdc973d2ef4560fe004b19df94db6c43409e - 7.18% (16.4 MB)

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

[#007] sha256:a59725d3c71f42907cd74b97230965c05a442e225164e2f2a1d5a07af0a2fb16 - 79.37% (182 MB)

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


History
2021-02-23 05:02:14 UTC

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

2021-02-23 05:02:14 UTC

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

2021-02-23 05:02:15 UTC

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

2021-02-23 05:02:15 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a92bd2d4-ls31 Build-date:- 2021-02-23T05:01:15+00:00

2021-02-23 05:02:16 UTC

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

2021-02-23 05:02:16 UTC

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

2021-02-23 05:02:16 UTC

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

2021-02-23 05:02:18 UTC

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

2021-02-23 05:02:20 UTC

|4 BUILD_DATE=2021-02-23T05:01:15+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /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-23 05:02:20 UTC

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

2021-02-23 05:02:20 UTC

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

2021-02-23 05:02:21 UTC

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

2021-02-23 05:02:21 UTC

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

2021-02-23 05:02:52 UTC

|5 BUILD_DATE=2021-02-23T05:01:15+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /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-23 05:02:53 UTC

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

2021-02-23 05:02:53 UTC

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

2021-02-25 01:44:47 UTC

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

2021-02-25 01:44:47 UTC

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

2021-02-25 01:44:47 UTC

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

2021-02-25 01:44:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210224.12-unstable-ls338 Build-date:- 2021-02-25T01:43:46+00:00

2021-02-25 01:44:48 UTC

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

2021-02-25 01:44:48 UTC

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

2021-02-25 01:44:49 UTC

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

2021-02-25 01:45:42 UTC

|4 BUILD_DATE=2021-02-25T01:43:46+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210224.12-unstable VERSION=20210224.12-unstable-ls338 /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-25 01:45:45 UTC

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

2021-02-25 01:45:45 UTC

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

2021-02-25 01:45:45 UTC

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

Details
Created

2021-02-25 01:51:31 UTC

Size

170 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210224.12-unstable-ls338 Build-date:- 2021-02-25T01:43:46+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:d68764e466978291cbcc9257b33b19940cef0c1581e26ce76c1400035b34eab6 - 13.51% (22.9 MB)

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

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

[#003] sha256:dde0055166584514e574612a48f433354c72ac34cf34daec56d563a26df514d8 - 0.0% (433 Bytes)

[#004] sha256:8fdd383e3f604e365552c892adfd0e211fb7e3183f6728b76241eed02f09afac - 0.0% (276 Bytes)

[#005] sha256:42e448a53b97138b54567ac7fbc08fd73ec4963d6399e159d717feb570f0f10a - 9.68% (16.4 MB)

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

[#007] sha256:0a8e5e07c104caba7df1b3f996f3f787ba87db508300ca8fd726c767b12bf7e3 - 74.31% (126 MB)

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


History
2021-02-23 05:02:41 UTC

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

2021-02-23 05:02:43 UTC

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

2021-02-23 05:02:43 UTC

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

2021-02-23 05:02:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a92bd2d4-ls31 Build-date:- 2021-02-23T05:01:15+00:00

2021-02-23 05:02:44 UTC

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

2021-02-23 05:02:44 UTC

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

2021-02-23 05:02:45 UTC

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

2021-02-23 05:02:46 UTC

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

2021-02-23 05:02:49 UTC

|4 BUILD_DATE=2021-02-23T05:01:15+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /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-23 05:02:50 UTC

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

2021-02-23 05:02:51 UTC

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

2021-02-23 05:02:51 UTC

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

2021-02-23 05:02:52 UTC

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

2021-02-23 05:03:56 UTC

|5 BUILD_DATE=2021-02-23T05:01:15+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /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-23 05:03:58 UTC

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

2021-02-23 05:03:58 UTC

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

2021-02-25 01:46:04 UTC

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

2021-02-25 01:46:05 UTC

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

2021-02-25 01:46:06 UTC

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

2021-02-25 01:46:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210224.12-unstable-ls338 Build-date:- 2021-02-25T01:43:46+00:00

2021-02-25 01:46:08 UTC

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

2021-02-25 01:46:10 UTC

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

2021-02-25 01:46:11 UTC

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

2021-02-25 01:51:13 UTC

|4 BUILD_DATE=2021-02-25T01:43:46+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210224.12-unstable VERSION=20210224.12-unstable-ls338 /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-25 01:51:29 UTC

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

2021-02-25 01:51:30 UTC

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

2021-02-25 01:51:31 UTC

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

Details
Created

2021-02-25 01:48:30 UTC

Size

176 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 20210224.12-unstable-ls338 Build-date:- 2021-02-25T01:43:46+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:fd594e67af508d7c0c6efa4188399864fd2215291e01afa3e246dd1d035b28bb - 14.7% (25.9 MB)

[#001] sha256:093d73a39db696b94393a72d6136a3998f26e4fba764d7fe5bdb72dcb5af4666 - 1.22% (2.15 MB)

[#002] sha256:715402ed8937e621236a7b9abe07c718a6345168887b9dc0a5c31f55de58b70a - 1.19% (2.09 MB)

[#003] sha256:626ea1ef1d223d1a504702daa4ff877a0b6dbb1bf4ea7f5e2a557c68feca7a40 - 0.0% (441 Bytes)

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

[#005] sha256:dc0149696ec4b4509a12dada95cb0048e99d56d389596ccd849d514f9ed38465 - 10.14% (17.9 MB)

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

[#007] sha256:b58868ab92b481f1514af0aea308fa03ce603d8eb9a9859c00ce40c32b52cdbe - 72.75% (128 MB)

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


History
2021-02-23 05:03:22 UTC

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

2021-02-23 05:03:37 UTC

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

2021-02-23 05:03:38 UTC

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

2021-02-23 05:03:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a92bd2d4-ls31 Build-date:- 2021-02-23T05:01:15+00:00

2021-02-23 05:03:41 UTC

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

2021-02-23 05:03:42 UTC

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

2021-02-23 05:03:44 UTC

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

2021-02-23 05:03:47 UTC

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

2021-02-23 05:03:54 UTC

|4 BUILD_DATE=2021-02-23T05:01:15+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /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-23 05:03:56 UTC

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

2021-02-23 05:03:57 UTC

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

2021-02-23 05:03:59 UTC

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

2021-02-23 05:04:00 UTC

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

2021-02-23 05:05:59 UTC

|5 BUILD_DATE=2021-02-23T05:01:15+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /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-23 05:06:07 UTC

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

2021-02-23 05:06:09 UTC

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

2021-02-25 01:45:36 UTC

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

2021-02-25 01:45:37 UTC

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

2021-02-25 01:45:39 UTC

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

2021-02-25 01:45:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 20210224.12-unstable-ls338 Build-date:- 2021-02-25T01:43:46+00:00

2021-02-25 01:45:42 UTC

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

2021-02-25 01:45:43 UTC

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

2021-02-25 01:45:44 UTC

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

2021-02-25 01:48:07 UTC

|4 BUILD_DATE=2021-02-25T01:43:46+00:00 DEBIAN_FRONTEND=noninteractive JELLYFIN_RELEASE=20210224.12-unstable VERSION=20210224.12-unstable-ls338 /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-25 01:48:27 UTC

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

2021-02-25 01:48:28 UTC

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

2021-02-25 01:48:30 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