Namespace
linuxserver
Image / Tag
sonarr:amd64-develop-3.0.8.1540-ls291
Content Digest
sha256:2dc6056aeb840a7b1493a5817760d7fa15eed3d8427247b067f146402fe767ba
Details
Created

2022-07-06 16:58:33 UTC

Size

127 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.8.1540-ls291 Build-date:- 2022-07-06T11:57:17-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-07-06T11:57:17-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
    34cc71a50e2be3e04c4b4777b15020e6c951076c
  • org.opencontainers.image.revision
    34cc71a50e2be3e04c4b4777b15020e6c951076c
  • 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.1540-ls291

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:e82736ce0ceb9afeadd372ce1e03b49d334bc6ed5fc2ce7a110ea3686085fba0 - 2.21% (2.8 MB)

[#001] sha256:15b6fa7adfffd1ec7e6b924c3736a6298cabfad5bbfcd46b6bc5dbfd074b90bf - 1.42% (1.8 MB)

[#002] sha256:77cc19aceb20d3e78c0c6c1566a9ecfdeedc9c09755d942795b0b422de739039 - 1.37% (1.74 MB)

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

[#004] sha256:b9bb412c9e952079e3cc739c164974a2491d2c7382605dea3c5edeae8d7df27f - 2.41% (3.06 MB)

[#005] sha256:66ca5298515c27b48371aacd707ef39eefce9b251c38911cb5207c7a4eb268d7 - 0.0% (3.62 KB)

[#006] sha256:aaede67e78dd4309e6d4c5da1e90fd6013477e038a487eb4ad9109a2ee5e857f - 92.58% (117 MB)

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


History
2022-07-05 06:33:56 UTC

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

2022-07-05 06:33:56 UTC

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

2022-07-05 06:33:56 UTC

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

2022-07-05 06:33:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7afd86a7-ls16 Build-date:- 2022-07-05T01:32:48-05:00

2022-07-05 06:33:57 UTC

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

2022-07-05 06:33:57 UTC

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

2022-07-05 06:33:57 UTC

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

2022-07-05 06:33:57 UTC

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

2022-07-05 06:33:58 UTC

|4 BUILD_DATE=2022-07-05T01:32:48-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=7afd86a7-ls16 /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-07-05 06:33:59 UTC

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

2022-07-05 06:33:59 UTC

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

2022-07-05 06:34:02 UTC

|4 BUILD_DATE=2022-07-05T01:32:48-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=7afd86a7-ls16 /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-07-05 06:34:02 UTC

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

2022-07-05 06:34:02 UTC

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

2022-07-05 06:34:02 UTC

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

2022-07-05 06:34:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-05T01:32:48-05:00

2022-07-05 06:34:03 UTC

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

2022-07-05 06:34:03 UTC

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

2022-07-05 06:34:03 UTC

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

2022-07-05 06:34:03 UTC

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

2022-07-05 06:34:03 UTC

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

2022-07-05 06:34:03 UTC

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

2022-07-05 06:34:03 UTC

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

2022-07-05 06:34:03 UTC

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

2022-07-05 06:34:04 UTC

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

2022-07-05 06:34:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=7afd86a7-ls16

2022-07-06 16:58:20 UTC

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

2022-07-06 16:58:20 UTC

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

2022-07-06 16:58:20 UTC

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

2022-07-06 16:58:20 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.8.1540-ls291 Build-date:- 2022-07-06T11:57:17-05:00

2022-07-06 16:58:20 UTC

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

2022-07-06 16:58:20 UTC

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

2022-07-06 16:58:20 UTC

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

2022-07-06 16:58:31 UTC

|3 BUILD_DATE=2022-07-06T11:57:17-05:00 SONARR_VERSION=3.0.8.1540 VERSION=3.0.8.1540-ls291 /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-07-06 16:58:32 UTC

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

2022-07-06 16:58:32 UTC

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

2022-07-06 16:58:32 UTC

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

2022-07-06 16:58:32 UTC

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

2022-07-06 16:58:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-06T11:57:17-05:00

2022-07-06 16:58:32 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-07-06 16:58:32 UTC

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

2022-07-06 16:58:33 UTC

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

2022-07-06 16:58:33 UTC

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

2022-07-06 16:58:33 UTC

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

2022-07-06 16:58:33 UTC

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

2022-07-06 16:58:33 UTC

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

2022-07-06 16:58:33 UTC

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

2022-07-06 16:58:33 UTC

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

2022-07-06 16:58:33 UTC

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

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