Namespace
linuxserver
Image / Tag
sonarr:arm64v8-develop-alpine-3.0.6.1450-ls6
Content Digest
sha256:6f19c3271212334d6637436b6d90dc32d9c31d8b83c1e62d161b2e3235574f6f
Details
Created

2022-01-23 23:32:22 UTC

Size

125 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.6.1450-ls6 Build-date:- 2022-01-24T00:30:34+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-24T00:30:34+01:00
  • org.opencontainers.image.description
    [Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-sonarr
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    b0eedff549691ec44677389971044e1089bc7359
  • org.opencontainers.image.revision
    b0eedff549691ec44677389971044e1089bc7359
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-sonarr
  • org.opencontainers.image.title
    Sonarr
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-sonarr/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    3.0.6.1450-ls6

Environment
HOME

/root

PATH

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

PS1

$(whoami)@$(hostname):$(pwd)\$

SONARR_BRANCH

develop

TERM

xterm

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:23db184732b4c8732e064424c1a8bc6e37307bd924ec4498f8267a39786d6b29 - 2.16% (2.7 MB)

[#001] sha256:2f3a3bef37385cb8d30200e6c55511b317f73b1147721e5c2f10f7fc5d967941 - 1.72% (2.15 MB)

[#002] sha256:6480269f948521505f1c7ec2d318c04c93d5e9a04344d55a4f51adac7f408d15 - 1.68% (2.1 MB)

[#003] sha256:55327f347de6d01e71ef992acc89814dd192a9ea970ff281801fb60bf3703513 - 0.0% (408 Bytes)

[#004] sha256:44bc9426a201792d55db780e2e17349f0dfeedfcf96f941403ea850b376f61fd - 3.76% (4.71 MB)

[#005] sha256:fb9fa16b249521a1c9034ee76bd2b6f18ed89bda0e618a068a2ae981fd530acc - 0.0% (3.12 KB)

[#006] sha256:75991ee60e4fa3d1d97b475b156493db8002e1ee6e7e527d5234ed6e0d1f55c3 - 90.68% (113 MB)

[#007] sha256:a6c87ada7f567eafaa44cc084d2907afaea790c7512fad4b00e255d630ed8981 - 0.0% (565 Bytes)


History
2022-01-18 06:29:46 UTC

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

2022-01-18 06:29:46 UTC

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

2022-01-18 06:29:47 UTC

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

2022-01-18 06:29:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 6faecbac-ls5 Build-date:- 2022-01-18T07:28:37+01:00

2022-01-18 06:29:49 UTC

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

2022-01-18 06:29:50 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:53 UTC

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

2022-01-18 06:29:53 UTC

|4 BUILD_DATE=2022-01-18T07:28:37+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=6faecbac-ls5 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-01-18 06:29:55 UTC

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

2022-01-18 06:29:55 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-01-18 06:30:53 UTC

|4 BUILD_DATE=2022-01-18T07:28:37+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=6faecbac-ls5 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-01-18 06:30:54 UTC

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

2022-01-18 06:30:54 UTC

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

2022-01-18 06:30:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-01-18 06:30:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-18T07:28:37+01:00

2022-01-18 06:30:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-01-18 06:30:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-01-18 06:30:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-01-18 06:31:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=46021bbd0a6a0641e589d54b76e61dd6bb9ecf45

2022-01-18 06:31:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=46021bbd0a6a0641e589d54b76e61dd6bb9ecf45

2022-01-18 06:31:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-01-18 06:31:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-01-18 06:31:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-01-18 06:31:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-01-18 06:31:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=6faecbac-ls5

2022-01-23 23:31:40 UTC

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

2022-01-23 23:31:41 UTC

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

2022-01-23 23:31:42 UTC

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

2022-01-23 23:31:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1450-ls6 Build-date:- 2022-01-24T00:30:34+01:00

2022-01-23 23:31:44 UTC

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

2022-01-23 23:31:45 UTC

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

2022-01-23 23:31:46 UTC

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

2022-01-23 23:32:07 UTC

|3 BUILD_DATE=2022-01-24T00:30:34+01:00 SONARR_VERSION=3.0.6.1450 VERSION=3.0.6.1450-ls6 /bin/sh -c echo "**** install packages ****" && apk add -U --upgrade --no-cache curl jq libmediainfo sqlite-libs && apk add -U --upgrade --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing mono && echo "**** install sonarr ****" && mkdir -p /app/sonarr/bin && if [ -z ${SONARR_VERSION+x} ]; then SONARR_VERSION=$(curl -sX GET http://services.sonarr.tv/v1/releases | jq -r ".[] | select(.branch==\"$SONARR_BRANCH\") | .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 xzf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo -e "UpdateMethod=docker\nBranch=${SONARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/sonarr/package_info && rm -rf /app/sonarr/bin/Sonarr.Update && echo "**** cleanup ****" && rm -rf /tmp/* /var/tmp/*

2022-01-23 23:32:09 UTC

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

2022-01-23 23:32:09 UTC

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

2022-01-23 23:32:10 UTC

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

2022-01-23 23:32:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-01-23 23:32:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-24T00:30:34+01:00

2022-01-23 23:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.

2022-01-23 23:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-sonarr

2022-01-23 23:32:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-01-23 23:32:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b0eedff549691ec44677389971044e1089bc7359

2022-01-23 23:32:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b0eedff549691ec44677389971044e1089bc7359

2022-01-23 23:32:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-sonarr

2022-01-23 23:32:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Sonarr

2022-01-23 23:32:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-sonarr/packages

2022-01-23 23:32:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-01-23 23:32:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.0.6.1450-ls6

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