Namespace
linuxserver
Image / Tag
sonarr:arm64v8-develop-4.0.0.438-ls443
Content Digest
sha256:2251f04c0fe7a94291cf2b30ebdb56747ded5c0e1deacf4c799b4f2afc38c3f7
Details
Created

2023-04-11 19:29:26 UTC

Size

75.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.0.0.438-ls443 Build-date:- 2023-04-11T14:27:18-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-04-11T14:27:18-05: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
    548af42f62e68fba2f8597040c182411f5590004
  • org.opencontainers.image.revision
    548af42f62e68fba2f8597040c182411f5590004
  • 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.438-ls443

Environment
HOME

/root

LSIO_FIRST_PARTY

true

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:3be8af63e9da3f94887a0761e5c6e3e48094ef450dba8a8fe4452f27078027fb - 7.8% (5.89 MB)

[#001] sha256:d2e3055e06573ab92f13c5e10afa9c4160d94a4808ce1b670b090b9a0d4522fa - 0.0% (3.56 KB)

[#002] sha256:87810f8171226505c01890412be2455dcfde58e0c8224ae3960f2d9a8bd6e735 - 7.98% (6.02 MB)

[#003] sha256:3ad4ceea9489e77e4d653a385ec5e9b86d6ff913b4abe1479de4dbb0decee76d - 0.0% (3.72 KB)

[#004] sha256:89c2f0ad1f60b5389f8569f3d8a5237c74108a4786eb6c325f75a68ee9f5f812 - 84.2% (63.5 MB)

[#005] sha256:5533db8d80b40a1a287579a3838cbe105725048ec3e88c4905ebdd9ac3f8892f - 0.0% (931 Bytes)


History
2023-04-04 06:37:20 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-04-04 06:37:20 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-04 06:37:20 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-04-04 06:37:20 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-04-04 06:37:20 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- a17cd2f4-ls15 Build-date:- 2023-04-04T08:35:46+02:00

2023-04-04 06:37:20 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-04-04 06:37:20 UTC (buildkit.dockerfile.v0)

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

2023-04-04 06:37:20 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

2023-04-04 06:37:21 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-04T08:35:46+02:00 VERSION=a17cd2f4-ls15 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd 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 "**** 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 ****" && rm -rf /tmp/* # buildkit

2023-04-04 06:37:21 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-04 06:37:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-04-11 19:29:25 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-04-11 19:29:25 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-11 19:29:25 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-04-11 19:29:25 UTC (buildkit.dockerfile.v0)

ARG SONARR_VERSION

2023-04-11 19:29:25 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4.0.0.438-ls443 Build-date:- 2023-04-11T14:27:18-05:00

2023-04-11 19:29:25 UTC (buildkit.dockerfile.v0)

LABEL maintainer=thespad

2023-04-11 19:29:25 UTC (buildkit.dockerfile.v0)

ENV XDG_CONFIG_HOME=/config/xdg

2023-04-11 19:29:25 UTC (buildkit.dockerfile.v0)

ENV SONARR_BRANCH=develop

2023-04-11 19:29:25 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-04-11T14:27:18-05:00 VERSION=4.0.0.438-ls443 SONARR_VERSION=4.0.0.438 /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-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-04-11 19:29:26 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-04-11 19:29:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[8989/tcp:{}]

2023-04-11 19:29:26 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