Namespace
linuxserver
Image / Tag
sonarr:arm32v7-develop-alpine
Content Digest
sha256:aa417206d58d78d8bc726a1c7be4deb7d9c39f4598cbfa5e2cfebdfb2c886350
Details
Created

2022-02-22 07:36:54 UTC

Size

124 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.6.1470-ls18 Build-date:- 2022-02-22T08:35:17+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-02-22T08:35:17+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
    4fdcd73245c898e41bc142a0927485de08c498a1
  • org.opencontainers.image.revision
    4fdcd73245c898e41bc142a0927485de08c498a1
  • 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.1470-ls18

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:e9b7ab8ebd4a6edcd22958e6c0be1da8bd0778a9bec8701a2f59e8dca696ef06 - 1.94% (2.42 MB)

[#001] sha256:b0931519ca80c8a4ca7f84d58f8743d723381b9751ab8b7123f6eadc4a00675f - 1.73% (2.15 MB)

[#002] sha256:e98a9150fe407841a1278f4215c21391cbb72ff3fd75e4d794ec92c5e105e7ed - 1.67% (2.08 MB)

[#003] sha256:0f33be14c3a77d71584d6b837ca0a130f6657f161943db1596c8c70d3077a01f - 0.0% (413 Bytes)

[#004] sha256:29b44b080032b01f1da855ef7b83002f70e59c2674b7cf9e2543c590461c9b50 - 3.36% (4.18 MB)

[#005] sha256:54d9987dde994c274479f6abba0d75136e17ba2db6d17db1bb6cc692257d932f - 0.0% (3.55 KB)

[#006] sha256:8e5b317fedee8f166caba8c60d79df8a6d79823bdbd7693b77b7d13db9afd746 - 91.3% (114 MB)

[#007] sha256:c8014724c16e7191dd430053f3be734c1e57c501a71423160c98c74f59a28854 - 0.0% (748 Bytes)


History
2022-02-22 06:31:25 UTC

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

2022-02-22 06:31:25 UTC

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

2022-02-22 06:31:26 UTC

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

2022-02-22 06:31:27 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a3968187-ls8 Build-date:- 2022-02-22T07:30:17+01:00

2022-02-22 06:31:28 UTC

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

2022-02-22 06:31:29 UTC

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

2022-02-22 06:31:30 UTC

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

2022-02-22 06:31:32 UTC

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

2022-02-22 06:31:33 UTC

|4 BUILD_DATE=2022-02-22T07:30:17+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a3968187-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

2022-02-22 06:31:34 UTC

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

2022-02-22 06:31:34 UTC

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

2022-02-22 06:31:43 UTC

|4 BUILD_DATE=2022-02-22T07:30:17+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a3968187-ls8 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-02-22 06:31:45 UTC

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

2022-02-22 06:31:45 UTC

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

2022-02-22 06:31:46 UTC

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

2022-02-22 06:31:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-22T07:30:17+01:00

2022-02-22 06:31:48 UTC

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

2022-02-22 06:31:49 UTC

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

2022-02-22 06:31:50 UTC

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

2022-02-22 06:31:51 UTC

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

2022-02-22 06:31:52 UTC

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

2022-02-22 06:31:53 UTC

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

2022-02-22 06:31:54 UTC

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

2022-02-22 06:31:55 UTC

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

2022-02-22 06:31:56 UTC

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

2022-02-22 06:31:57 UTC

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

2022-02-22 07:36:10 UTC

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

2022-02-22 07:36:11 UTC

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

2022-02-22 07:36:12 UTC

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

2022-02-22 07:36:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1470-ls18 Build-date:- 2022-02-22T08:35:17+01:00

2022-02-22 07:36:14 UTC

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

2022-02-22 07:36:15 UTC

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

2022-02-22 07:36:16 UTC

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

2022-02-22 07:36:40 UTC

|3 BUILD_DATE=2022-02-22T08:35:17+01:00 SONARR_VERSION=3.0.6.1470 VERSION=3.0.6.1470-ls18 /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-02-22 07:36:41 UTC

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

2022-02-22 07:36:41 UTC

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

2022-02-22 07:36:42 UTC

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

2022-02-22 07:36:43 UTC

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

2022-02-22 07:36:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-22T08:35:17+01:00

2022-02-22 07:36:45 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-02-22 07:36:46 UTC

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

2022-02-22 07:36:47 UTC

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

2022-02-22 07:36:48 UTC

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

2022-02-22 07:36:49 UTC

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

2022-02-22 07:36:50 UTC

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

2022-02-22 07:36:51 UTC

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

2022-02-22 07:36:52 UTC

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

2022-02-22 07:36:53 UTC

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

2022-02-22 07:36:54 UTC

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

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