Namespace
linuxserver
Image / Tag
sonarr:amd64-develop-alpine-3.0.6.1451-ls8
Content Digest
sha256:5f9acb6ee0cede1b0ded64725ac663ad5e666573765b3a7f1604314909ef2332
Details
Created

2022-01-24 02:36:41 UTC

Size

125 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.6.1451-ls8 Build-date:- 2022-01-24T03:35:33+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-01-24T03:35:33+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.1451-ls8

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

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

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

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

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

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

[#006] sha256:bd5ec5c87bfea6910f463e6553345d3666bc9cd6ba6f3b1f282bc0db9e6f3741 - 92.45% (115 MB)

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


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

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

2022-01-18 06:29:44 UTC

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

2022-01-18 06:29:44 UTC

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

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

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

2022-01-18 06:29:44 UTC

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

2022-01-18 06:29:44 UTC

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

2022-01-18 06:29:45 UTC

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

2022-01-18 06:29:46 UTC

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

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

2022-01-18 06:29:46 UTC

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

2022-01-18 06:29:50 UTC

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

2022-01-18 06:29:50 UTC

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

2022-01-18 06:29:50 UTC

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

2022-01-18 06:29:50 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:51 UTC

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

2022-01-18 06:29:52 UTC

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

2022-01-18 06:29:52 UTC

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

2022-01-18 06:29:52 UTC

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

2022-01-24 02:36:24 UTC

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

2022-01-24 02:36:24 UTC

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

2022-01-24 02:36:24 UTC

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

2022-01-24 02:36:25 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1451-ls8 Build-date:- 2022-01-24T03:35:33+01:00

2022-01-24 02:36:25 UTC

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

2022-01-24 02:36:25 UTC

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

2022-01-24 02:36:25 UTC

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

2022-01-24 02:36:39 UTC

|3 BUILD_DATE=2022-01-24T03:35:33+01:00 SONARR_VERSION=3.0.6.1451 VERSION=3.0.6.1451-ls8 /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-24 02:36:39 UTC

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

2022-01-24 02:36:40 UTC

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

2022-01-24 02:36:40 UTC

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

2022-01-24 02:36:40 UTC

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

2022-01-24 02:36:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-24T03:35:33+01:00

2022-01-24 02:36:40 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-24 02:36:40 UTC

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

2022-01-24 02:36:40 UTC

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

2022-01-24 02:36:40 UTC

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

2022-01-24 02:36:41 UTC

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

2022-01-24 02:36:41 UTC

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

2022-01-24 02:36:41 UTC

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

2022-01-24 02:36:41 UTC

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

2022-01-24 02:36:41 UTC

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

2022-01-24 02:36:41 UTC

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

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