Namespace
linuxserver
Image / Tag
sonarr:arm64v8-3.0.10.1567-ls195
Content Digest
sha256:1272b7f3e2f196f64bc7e72087832b47e8529d77628b03b108c0c86689fd9502
Details
Created

2023-06-09 23:33:17 UTC

Size

91.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.10.1567-ls195 Build-date:- 2023-06-09T23:31:47+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-06-09T23:31:47+00: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
    e75e8964201bb5ce4021e96bde2a0e34fb4ae651
  • org.opencontainers.image.revision
    e75e8964201bb5ce4021e96bde2a0e34fb4ae651
  • 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.1567-ls195

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

LSIO_FIRST_PARTY

true

PATH

/lsiopy/bin:/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

VIRTUAL_ENV

/lsiopy

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:f12cfbd5f9ba54f3cd83d714a5ab236ca04cdb22c6f7c4a8dcc447f7d22b65d2 - 33.09% (30.2 MB)

[#001] sha256:8bc286c875142c1488068126123d0139525ffec9e71de614d3c023977ef591a3 - 0.0% (3.92 KB)

[#002] sha256:f50d93bd3fbfe6aca3c92a2c03974eaee60e993e1a03c632e1db30c4ff67f305 - 0.0% (965 Bytes)

[#003] sha256:bddd488b7f07c7568dbd61374e5cf98ace529fa69cd58eea9c42b2efe9aff8f1 - 0.0% (274 Bytes)

[#004] sha256:243eac7e14a198b9cb414ff989819e22d471e41c137cf1b07ecf659ed1318550 - 16.02% (14.6 MB)

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

[#006] sha256:e6ff6ca6acea8a6f7d373e79b3a1e31a0bb1f9ba98fc30931937cd063bfe16a9 - 50.88% (46.4 MB)

[#007] sha256:898aac0923524b1d97fcce0250b7bed512b6ff391528bfb834e7e08f2721e448 - 0.0% (986 Bytes)


History
2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 73b408a0-ls72 Build-date:- 2023-06-06T23:27:43+00:00

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

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

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-06-06 23:29:02 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 VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-06-06 23:29:02 UTC (buildkit.dockerfile.v0)

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

2023-06-06 23:29:33 UTC (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2023-06-06T23:27:43+00:00 VERSION=73b408a0-ls72 MODS_VERSION=v3 PKG_INST_VERSION=v1 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 /lsiopy && 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-06-06 23:29:34 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-06-06 23:29:34 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

ARG SONARR_VERSION

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3.0.10.1567-ls195 Build-date:- 2023-06-09T23:31:47+00:00

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

ENV XDG_CONFIG_HOME=/config/xdg

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

ENV SONARR_BRANCH=main

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-06-09T23:31:47+00:00 VERSION=3.0.10.1567-ls195 SONARR_VERSION=3.0.10.1567 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-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-06-09 23:33:17 UTC (buildkit.dockerfile.v0)

EXPOSE map[8989/tcp:{}]

2023-06-09 23:33:17 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