Namespace
linuxserver
Image / Tag
sonarr:arm64v8-preview
Content Digest
sha256:01f394a30e38fc4538c68d73c9d83931a4196f8e6c2aae7c7489f1660ca634f2
Details
Created

2021-04-13 13:59:06 UTC

Size

193 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.5.1143-ls74 Build-date:- 2021-04-13T14:57:55+01:00
  • maintainer
    sparklyballs

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SONARR_BRANCH

phantom-develop

TERM

xterm

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:f7163df4739f368cddfdc104d77348d1c711588f02fba2e223b1697ce0121ce9 - 11.7% (22.6 MB)

[#001] sha256:cdc0d7b3480e7710fc8d28f75444659306ddab60a5ab414943968bb1addce5fe - 1.11% (2.15 MB)

[#002] sha256:90c115f2d6b970f238dba1ef68611ebddc74fc4487d99e2443ca586ed7b15a20 - 1.09% (2.1 MB)

[#003] sha256:ca7af84f49ac145b8c16ca05886019d86cd6d07939cb028e78a78ab2cfc7f9fa - 0.0% (442 Bytes)

[#004] sha256:c9ec00c4e1eb3168262644b46282daa1fc562beff7d4ab38656f19d30d9041cc - 0.0% (281 Bytes)

[#005] sha256:4b670484735adc616c446235f9e0238d9ae2493814f7a6d4b08c21ceea1fc168 - 6.38% (12.3 MB)

[#006] sha256:65918af01cfee6f97604bf29ab00767791d23aa9322d4bc4528553ffdfb26c74 - 0.0% (2.65 KB)

[#007] sha256:12436ee03a6b4b996e77cb8a84fdc6313e6b7f2d37885ec59e20b286f969db48 - 62.89% (122 MB)

[#008] sha256:5eab264e2fbdfb75fa00868919d374fe8a67b8d37a44e06ab585dc57fe59c4d0 - 16.83% (32.5 MB)

[#009] sha256:079a9ab712f53b3ffb4ea1e5c036b45a54f435d17579bda57a2519769d9e12b7 - 0.0% (787 Bytes)


History
2021-04-06 05:10:26 UTC

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

2021-04-06 05:10:30 UTC

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

2021-04-06 05:10:30 UTC

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

2021-04-06 05:10:31 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e9936499-ls19 Build-date:- 2021-04-06T05:08:26+00:00

2021-04-06 05:10:31 UTC

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

2021-04-06 05:10:32 UTC

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

2021-04-06 05:10:32 UTC

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

2021-04-06 05:10:34 UTC

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

2021-04-06 05:10:38 UTC

|4 BUILD_DATE=2021-04-06T05:08:26+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e9936499-ls19 /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-04-06 05:10:39 UTC

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

2021-04-06 05:10:40 UTC

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

2021-04-06 05:10:40 UTC

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

2021-04-06 05:10:41 UTC

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

2021-04-06 05:12:03 UTC

|5 BUILD_DATE=2021-04-06T05:08:26+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e9936499-ls19 /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 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-04-06 05:12:05 UTC

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

2021-04-06 05:12:06 UTC

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

2021-04-06 15:07:28 UTC

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

2021-04-06 15:13:57 UTC

|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests gnupg apt-transport-https && echo "**** add mono repository ****" && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb http://download.mono-project.com/repo/ubuntu bionic/snapshots/5.20 main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** add mediaarea repository ****" && curl -L "https://mediaarea.net/repo/deb/repo-mediaarea_1.0-12_all.deb" -o /tmp/key.deb && dpkg -i /tmp/key.deb && echo "deb https://mediaarea.net/repo/deb/ubuntu bionic main" | tee /etc/apt/sources.list.d/mediaarea.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests bzip2 ca-certificates-mono libcurl4-openssl-dev mediainfo mono-devel mono-vbnc python sqlite3 unzip && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-04-13 13:58:50 UTC

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

2021-04-13 13:58:50 UTC

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

2021-04-13 13:58:50 UTC

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

2021-04-13 13:58:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.5.1143-ls74 Build-date:- 2021-04-13T14:57:55+01:00

2021-04-13 13:58:51 UTC

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

2021-04-13 13:58:51 UTC

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

2021-04-13 13:58:51 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg

2021-04-13 13:58:52 UTC

/bin/sh -c #(nop) ENV SONARR_BRANCH=phantom-develop

2021-04-13 13:59:05 UTC

|4 BUILD_DATE=2021-04-13T14:57:55+01:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=3.0.5.1143 VERSION=3.0.5.1143-ls74 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq && echo "**** install sonarr ****" && mkdir -p /app/sonarr/bin && if [ -z ${SONARR_VERSION+x} ]; then SONARR_VERSION=$(curl -sX GET https://services.sonarr.tv/v1/download/${SONARR_BRANCH}?version=3 | jq -r '.version'); fi && curl -o /tmp/sonarr.tar.gz -L "https://download.sonarr.tv/v3/${SONARR_BRANCH}/${SONARR_VERSION}/Sonarr.${SONARR_BRANCH}.${SONARR_VERSION}.linux.tar.gz" && tar xf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo "UpdateMethod=docker\nBranch=${SONARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=linuxserver.io\nPackageGlobalMessage=Error: You are running an outdated docker image tag, please refer to the linuxserver/sonarr readme for valid tags" > /app/sonarr/package_info && rm -rf /app/sonarr/bin/Sonarr.Update && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/tmp/*

2021-04-13 13:59:05 UTC

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

2021-04-13 13:59:06 UTC

/bin/sh -c #(nop) EXPOSE 8989

2021-04-13 13:59:06 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