Namespace
linuxserver
Image / Tag
sonarr:develop-alpine-3.0.6.1429-ls1
Content Digest
sha256:4acfdaa581f93eb4122a61cfff85e15cee442a9bb2b864d7bb91245d649dea10
Details
Created

2021-12-28 11:54:31 UTC

Size

124 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.6.1429-ls1 Build-date:- 2021-12-28T12:53:24+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-12-28T12:53:24+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
    7fd0fed71038bbf840d6257695fa50cca284e3b1
  • org.opencontainers.image.revision
    7fd0fed71038bbf840d6257695fa50cca284e3b1
  • 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.1429-ls1

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:ea58535f24371db54957c29b6112b425706f79b052e4a0d0883ccdc221f3b7cb - 2.25% (2.8 MB)

[#001] sha256:959b82d23cd439a8aee5cd1e1f41a2ed2ce8441e29a75d7a0735761db0e85b23 - 1.45% (1.8 MB)

[#002] sha256:de39f4cd54dcd9457c440cd0c0523e7bc7d40601fa5851d61090bca1a7c8b6eb - 1.4% (1.74 MB)

[#003] sha256:09f50194b71c3f17668c549f31e8511e463bcfaccb837df3b24de735923da268 - 0.0% (438 Bytes)

[#004] sha256:f74f98f51017f876583ab12591bb0c545a667c9cdd84e5a45c5a6d8ead0c8c28 - 2.47% (3.07 MB)

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

[#006] sha256:a318fd56aa88e362449bcef605432b25fb6061c550f90832c766c07303383ede - 92.43% (115 MB)

[#007] sha256:3f307387f67e7d006c3c13ef845b5a7cdef706c626e04756fe76b4c37aa146a9 - 0.0% (595 Bytes)


History
2021-12-21 18:01:23 UTC

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

2021-12-21 18:01:23 UTC

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

2021-12-21 18:01:23 UTC

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

2021-12-21 18:01:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 66d266ad-ls4 Build-date:- 2021-12-21T19:00:24+01:00

2021-12-21 18:01:23 UTC

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

2021-12-21 18:01:23 UTC

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

2021-12-21 18:01:23 UTC

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

2021-12-21 18:01:24 UTC

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

2021-12-21 18:01:25 UTC

|4 BUILD_DATE=2021-12-21T19:00:24+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=66d266ad-ls4 /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-12-21 18:01:25 UTC

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

2021-12-21 18:01:25 UTC

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

2021-12-21 18:01:28 UTC

|4 BUILD_DATE=2021-12-21T19:00:24+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=66d266ad-ls4 /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 "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-12-21 18:01:28 UTC

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

2021-12-21 18:01:28 UTC

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

2021-12-21 18:01:28 UTC

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

2021-12-21 18:01:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-21T19:00:24+01:00

2021-12-21 18:01:29 UTC

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

2021-12-21 18:01:29 UTC

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

2021-12-21 18:01:29 UTC

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

2021-12-21 18:01:29 UTC

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

2021-12-21 18:01:29 UTC

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

2021-12-21 18:01:29 UTC

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

2021-12-21 18:01:29 UTC

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

2021-12-21 18:01:29 UTC

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

2021-12-21 18:01:29 UTC

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

2021-12-21 18:01:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=66d266ad-ls4

2021-12-28 11:54:15 UTC

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

2021-12-28 11:54:15 UTC

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

2021-12-28 11:54:16 UTC

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

2021-12-28 11:54:16 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1429-ls1 Build-date:- 2021-12-28T12:53:24+01:00

2021-12-28 11:54:16 UTC

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

2021-12-28 11:54:16 UTC

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

2021-12-28 11:54:16 UTC

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

2021-12-28 11:54:27 UTC

|3 BUILD_DATE=2021-12-28T12:53:24+01:00 SONARR_VERSION=3.0.6.1429 VERSION=3.0.6.1429-ls1 /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/*

2021-12-28 11:54:28 UTC

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

2021-12-28 11:54:28 UTC

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

2021-12-28 11:54:28 UTC

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

2021-12-28 11:54:29 UTC

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

2021-12-28 11:54:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-28T12:53:24+01:00

2021-12-28 11:54:29 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.

2021-12-28 11:54:29 UTC

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

2021-12-28 11:54:29 UTC

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

2021-12-28 11:54:29 UTC

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

2021-12-28 11:54:29 UTC

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

2021-12-28 11:54:30 UTC

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

2021-12-28 11:54:30 UTC

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

2021-12-28 11:54:30 UTC

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

2021-12-28 11:54:30 UTC

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

2021-12-28 11:54:31 UTC

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

Details
Created

2021-12-28 11:54:59 UTC

Size

124 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.6.1429-ls1 Build-date:- 2021-12-28T12:53:24+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-12-28T12:53:24+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
    7fd0fed71038bbf840d6257695fa50cca284e3b1
  • org.opencontainers.image.revision
    7fd0fed71038bbf840d6257695fa50cca284e3b1
  • 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.1429-ls1

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:b86612756f9b44de7c47ca7d51c982c67c8c27d2a9eb6f00639a5a8576e90c1f - 1.95% (2.42 MB)

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

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

[#003] sha256:7f97612f7c1178107b337952e8bad6f280d796e5aa99848cff0ff3fc4aa2eb4c - 0.0% (437 Bytes)

[#004] sha256:c029ccda7557eaddbf0ae508a005fc489c9f72f13324e64f0b4f21c5b3c11301 - 3.37% (4.19 MB)

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

[#006] sha256:55b713f045a089eacdf9d4940649f077e8e25f58d1edf6b19cdddf6746181dd5 - 91.27% (113 MB)

[#007] sha256:866a830b330ca714fa39f6121897c7b555c2d13f2efa37c4eae18741af3f7c50 - 0.0% (595 Bytes)


History
2021-12-21 18:01:34 UTC

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

2021-12-21 18:01:34 UTC

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

2021-12-21 18:01:34 UTC

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

2021-12-21 18:01:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 66d266ad-ls4 Build-date:- 2021-12-21T19:00:24+01:00

2021-12-21 18:01:35 UTC

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

2021-12-21 18:01:35 UTC

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

2021-12-21 18:01:35 UTC

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

2021-12-21 18:01:37 UTC

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

2021-12-21 18:01:39 UTC

|4 BUILD_DATE=2021-12-21T19:00:24+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=66d266ad-ls4 /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-12-21 18:01:39 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-12-21 18:01:39 UTC

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

2021-12-21 18:01:47 UTC

|4 BUILD_DATE=2021-12-21T19:00:24+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=66d266ad-ls4 /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/*

2021-12-21 18:01:48 UTC

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

2021-12-21 18:01:48 UTC

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

2021-12-21 18:01:48 UTC

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

2021-12-21 18:01:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-21T19:00:24+01:00

2021-12-21 18:01:49 UTC

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

2021-12-21 18:01:49 UTC

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

2021-12-21 18:01:49 UTC

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

2021-12-21 18:01:50 UTC

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

2021-12-21 18:01:50 UTC

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

2021-12-21 18:01:50 UTC

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

2021-12-21 18:01:50 UTC

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

2021-12-21 18:01:51 UTC

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

2021-12-21 18:01:51 UTC

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

2021-12-21 18:01:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=66d266ad-ls4

2021-12-28 11:54:22 UTC

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

2021-12-28 11:54:22 UTC

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

2021-12-28 11:54:22 UTC

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

2021-12-28 11:54:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1429-ls1 Build-date:- 2021-12-28T12:53:24+01:00

2021-12-28 11:54:23 UTC

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

2021-12-28 11:54:23 UTC

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

2021-12-28 11:54:23 UTC

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

2021-12-28 11:54:54 UTC

|3 BUILD_DATE=2021-12-28T12:53:24+01:00 SONARR_VERSION=3.0.6.1429 VERSION=3.0.6.1429-ls1 /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/*

2021-12-28 11:54:55 UTC

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

2021-12-28 11:54:56 UTC

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

2021-12-28 11:54:56 UTC

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

2021-12-28 11:54:56 UTC

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

2021-12-28 11:54:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-28T12:53:24+01:00

2021-12-28 11:54:57 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.

2021-12-28 11:54:57 UTC

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

2021-12-28 11:54:57 UTC

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

2021-12-28 11:54:57 UTC

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

2021-12-28 11:54:58 UTC

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

2021-12-28 11:54:58 UTC

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

2021-12-28 11:54:58 UTC

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

2021-12-28 11:54:59 UTC

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

2021-12-28 11:54:59 UTC

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

2021-12-28 11:54:59 UTC

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

Details
Created

2021-12-28 11:55:01 UTC

Size

125 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.6.1429-ls1 Build-date:- 2021-12-28T12:53:24+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-12-28T12:53:24+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
    7fd0fed71038bbf840d6257695fa50cca284e3b1
  • org.opencontainers.image.revision
    7fd0fed71038bbf840d6257695fa50cca284e3b1
  • 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.1429-ls1

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:604f8e03a2f0c0c4ee41c7aabefe6c448e8b545153261b3a717fd5b6652b7782 - 2.17% (2.71 MB)

[#001] sha256:43be71bcf85da60bc376f28696a05525cc461f63816df294ffd9663c03d30f87 - 1.72% (2.15 MB)

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

[#003] sha256:0ed487bbd857c496a9cc1d8837ba2baef54a8c0bfc07647c1db2b74360cb65eb - 0.0% (411 Bytes)

[#004] sha256:376a4120bd58ba470ea85dbebfebd1d53bc2b98e3fb7d7d424c33b58bdc48404 - 3.78% (4.72 MB)

[#005] sha256:1460a3e32e3ca35615fbf20ab857ea6bc9519753f4ff6b75d8dbbb87043b2ddf - 0.0% (3.13 KB)

[#006] sha256:51bf9b9af3c4937eaede694379c765a15189fef397b733076c9f732c48454a57 - 90.65% (113 MB)

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


History
2021-12-21 18:01:35 UTC

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

2021-12-21 18:01:35 UTC

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

2021-12-21 18:01:36 UTC

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

2021-12-21 18:01:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 66d266ad-ls4 Build-date:- 2021-12-21T19:00:24+01:00

2021-12-21 18:01:38 UTC

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

2021-12-21 18:01:39 UTC

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

2021-12-21 18:01:40 UTC

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

2021-12-21 18:01:42 UTC

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

2021-12-21 18:01:43 UTC

|4 BUILD_DATE=2021-12-21T19:00:24+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=66d266ad-ls4 /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-12-21 18:01:44 UTC

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

2021-12-21 18:01:44 UTC

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

2021-12-21 18:01:51 UTC

|4 BUILD_DATE=2021-12-21T19:00:24+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=66d266ad-ls4 /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/*

2021-12-21 18:01:52 UTC

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

2021-12-21 18:01:52 UTC

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

2021-12-21 18:01:53 UTC

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

2021-12-21 18:01:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-21T19:00:24+01:00

2021-12-21 18:01:55 UTC

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

2021-12-21 18:01:56 UTC

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

2021-12-21 18:01:57 UTC

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

2021-12-21 18:01:58 UTC

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

2021-12-21 18:01:59 UTC

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

2021-12-21 18:02:00 UTC

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

2021-12-21 18:02:01 UTC

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

2021-12-21 18:02:02 UTC

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

2021-12-21 18:02:03 UTC

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

2021-12-21 18:02:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=66d266ad-ls4

2021-12-28 11:54:18 UTC

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

2021-12-28 11:54:19 UTC

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

2021-12-28 11:54:20 UTC

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

2021-12-28 11:54:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1429-ls1 Build-date:- 2021-12-28T12:53:24+01:00

2021-12-28 11:54:22 UTC

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

2021-12-28 11:54:23 UTC

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

2021-12-28 11:54:24 UTC

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

2021-12-28 11:54:46 UTC

|3 BUILD_DATE=2021-12-28T12:53:24+01:00 SONARR_VERSION=3.0.6.1429 VERSION=3.0.6.1429-ls1 /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/*

2021-12-28 11:54:48 UTC

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

2021-12-28 11:54:48 UTC

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

2021-12-28 11:54:49 UTC

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

2021-12-28 11:54:50 UTC

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

2021-12-28 11:54:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-28T12:53:24+01:00

2021-12-28 11:54:52 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.

2021-12-28 11:54:53 UTC

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

2021-12-28 11:54:54 UTC

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

2021-12-28 11:54:55 UTC

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

2021-12-28 11:54:56 UTC

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

2021-12-28 11:54:57 UTC

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

2021-12-28 11:54:58 UTC

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

2021-12-28 11:54:59 UTC

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

2021-12-28 11:55:00 UTC

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

2021-12-28 11:55:01 UTC

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

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