Namespace
linuxserver
Image / Tag
sonarr:3.0.10.1566-ls182
Content Digest
sha256:0b3a72bcc508bcf1648304a1b969ef8e85b0418852f3fa39d7fc06d7a6629f43
Details
Created

2023-03-07 07:46:58 -0600

Size

90.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.10.1566-ls182 Build-date:- 2023-03-07T07:44:54-06:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-03-07T07:44:54-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
    401076de8295d32acb49fc1f4ee62fd2f9d23803
  • org.opencontainers.image.revision
    401076de8295d32acb49fc1f4ee62fd2f9d23803
  • 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.10.1566-ls182

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

LSIO_FIRST_PARTY

true

PATH

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

SONARR_BRANCH

main

TERM

xterm

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:736b83edfa49f02f41e7240ac6f0330a578f4cfc14553519bfcc5c6c66f44aee - 34.59% (31.3 MB)

[#001] sha256:75348e6f9b96d52e5c09329d2fc1b9c6e712b4ea6f2d32d310d4153f7e83916d - 0.0% (3.44 KB)

[#002] sha256:d954eeff28c6ec7e1b45bf3d9b5ca6f69b62826c1a041aa82470096d4b11f7a4 - 0.0% (273 Bytes)

[#003] sha256:1e8b9c7c7dfcee0750492bbe277e68c2880d1bcb8328477c6e75bddb1b1ef737 - 14.35% (13 MB)

[#004] sha256:afc822f73ebf1ef26220d13ffe2f36b8587e466d7a5e1fe59ad4442a1befe40f - 0.0% (3.73 KB)

[#005] sha256:30f3c60e4947b22028968275f17cc6121ab814069ae937accf9b47190a14a56f - 51.05% (46.2 MB)

[#006] sha256:d5fbf637cbdc074768b0832badab5ae2575e246cf963e712595b20c85118a2a2 - 0.0% (975 Bytes)


History
2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- e1f591e1-ls61 Build-date:- 2023-03-07T05:49:15+01:00

2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

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

2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2023-03-07 05:50:31 +0100 (buildkit.dockerfile.v0)

COPY sources.list /etc/apt/ # buildkit

2023-03-07 05:51:00 +0100 (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-03-07T05:49:15+01:00 VERSION=e1f591e1-ls61 MODS_VERSION=v3 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg jq netcat tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* # buildkit

2023-03-07 05:51:00 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-07 05:51:00 +0100 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

ARG SONARR_VERSION

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3.0.10.1566-ls182 Build-date:- 2023-03-07T07:44:54-06:00

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

ENV XDG_CONFIG_HOME=/config/xdg

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

ENV SONARR_BRANCH=main

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-03-07T07:44:54-06:00 VERSION=3.0.10.1566-ls182 SONARR_VERSION=3.0.10.1566 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** add mediaarea repository ****" && curl -L "https://mediaarea.net/repo/deb/repo-mediaarea_1.0-21_all.deb" -o /tmp/key.deb && dpkg -i /tmp/key.deb && echo "deb https://mediaarea.net/repo/deb/ubuntu jammy main" | tee /etc/apt/sources.list.d/mediaarea.list && echo "**** add mono repository ****" && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb http://download.mono-project.com/repo/ubuntu stable-focal main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends ca-certificates-mono libmono-system-net-http4.0-cil libmono-corlib4.5-cil libmono-microsoft-csharp4.0-cil libmono-posix4.0-cil libmono-system-componentmodel-dataannotations4.0-cil libmono-system-configuration-install4.0-cil libmono-system-configuration4.0-cil libmono-system-core4.0-cil libmono-system-data-datasetextensions4.0-cil libmono-system-data4.0-cil libmono-system-identitymodel4.0-cil libmono-system-io-compression4.0-cil libmono-system-numerics4.0-cil libmono-system-runtime-serialization4.0-cil libmono-system-security4.0-cil libmono-system-servicemodel4.0a-cil libmono-system-serviceprocess4.0-cil libmono-system-transactions4.0-cil libmono-system-web4.0-cil libmono-system-xml-linq4.0-cil libmono-system-xml4.0-cil libmono-system4.0-cil mono-runtime mono-vbnc mediainfo && 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 xf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo "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 ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

EXPOSE map[8989/tcp:{}]

2023-03-07 07:46:58 -0600 (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-03-07 13:47:03 UTC

Size

90.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.10.1566-ls182 Build-date:- 2023-03-07T07:44:54-06:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-03-07T07:44:54-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
    401076de8295d32acb49fc1f4ee62fd2f9d23803
  • org.opencontainers.image.revision
    401076de8295d32acb49fc1f4ee62fd2f9d23803
  • 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.10.1566-ls182

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

LSIO_FIRST_PARTY

true

PATH

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

SONARR_BRANCH

main

TERM

xterm

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:4ebb64e3a82e03b7b7842d7680c54d286924da70a9bffa464772eddd38bc1575 - 32.78% (29.7 MB)

[#001] sha256:75348e6f9b96d52e5c09329d2fc1b9c6e712b4ea6f2d32d310d4153f7e83916d - 0.0% (3.44 KB)

[#002] sha256:9b0d5b88b89836fb3bad63d30550a5b03aa50c5987b825822b15e381e8fce2f9 - 0.0% (277 Bytes)

[#003] sha256:bd981bb5550657900ecd91dad535dd2dfebc748a60e912ac3f479feb129e2174 - 16.05% (14.5 MB)

[#004] sha256:95c551be34ec3f32a05b27344ce1910aa39e269c55a3dae52c18665b197d3995 - 0.0% (3.72 KB)

[#005] sha256:e73cd5567343cfe2a178f9fe9b526b0afc2c5854605d88048f68d6cfa06277c4 - 51.16% (46.3 MB)

[#006] sha256:afd59c82eac9621875ec31d39694273fd386778639451cbeb732856e10aca62e - 0.0% (969 Bytes)


History
2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- e1f591e1-ls61 Build-date:- 2023-03-07T05:49:15+01:00

2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

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

2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2023-03-07 04:50:35 UTC (buildkit.dockerfile.v0)

COPY sources.list.arm /etc/apt/sources.list # buildkit

2023-03-07 04:50:56 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-03-07T05:49:15+01:00 VERSION=e1f591e1-ls61 MODS_VERSION=v3 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg jq netcat tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* # buildkit

2023-03-07 04:50:56 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-07 04:50:56 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

ARG SONARR_VERSION

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3.0.10.1566-ls182 Build-date:- 2023-03-07T07:44:54-06:00

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

ENV XDG_CONFIG_HOME=/config/xdg

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

ENV SONARR_BRANCH=main

2023-03-07 13:47:02 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-03-07T07:44:54-06:00 VERSION=3.0.10.1566-ls182 SONARR_VERSION=3.0.10.1566 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** add mediaarea repository ****" && curl -L "https://mediaarea.net/repo/deb/repo-mediaarea_1.0-21_all.deb" -o /tmp/key.deb && dpkg -i /tmp/key.deb && echo "deb https://mediaarea.net/repo/deb/ubuntu jammy main" | tee /etc/apt/sources.list.d/mediaarea.list && echo "**** add mono repository ****" && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb http://download.mono-project.com/repo/ubuntu stable-focal main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends ca-certificates-mono libmono-system-net-http4.0-cil libmono-corlib4.5-cil libmono-microsoft-csharp4.0-cil libmono-posix4.0-cil libmono-system-componentmodel-dataannotations4.0-cil libmono-system-configuration-install4.0-cil libmono-system-configuration4.0-cil libmono-system-core4.0-cil libmono-system-data-datasetextensions4.0-cil libmono-system-data4.0-cil libmono-system-identitymodel4.0-cil libmono-system-io-compression4.0-cil libmono-system-numerics4.0-cil libmono-system-runtime-serialization4.0-cil libmono-system-security4.0-cil libmono-system-servicemodel4.0a-cil libmono-system-serviceprocess4.0-cil libmono-system-transactions4.0-cil libmono-system-web4.0-cil libmono-system-xml-linq4.0-cil libmono-system-xml4.0-cil libmono-system4.0-cil mono-runtime mono-vbnc mediainfo && 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 xf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo "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 ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit

2023-03-07 13:47:03 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-07 13:47:03 UTC (buildkit.dockerfile.v0)

EXPOSE map[8989/tcp:{}]

2023-03-07 13:47:03 UTC (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