Namespace
linuxserver
Image / Tag
sonarr:amd64-develop-3.0.6.1470-ls256
Content Digest
sha256:55664acc2c60ec49f4f5647fd04288358c5d4a2c2515384fd34012bd6e3e805c
Details
Created

2022-02-22 07:36:09 UTC

Size

125 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.6.1470-ls256 Build-date:- 2022-02-22T08:34:57+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-02-22T08:34:57+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
    a969f4ecd96e47c1b4f128ebfb1df202d35b5778
  • org.opencontainers.image.revision
    a969f4ecd96e47c1b4f128ebfb1df202d35b5778
  • 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-ls256

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

[#001] sha256:5d44b4a230c2df912c47c86c4e436953f8a9e5b9bcd187012716e2d832b840e0 - 1.45% (1.8 MB)

[#002] sha256:c7304b0d1a917b03645bfde7164c6e98aae65ce9d6d4458aed03c164fb516ec9 - 1.39% (1.74 MB)

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

[#004] sha256:c51acd5a5c692f85907b2a0236f1666cb6f5cfbcabc180dbe6cef75f58980235 - 2.46% (3.06 MB)

[#005] sha256:946d12f63dd079753f28087dcd2bc147bfc36641e0a85cab508b7939db83280f - 0.0% (3.55 KB)

[#006] sha256:d037ddbb7ae2093fee42cc23b654fb7ac04f5c05b0f7f50347e5778971360148 - 92.46% (115 MB)

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


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

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

2022-02-22 06:31:29 UTC

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

2022-02-22 06:31:29 UTC

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

2022-02-22 06:31:29 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:29 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=amd64

2022-02-22 06:31:31 UTC

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

2022-02-22 06:31:32 UTC

|4 BUILD_DATE=2022-02-22T07:30:17+01:00 OVERLAY_ARCH=amd64 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:32 UTC

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

2022-02-22 06:31:32 UTC

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

2022-02-22 06:31:35 UTC

|4 BUILD_DATE=2022-02-22T07:30:17+01:00 OVERLAY_ARCH=amd64 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 "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-02-22 06:31:35 UTC

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

2022-02-22 06:31:35 UTC

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

2022-02-22 06:31:35 UTC

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

2022-02-22 06:31:35 UTC

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

2022-02-22 06:31:35 UTC

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

2022-02-22 06:31:35 UTC

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

2022-02-22 06:31:36 UTC

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

2022-02-22 06:31:36 UTC

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

2022-02-22 06:31:36 UTC

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

2022-02-22 06:31:36 UTC

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

2022-02-22 06:31:36 UTC

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

2022-02-22 06:31:36 UTC

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

2022-02-22 06:31:37 UTC

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

2022-02-22 06:31:37 UTC

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

2022-02-22 07:35:53 UTC

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

2022-02-22 07:35:53 UTC

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

2022-02-22 07:35:53 UTC

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

2022-02-22 07:35:53 UTC

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

2022-02-22 07:35:54 UTC

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

2022-02-22 07:35:54 UTC

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

2022-02-22 07:35:54 UTC

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

2022-02-22 07:36:06 UTC

|3 BUILD_DATE=2022-02-22T08:34:57+01:00 SONARR_VERSION=3.0.6.1470 VERSION=3.0.6.1470-ls256 /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://www.linuxserver.io/)\nPackageGlobalMessage=Warn: This image is now based on Alpine. Custom scripts using apt-get will need to be updated to use apk" > /app/sonarr/package_info && rm -rf /app/sonarr/bin/Sonarr.Update && echo "**** cleanup ****" && rm -rf /tmp/* /var/tmp/*

2022-02-22 07:36:07 UTC

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

2022-02-22 07:36:07 UTC

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

2022-02-22 07:36:08 UTC

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

2022-02-22 07:36:08 UTC

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

2022-02-22 07:36:08 UTC

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

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

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

2022-02-22 07:36:08 UTC

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

2022-02-22 07:36:08 UTC

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

2022-02-22 07:36:08 UTC

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

2022-02-22 07:36:09 UTC

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

2022-02-22 07:36:09 UTC

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

2022-02-22 07:36:09 UTC

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

2022-02-22 07:36:09 UTC

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

2022-02-22 07:36:09 UTC

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

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