Namespace
linuxserver
Image / Tag
sonarr:arm64v8-preview-3.0.4.1130-ls63
Content Digest
sha256:29701405058cd0ddd69a299ab70acfca06da36ba42bb69690115310df99deb52
Details
Created

2021-02-17 07:38:49 UTC

Size

193 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.4.1130-ls63 Build-date:- 2021-02-17T07:34:12+00: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:b2b1f0ae138edc3ef66a2b28d3b4bc920e389ef63cec3c11fc4185841302c3aa - 11.71% (22.6 MB)

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

[#002] sha256:6f63c618d0ab7ffce46b3a3108a90176b29341e82e6e7e0a5b257f39802d4aff - 1.09% (2.1 MB)

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

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

[#005] sha256:13580a45239b68123dd42c580fd0aa5d340dc1fb0b98c7b8298527f8774a8373 - 6.38% (12.3 MB)

[#006] sha256:b03e5518608c12f72364467effca9c1b0511f9ebbc46c9bd7d7336a35808c102 - 0.0% (2.63 KB)

[#007] sha256:c1abc9b788b81047b5265393aca7162e1842dbc1445af643a84387a1a383f1aa - 62.94% (122 MB)

[#008] sha256:e86f40209fe6c42cdc7a2dd6c6187878dad934d710da4fdf56656f6a5893c14e - 16.77% (32.4 MB)

[#009] sha256:eb17a368e5b6cd405dc033fd4f945b4cba87bc41b8890f39f303db99720bd4e8 - 0.0% (654 Bytes)


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

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

2021-02-16 14:29:20 UTC

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

2021-02-16 14:29:21 UTC

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

2021-02-16 14:29:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0b8b0e39-ls14 Build-date:- 2021-02-16T14:27:01+00:00

2021-02-16 14:29:24 UTC

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

2021-02-16 14:29:25 UTC

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

2021-02-16 14:29:27 UTC

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

2021-02-16 14:29:29 UTC

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

2021-02-16 14:29:36 UTC

|4 BUILD_DATE=2021-02-16T14:27:01+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=0b8b0e39-ls14 /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:29:40 UTC

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

2021-02-16 14:29:41 UTC

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

2021-02-16 14:29:43 UTC

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

2021-02-16 14:29:44 UTC

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

2021-02-16 14:31:28 UTC

|5 BUILD_DATE=2021-02-16T14:27:01+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=0b8b0e39-ls14 /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-02-16 14:31:34 UTC

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

2021-02-16 14:31:35 UTC

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

2021-02-16 14:58:41 UTC

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

2021-02-16 15:07:52 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-02-17 07:37:38 UTC

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

2021-02-17 07:37:39 UTC

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

2021-02-17 07:37:41 UTC

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

2021-02-17 07:37:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.4.1130-ls63 Build-date:- 2021-02-17T07:34:12+00:00

2021-02-17 07:37:44 UTC

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

2021-02-17 07:37:46 UTC

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

2021-02-17 07:37:47 UTC

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

2021-02-17 07:37:48 UTC

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

2021-02-17 07:38:33 UTC

|4 BUILD_DATE=2021-02-17T07:34:12+00:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=3.0.4.1130 VERSION=3.0.4.1130-ls63 /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" > /app/sonarr/package_info && rm -rf /app/sonarr/bin/Sonarr.Update && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/tmp/*

2021-02-17 07:38:46 UTC

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

2021-02-17 07:38:47 UTC

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

2021-02-17 07:38:49 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