Namespace
linuxserver
Image / Tag
sonarr:version-3.0.10.1567
Content Digest
sha256:4f69472a0cdea29e23967db6a3395487539b759def3920327d1f49ae00b9dfd4
Details
Created

2023-12-22 23:35:06 UTC

Size

107 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.10.1567-ls218 Build-date:- 2023-12-22T23:32:04+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-12-22T23:32:04+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
    a393093131ac319b963af4d2e387b5583df56772
  • org.opencontainers.image.revision
    a393093131ac319b963af4d2e387b5583df56772
  • 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-ls218

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:bd9f9b2ee37496bc996e6ea4646c242659588c0d74c8303897b0e08d58dc862b - 29.03% (31.1 MB)

[#001] sha256:07a0e16f7be1dc9cffc471db509ea32eeac380977c2cf3808d4561ea7ebbc116 - 0.0% (4.22 KB)

[#002] sha256:b768ca0fb8250c21869ddbb4daaeb1ad0deba087d36bbed0be4fededdcdd612a - 0.0% (966 Bytes)

[#003] sha256:f256d99ded6068f8ccca830db2aa6e0237eee60661838d87e49222f4e76c31b3 - 0.0% (275 Bytes)

[#004] sha256:0b8e043dd8561c24317df64fc4662dfc009c118330b80697148b62d64fb11407 - 13.56% (14.5 MB)

[#005] sha256:6e369b93297526b38210f450c7ce9d7d81201ad149de89c8f60aff902349fb34 - 0.0% (3.91 KB)

[#006] sha256:5839535d678122aa113bc727ee98cc8b4b06744856a8a26c41297b1136b99a71 - 57.4% (61.5 MB)

[#007] sha256:7e6a8029360751b89932776d77e903277342fb8e63db2ff38fb00b66209e202e - 0.0% (1014 Bytes)


History
2023-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 8c5c2abc-ls91 Build-date:- 2023-12-19T23:25:45+00:00

2023-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

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

2023-12-19 23:27:53 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-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-12-19 23:27:53 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-12-19 23:27:53 UTC (buildkit.dockerfile.v0)

COPY sources.list /etc/apt/ # buildkit

2023-12-19 23:28:21 UTC (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2023-12-19T23:25:45+00:00 VERSION=8c5c2abc-ls91 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 cron 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 "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* # buildkit

2023-12-19 23:28:21 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-12-19 23:28:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

ARG SONARR_VERSION

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3.0.10.1567-ls218 Build-date:- 2023-12-22T23:32:04+00:00

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

ENV XDG_CONFIG_HOME=/config/xdg

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

ENV SONARR_BRANCH=main

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-12-22T23:32:04+00:00 VERSION=3.0.10.1567-ls218 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 xmlstarlet && 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-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

EXPOSE map[8989/tcp:{}]

2023-12-22 23:35:06 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

Details
Created

2023-12-22 23:35:00 UTC

Size

108 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3.0.10.1567-ls218 Build-date:- 2023-12-22T23:32:04+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-12-22T23:32:04+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
    a393093131ac319b963af4d2e387b5583df56772
  • org.opencontainers.image.revision
    a393093131ac319b963af4d2e387b5583df56772
  • 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-ls218

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:c2c9a3189b67eeacb8a6344376a2733870469f061b5bcdf4b6be9ae42abf1f14 - 28.04% (30.2 MB)

[#001] sha256:07a0e16f7be1dc9cffc471db509ea32eeac380977c2cf3808d4561ea7ebbc116 - 0.0% (4.22 KB)

[#002] sha256:4ca78b4166b521e3ed9f304f498ad4c072223e644fbf429de1e6228fee6cfa43 - 0.0% (967 Bytes)

[#003] sha256:feec72cfd441d5a1bf5ad02aa1e8a8cdea66397809347010c3188876327d18f4 - 0.0% (275 Bytes)

[#004] sha256:0e238cd6a4eb3374ba68ec0678b03db67bc0317544788a47aed8da29c6d435e7 - 14.88% (16 MB)

[#005] sha256:c522034e58b8603c699d76cec06c4c8566bbbb95503ef6e46efb5983737ddfc0 - 0.0% (3.91 KB)

[#006] sha256:0fd23a97fcea02dc321f0ca91830049c7e4567f3453d4a1258fce3847f3b764f - 57.07% (61.4 MB)

[#007] sha256:871e2dca7088f8f208ff7d04b253586b4d90a8a260f771ffdc40e6556f74a3a9 - 0.0% (1016 Bytes)


History
2023-12-19 23:28:00 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-12-19 23:28:01 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-12-19 23:28:01 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-12-19 23:28:01 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-12-19 23:28:01 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-12-19 23:28:01 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 8c5c2abc-ls91 Build-date:- 2023-12-19T23:25:45+00:00

2023-12-19 23:28:01 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-12-19 23:28:01 UTC (buildkit.dockerfile.v0)

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

2023-12-19 23:28:01 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-12-19 23:28:01 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-12-19 23:28:01 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-12-19 23:28:01 UTC (buildkit.dockerfile.v0)

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

2023-12-19 23:28:35 UTC (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2023-12-19T23:25:45+00:00 VERSION=8c5c2abc-ls91 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 cron 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-12-19 23:28:36 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-12-19 23:28:36 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

ARG SONARR_VERSION

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3.0.10.1567-ls218 Build-date:- 2023-12-22T23:32:04+00:00

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

ENV XDG_CONFIG_HOME=/config/xdg

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

ENV SONARR_BRANCH=main

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-12-22T23:32:04+00:00 VERSION=3.0.10.1567-ls218 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 xmlstarlet && 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-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-12-22 23:35:00 UTC (buildkit.dockerfile.v0)

EXPOSE map[8989/tcp:{}]

2023-12-22 23:35:00 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