Namespace
linuxserver
Image / Tag
sonarr:arm64v8-develop-4.0.0.641-ls559
Content Digest
sha256:f5b542a64a1c0d6480c20e9c4ec9277a7ba7db86df72b6c54bc246f1f6efab2b
Details
Created

2023-08-20 01:31:58 UTC

Size

76.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.0.0.641-ls559 Build-date:- 2023-08-20T01:30:24+00:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-08-20T01:30:24+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
    3209a7ef21d288040c46aa8d05e74d792a20f07d
  • org.opencontainers.image.revision
    3209a7ef21d288040c46aa8d05e74d792a20f07d
  • 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.641-ls559

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

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

VIRTUAL_ENV

/lsiopy

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:c8db80e771ceddc7942af2503bfcf466f226bffd821b257a917d61d5c0d66e6b - 8.18% (6.28 MB)

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

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

[#003] sha256:a0ac92d427edf3b22ee3b4f7d07f58f87d6f9fb923fe9fb10ed2c0ab99254dab - 6.7% (5.14 MB)

[#004] sha256:e5e0788937d5e15b689527e6cd8acbcf4e393df0746e9e9d83fa36fab60f367d - 0.0% (3.13 KB)

[#005] sha256:4b4de24881a4f68beda11fa622e02ae6b256545c44a567778c707c0f12006aea - 85.11% (65.4 MB)

[#006] sha256:3654b14afb7589ad96ddfa3e16882975d8c5c1d2d6397e7648ddf5e7294ba8be - 0.0% (1001 Bytes)


History
2023-08-19 04:26:38 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-08-19 04:26:38 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-08-19 04:26:38 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-08-19 04:26:38 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-08-19 04:26:38 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-08-19 04:26:38 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- a67812a8-ls17 Build-date:- 2023-08-19T04:25:28+00:00

2023-08-19 04:26:38 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-08-19 04:26:38 UTC (buildkit.dockerfile.v0)

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

2023-08-19 04:26:38 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-08-19 04:26:38 UTC (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 VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-08-19 04:26:40 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-08-19T04:25:28+00:00 VERSION=a67812a8-ls17 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-08-19 04:26:40 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-08-19 04:26:40 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-08-20 01:31:57 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-08-20 01:31:57 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-08-20 01:31:57 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-08-20 01:31:57 UTC (buildkit.dockerfile.v0)

ARG SONARR_VERSION

2023-08-20 01:31:57 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4.0.0.641-ls559 Build-date:- 2023-08-20T01:30:24+00:00

2023-08-20 01:31:57 UTC (buildkit.dockerfile.v0)

LABEL maintainer=thespad

2023-08-20 01:31:57 UTC (buildkit.dockerfile.v0)

ENV XDG_CONFIG_HOME=/config/xdg

2023-08-20 01:31:57 UTC (buildkit.dockerfile.v0)

ENV SONARR_BRANCH=develop

2023-08-20 01:31:57 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-08-20T01:30:24+00:00 VERSION=4.0.0.641-ls559 SONARR_VERSION=4.0.0.641 /bin/sh -c echo "**** install packages ****" && apk add --no-cache icu-libs sqlite-libs 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 "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-arm64.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 && echo "**** cleanup ****" && rm -rf /app/sonarr/bin/Sonarr.Update /tmp/* # buildkit

2023-08-20 01:31:58 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-08-20 01:31:58 UTC (buildkit.dockerfile.v0)

EXPOSE map[8989/tcp:{}]

2023-08-20 01:31:58 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