Namespace
linuxserver
Image / Tag
sonarr:arm32v7-v4-4.0.0.133-ls3
Content Digest
sha256:e3c61a98624fd8d8cb98e4b44ba849b5791d4fa0cf5b249b65fe19af552075a3
Details
Created

2022-10-04 04:37:34 UTC

Size

9.94 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.0.0.133-ls3 Build-date:- 2022-10-03T23:36:03-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-10-03T23:36:03-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
    82ca8b179328647da0ecc6e5f784ec6f0031d268
  • org.opencontainers.image.revision
    82ca8b179328647da0ecc6e5f784ec6f0031d268
  • 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.133-ls3

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

TERM

xterm


Layers

[#000] sha256:2c001f41411b01bddea7e8e830dfd010c90b992bdc1a2ebdcc84c63ddfa2b9df - 51.07% (5.08 MB)

[#001] sha256:77565d35fea659ff7c8b2b6bafadffdae07768f2cebf5011f434b1479e2ae164 - 48.87% (4.86 MB)

[#002] sha256:b0dfda118a4e437ed7d4f8e6eb8bab6976a42a2f84d21ee58ae7aac24c2971d7 - 0.06% (5.7 KB)

[#003] sha256:82797f2fe6f91de5f58e94372feac627615074bb2fbecfe9c1463304ad2f58a6 - 0.0% (418 Bytes)


History
2022-09-20 06:59:21 UTC

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

2022-09-20 06:59:22 UTC

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

2022-09-20 06:59:23 UTC

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

2022-09-20 06:59:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fb70a18b-ls31 Build-date:- 2022-09-20T08:57:50+02:00

2022-09-20 06:59:25 UTC

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

2022-09-20 06:59:26 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0

2022-09-20 06:59:30 UTC

|2 BUILD_DATE=2022-09-20T08:57:50+02:00 VERSION=fb70a18b-ls31 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-09-20 06:59:31 UTC

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

2022-09-20 06:59:31 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-09-20 06:59:32 UTC

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

2022-09-20 06:59:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-20T08:57:50+02:00

2022-09-20 06:59:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-09-20 06:59:35 UTC

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

2022-09-20 06:59:36 UTC

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

2022-09-20 06:59:37 UTC

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

2022-09-20 06:59:38 UTC

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

2022-09-20 06:59:39 UTC

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

2022-09-20 06:59:40 UTC

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

2022-09-20 06:59:41 UTC

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

2022-09-20 06:59:42 UTC

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

2022-09-20 06:59:43 UTC

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

2022-10-04 04:37:16 UTC

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

2022-10-04 04:37:16 UTC

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

2022-10-04 04:37:17 UTC

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

2022-10-04 04:37:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.0.0.133-ls3 Build-date:- 2022-10-03T23:36:03-05:00

2022-10-04 04:37:19 UTC

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

2022-10-04 04:37:21 UTC

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

2022-10-04 04:37:21 UTC

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

2022-10-04 04:37:22 UTC

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

2022-10-04 04:37:23 UTC

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

2022-10-04 04:37:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-03T23:36:03-05:00

2022-10-04 04:37:25 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-10-04 04:37:26 UTC

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

2022-10-04 04:37:27 UTC

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

2022-10-04 04:37:28 UTC

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

2022-10-04 04:37:29 UTC

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

2022-10-04 04:37:30 UTC

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

2022-10-04 04:37:31 UTC

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

2022-10-04 04:37:32 UTC

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

2022-10-04 04:37:33 UTC

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

2022-10-04 04:37:34 UTC

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

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