Namespace
linuxserver
Image / Tag
sonarr:amd64-develop-3.0.8.1520-ls283
Content Digest
sha256:63fb01ec00eb7a4dfe5019b1ef0db2e8daf2d7f9ccad70294336e015d4b65771
Details
Created

2022-05-15 23:40:59 UTC

Size

126 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.8.1520-ls283 Build-date:- 2022-05-15T18:39:20-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-15T18:39:20-05: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
    cc0c5eb897248385aaf5e2d3d306ccba8ece9ffd
  • org.opencontainers.image.revision
    cc0c5eb897248385aaf5e2d3d306ccba8ece9ffd
  • 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.8.1520-ls283

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:0766be6e1e44070cb2f841275ea08a5c94d5d69b5d22756de16a7958feaa2ad9 - 2.22% (2.8 MB)

[#001] sha256:721d3e529e77f3477392fa0bccacc97fc75f9b0980321045fe6144b6f6dd85ba - 1.43% (1.8 MB)

[#002] sha256:ce5d61454079a9d661b85adae7e15c12214d01ff6f869a728432bc30202d4f56 - 1.38% (1.74 MB)

[#003] sha256:9564d4c661a13f4843ca8424587750fbd69693a0fc05264bf87435f311ad8bc5 - 0.0% (437 Bytes)

[#004] sha256:961d20d6a1a1be950ae3eed115f95161d32384e33ac232931a1704efd44b652a - 2.43% (3.06 MB)

[#005] sha256:9000aeb4a3b76b82ef0ec337a81d45969b124b99433d759058d33230cb4111b0 - 0.0% (3.62 KB)

[#006] sha256:4d261f80d7f5bae91dee2f2a8da4d0267aa820d910a01ce190c6ccf7cd1330bf - 92.54% (117 MB)

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


History
2022-05-03 06:35:27 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5238694f-ls14 Build-date:- 2022-05-03T08:34:20+02:00

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:29 UTC

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

2022-05-03 06:35:29 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /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-05-03 06:35:30 UTC

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

2022-05-03 06:35:30 UTC

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

2022-05-03 06:35:33 UTC

|4 BUILD_DATE=2022-05-03T08:34:20+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5238694f-ls14 /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-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:34:20+02:00

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:35 UTC

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

2022-05-03 06:35:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5238694f-ls14

2022-05-15 23:40:33 UTC

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

2022-05-15 23:40:34 UTC

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

2022-05-15 23:40:34 UTC

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

2022-05-15 23:40:34 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.8.1520-ls283 Build-date:- 2022-05-15T18:39:20-05:00

2022-05-15 23:40:34 UTC

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

2022-05-15 23:40:34 UTC

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

2022-05-15 23:40:34 UTC

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

2022-05-15 23:40:57 UTC

|3 BUILD_DATE=2022-05-15T18:39:20-05:00 SONARR_VERSION=3.0.8.1520 VERSION=3.0.8.1520-ls283 /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/)" > /app/sonarr/package_info && rm -rf /app/sonarr/bin/Sonarr.Update && echo "**** cleanup ****" && rm -rf /tmp/* /var/tmp/*

2022-05-15 23:40:57 UTC

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

2022-05-15 23:40:58 UTC

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

2022-05-15 23:40:58 UTC

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

2022-05-15 23:40:58 UTC

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

2022-05-15 23:40:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-15T18:39:20-05:00

2022-05-15 23:40:58 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-05-15 23:40:58 UTC

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

2022-05-15 23:40:58 UTC

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

2022-05-15 23:40:58 UTC

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

2022-05-15 23:40:59 UTC

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

2022-05-15 23:40:59 UTC

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

2022-05-15 23:40:59 UTC

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

2022-05-15 23:40:59 UTC

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

2022-05-15 23:40:59 UTC

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

2022-05-15 23:40:59 UTC

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

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