Namespace
linuxserver
Image / Tag
sonarr:arm32v7-v4-4.0.0.151-ls14
Content Digest
sha256:ab9c6f7b4c0c461ad996efb3dfbb04f1da7566cc3b5574dcc06c839c2f6e3157
Details
Created

2022-11-15 13:56:45 UTC

Size

10.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.0.0.151-ls14 Build-date:- 2022-11-15T07:55:22-06:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-15T07:55:22-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
    ea099647692b23308be9a908ec5d11d60bf12d09
  • org.opencontainers.image.revision
    ea099647692b23308be9a908ec5d11d60bf12d09
  • 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.151-ls14

Environment
HOME

/root

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

TERM

xterm


Layers

[#000] sha256:4d3188136ee34a3320e8081e2c638b3ef1f8b9b9b9959c89128e89a1c575a80a - 49.52% (5.11 MB)

[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.03% (3.16 KB)

[#002] sha256:2b8a4c14412428b7facef3af8e38bddea69d6a22b7d5db192f7c7c60179acbde - 50.4% (5.2 MB)

[#003] sha256:dc05e0297a673cf27e46cda316b9d611762b5e88fd91e2699241c3fd76e37773 - 0.04% (4.47 KB)

[#004] sha256:d4bc90b743c153d484da406c5511e75788603dafd3694c865a86a260da3b9857 - 0.0% (522 Bytes)


History
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

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

2022-11-15 06:35:51 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

2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-11-15T07:34:27+01:00 VERSION=16c25840-ls30 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq 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 && chmod +x /docker-mods && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-15 13:56:40 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-11-15 13:56:40 UTC

/bin/sh -c #(nop) ARG VERSION

2022-11-15 13:56:40 UTC

/bin/sh -c #(nop) ARG SONARR_VERSION

2022-11-15 13:56:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.0.0.151-ls14 Build-date:- 2022-11-15T07:55:22-06:00

2022-11-15 13:56:41 UTC

/bin/sh -c #(nop) LABEL maintainer=thespad

2022-11-15 13:56:41 UTC

/bin/sh -c #(nop) COPY dir:da02164adb05902537e3914fe6f938a33b7ba082d46b4777d0fb09af9b4a1f6c in /

2022-11-15 13:56:42 UTC

/bin/sh -c #(nop) EXPOSE 8989

2022-11-15 13:56:42 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-11-15 13:56:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-11-15 13:56:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-15T07:55:22-06:00

2022-11-15 13:56:43 UTC

/bin/sh -c #(nop) LABEL 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.

2022-11-15 13:56:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-sonarr

2022-11-15 13:56:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-11-15 13:56:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ea099647692b23308be9a908ec5d11d60bf12d09

2022-11-15 13:56:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ea099647692b23308be9a908ec5d11d60bf12d09

2022-11-15 13:56:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-sonarr

2022-11-15 13:56:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Sonarr

2022-11-15 13:56:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-sonarr/packages

2022-11-15 13:56:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-11-15 13:56:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.0.0.151-ls14

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