Namespace
linuxserver
Image / Tag
sonarr:amd64-develop-4.0.0.189-ls314
Content Digest
sha256:f6155d4c8b8413f2f1c9040b7f31411d7df4f6652ad0bd2f96eade0c9f5d726f
Details
Created

2022-11-28 03:19:06 -0600

Size

74.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.0.0.189-ls314 Build-date:- 2022-11-28T03:17:53-06:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-28T03:17:53-06: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
    32b4be470b3ecc5ba0e6ec82c96869e2487383ca
  • org.opencontainers.image.revision
    32b4be470b3ecc5ba0e6ec82c96869e2487383ca
  • 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
    4.0.0.189-ls314

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

SONARR_BRANCH

develop

TERM

xterm

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:b35a5c69614b55039fdae9ee258c98c4369fe96eb618aab7779a3943b8380376 - 6.81% (5.1 MB)

[#001] sha256:cbba887b254078c8f71db7ca3540ca7514ef9a304f3af37dfdd6f3390ec41f15 - 0.0% (3.16 KB)

[#002] sha256:2448772f749cd40f768de098ba6a15eea7930df8a14de5d42e82ad3bd920fe7b - 5.76% (4.31 MB)

[#003] sha256:a620a2fac7bf5319f3b088c103acd7f15d8f4308e38f972c175e00d123fd517c - 0.01% (4.5 KB)

[#004] sha256:c815951c7a4fe22b6bbccb8f4f0bfed661c74f5576de54237832f604f6aaf2e2 - 87.42% (65.5 MB)

[#005] sha256:d89474421c178d99394a88bf3055850eda157926f91f71ebbe7bc8c1436740cc - 0.0% (778 Bytes)


History
2022-11-23 16:21:07 -0600 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-11-23 16:21:07 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-23 16:21:07 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2022-11-23 16:21:07 -0600 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2022-11-23 16:21:07 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 16c25840-ls32 Build-date:- 2022-11-23T16:20:01-06:00

2022-11-23 16:21:07 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-11-23 16:21:07 -0600 (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2022-11-23 16:21:07 -0600 (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2022-11-23 16:21:09 -0600 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-11-23T16:20:01-06:00 VERSION=16c25840-ls32 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq 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 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2022-11-23 16:21:09 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-23 16:21:09 -0600 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

ARG SONARR_VERSION

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4.0.0.189-ls314 Build-date:- 2022-11-28T03:17:53-06:00

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=thespad

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

ENV XDG_CONFIG_HOME=/config/xdg

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

ENV SONARR_BRANCH=develop

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-11-28T03:17:53-06:00 VERSION=4.0.0.189-ls314 SONARR_VERSION=4.0.0.189 /bin/sh -c echo "**** install packages ****" && apk add -U --upgrade --no-cache icu-libs sqlite-libs && 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 "first(.[] | select(.branch==\"$SONARR_BRANCH\") | .version)"); fi && curl -o /tmp/sonarr.tar.gz -L "https://download.sonarr.tv/v4/${SONARR_BRANCH}/${SONARR_VERSION}/Sonarr.${SONARR_BRANCH}.${SONARR_VERSION}.linux-musl-x64.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)\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 && echo "**** cleanup ****" && rm -rf /app/sonarr/bin/Sonarr.Update /tmp/* # buildkit

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

EXPOSE map[8989/tcp:{}]

2022-11-28 03:19:06 -0600 (buildkit.dockerfile.v0)

VOLUME [/config]

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