Namespace
linuxserver
Image / Tag
sonarr:arm64v8-5.14-2.0.0.5344-ls8
Content Digest
sha256:7be155b24545511f27789f68021337c2f8e5e116f187c78e97ce555ea2bb6a17
Details
Created

2021-01-18 13:46:25 UTC

Size

185 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.0.0.5344-ls8 Build-date:- 2021-01-18T13:42:18+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

master

TERM

xterm

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:580d750b06db8f2f86fa4c9d5206f8b25a1034266faaec622b454b2197f7b6f6 - 12.22% (22.6 MB)

[#001] sha256:d565f993999d1f06a16e6c3c50c96246a3d63131629e9a9aa58ecce515d72c40 - 1.18% (2.18 MB)

[#002] sha256:0aaf630c89b7a34f4a851ee080ad2c6443cfe44f67836fbe4ba271fe917c4d44 - 1.15% (2.12 MB)

[#003] sha256:5bc996802d807b4ee153fe0d2d7b7113c75a4bc06e6db90a76eb80ae7972dadf - 0.0% (276 Bytes)

[#004] sha256:3bd11deeea04843a90115c691f05a1551ca6914a539fbdc9bbfe1d5e79feee8d - 6.66% (12.3 MB)

[#005] sha256:6675f080c82758a72cb43c33223868608eccc44ada1ead6878d68186ba68d8a7 - 0.0% (4.39 KB)

[#006] sha256:d3d6ab82bcb9b01d84f5f89dac842267dbf01f891fa4c7b30b7faaa78fc0bac3 - 63.57% (118 MB)

[#007] sha256:d62a6b7733b27abbfbd5f6c4df680755d753e8a08e60d63196d7458079b84082 - 15.23% (28.2 MB)

[#008] sha256:2c17d8fd1a681de9e10be0b2a703ece243467f15326dc50a836f43edfb3cb9be - 0.0% (598 Bytes)


History
2021-01-14 16:00:32 UTC

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

2021-01-14 16:00:46 UTC

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

2021-01-14 16:00:47 UTC

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

2021-01-14 16:00:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0afa58ca-ls8 Build-date:- 2021-01-14T15:58:17+00:00

2021-01-14 16:00:49 UTC

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

2021-01-14 16:00:50 UTC

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

2021-01-14 16:00:52 UTC

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

2021-01-14 16:00:55 UTC

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

2021-01-14 16:01:02 UTC

|4 BUILD_DATE=2021-01-14T15:58:17+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=0afa58ca-ls8 /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-01-14 16:01:04 UTC

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

2021-01-14 16:01:06 UTC

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

2021-01-14 16:01:07 UTC

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

2021-01-14 16:02:33 UTC

|5 BUILD_DATE=2021-01-14T15:58:17+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=0afa58ca-ls8 /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 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 && 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 clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2021-01-14 16:02:39 UTC

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

2021-01-14 16:02:40 UTC

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

2021-01-18 11:24:59 UTC

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

2021-01-18 11:33:01 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.14 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-01-18 13:45:29 UTC

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

2021-01-18 13:45:30 UTC

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

2021-01-18 13:45:32 UTC

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

2021-01-18 13:45:33 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.0.0.5344-ls8 Build-date:- 2021-01-18T13:42:18+00:00

2021-01-18 13:45:35 UTC

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

2021-01-18 13:45:36 UTC

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

2021-01-18 13:45:37 UTC

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

2021-01-18 13:45:39 UTC

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

2021-01-18 13:46:16 UTC

|4 BUILD_DATE=2021-01-18T13:42:18+00:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=2.0.0.5344 VERSION=2.0.0.5344-ls8 /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} | jq -r '.version'); fi && curl -o /tmp/sonarr.tar.gz -L "https://download.sonarr.tv/v2/${SONARR_BRANCH}/mono/NzbDrone.${SONARR_BRANCH}.${SONARR_VERSION}.mono.tar.gz" && tar xf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/tmp/*

2021-01-18 13:46:23 UTC

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

2021-01-18 13:46:24 UTC

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

2021-01-18 13:46:25 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