Namespace
linuxserver
Image / Tag
sonarr:arm32v7-develop-alpine-3.0.6.1449-ls5
Content Digest
sha256:0673ce62fc25cc5a2de212cf0925bcc9ec3d11a22bb9fbd6ea0897ef3ba83dde
Details
Created

2022-01-23 22:33:45 UTC

Size

124 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.6.1449-ls5 Build-date:- 2022-01-23T23:32:00+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-23T23:32:00+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.1449-ls5

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

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

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

[#003] sha256:7a3115d7186bc95f2cc236e937e40cbab699eda787639e3d1366d70054c61dbd - 0.0% (407 Bytes)

[#004] sha256:5c52b6cee0ed389f69e2ee08de509dd8d084e514769be677f2172ddd4fd04f2b - 3.36% (4.18 MB)

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

[#006] sha256:1178d5f98773284b56d929ca31949ea8fef6e17b08e53ddb81af5c73f43527f8 - 91.3% (114 MB)

[#007] sha256:2c828cfd4cfc6de5ce809abcd7023ab79b21a78a50dd1983fa82488822427610 - 0.0% (596 Bytes)


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

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

2022-01-18 06:29:46 UTC

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

2022-01-18 06:29:46 UTC

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

2022-01-18 06:29:47 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:48 UTC

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

2022-01-18 06:29:49 UTC

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

2022-01-18 06:29:50 UTC

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

2022-01-18 06:29:52 UTC

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

2022-01-18 06:29:53 UTC

|4 BUILD_DATE=2022-01-18T07:28:37+01:00 OVERLAY_ARCH=arm 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:54 UTC

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

2022-01-18 06:29:54 UTC

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

2022-01-18 06:29:58 UTC

|4 BUILD_DATE=2022-01-18T07:28:37+01:00 OVERLAY_ARCH=arm 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-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-01-18 06:30:00 UTC

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

2022-01-18 06:30:00 UTC

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

2022-01-18 06:30:01 UTC

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

2022-01-18 06:30:02 UTC

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

2022-01-18 06:30:03 UTC

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

2022-01-18 06:30:04 UTC

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

2022-01-18 06:30:05 UTC

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

2022-01-18 06:30:06 UTC

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

2022-01-18 06:30:07 UTC

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

2022-01-18 06:30:08 UTC

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

2022-01-18 06:30:09 UTC

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

2022-01-18 06:30:10 UTC

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

2022-01-18 06:30:11 UTC

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

2022-01-18 06:30:12 UTC

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

2022-01-23 22:33:12 UTC

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

2022-01-23 22:33:12 UTC

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

2022-01-23 22:33:12 UTC

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

2022-01-23 22:33:12 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1449-ls5 Build-date:- 2022-01-23T23:32:00+01:00

2022-01-23 22:33:13 UTC

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

2022-01-23 22:33:13 UTC

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

2022-01-23 22:33:13 UTC

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

2022-01-23 22:33:40 UTC

|3 BUILD_DATE=2022-01-23T23:32:00+01:00 SONARR_VERSION=3.0.6.1449 VERSION=3.0.6.1449-ls5 /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 22:33:41 UTC

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

2022-01-23 22:33:42 UTC

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

2022-01-23 22:33:42 UTC

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

2022-01-23 22:33:42 UTC

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

2022-01-23 22:33:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-23T23:32:00+01:00

2022-01-23 22:33:43 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 22:33:43 UTC

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

2022-01-23 22:33:43 UTC

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

2022-01-23 22:33:44 UTC

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

2022-01-23 22:33:44 UTC

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

2022-01-23 22:33:44 UTC

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

2022-01-23 22:33:44 UTC

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

2022-01-23 22:33:45 UTC

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

2022-01-23 22:33:45 UTC

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

2022-01-23 22:33:45 UTC

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

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