Namespace
linuxserver
Image / Tag
sonarr:v4-version-4.0.0.164
Content Digest
sha256:65ac90951746e75193aef11e1ac73a4b759d6b402f8eabe22cacb41ac88ebb63
Details
Created

2022-11-21 04:45:58 UTC

Size

74.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.0.0.164-ls17 Build-date:- 2022-11-21T05:44:43+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-21T05:44:43+01: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.164-ls17

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

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:1f62ddbe1e2e4937ce2665972075331b816ed8064c4714992bea013afed4211f - 6.82% (5.1 MB)

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

[#002] sha256:e135e7fea09bdd8d6d3f4281e8886f27d3e2475fa4965668af8edcb0e1fa3ec2 - 5.78% (4.32 MB)

[#003] sha256:f568e593f0876059e2caa5d101ac6a3ec992ffd6535163c88b6ba362e01a5577 - 0.01% (4.46 KB)

[#004] sha256:d0c32154b5eb59d007a4a396c0f18babd71c11d007e30aadd7b4bb7349da67ae - 87.39% (65.3 MB)

[#005] sha256:e1db675f59c2d1429ae3d91266b71666c97e206bd2d69638328d62d1708040e2 - 0.0% (761 Bytes)


History
2022-11-15 06:35:46 UTC

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

2022-11-15 06:35:47 UTC

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

2022-11-15 06:35:47 UTC

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

2022-11-15 06:35:47 UTC

/bin/sh -c #(nop) ARG MODS_VERSION=v3

2022-11-15 06:35:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00

2022-11-15 06:35:48 UTC

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

2022-11-15 06:35:48 UTC

/bin/sh -c #(nop) ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce in /docker-mods

2022-11-15 06:35:49 UTC

/bin/sh -c #(nop) 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:52 UTC

|3 BUILD_DATE=2022-11-15T07:34:27+01:00 MODS_VERSION=v3 VERSION=16c25840-ls30 /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 "**** cleanup ****" && rm -rf /tmp/*

2022-11-15 06:35:53 UTC

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

2022-11-15 06:35:53 UTC

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

2022-11-15 06:35:53 UTC

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

2022-11-15 06:35:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-15T07:34:27+01:00

2022-11-15 06:35:53 UTC

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

2022-11-15 06:35:53 UTC

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

2022-11-15 06:35:53 UTC

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

2022-11-15 06:35:54 UTC

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

2022-11-15 06:35:54 UTC

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

2022-11-15 06:35:54 UTC

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

2022-11-15 06:35:54 UTC

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

2022-11-15 06:35:54 UTC

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

2022-11-15 06:35:54 UTC

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

2022-11-15 06:35:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=16c25840-ls30

2022-11-21 04:45:42 UTC

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

2022-11-21 04:45:42 UTC

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

2022-11-21 04:45:43 UTC

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

2022-11-21 04:45:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.0.0.164-ls17 Build-date:- 2022-11-21T05:44:43+01:00

2022-11-21 04:45:43 UTC

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

2022-11-21 04:45:43 UTC

/bin/sh -c #(nop) ARG SONARR_BRANCH=develop

2022-11-21 04:45:43 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg

2022-11-21 04:45:55 UTC

|4 BUILD_DATE=2022-11-21T05:44:43+01:00 SONARR_BRANCH=develop SONARR_VERSION=4.0.0.164 VERSION=4.0.0.164-ls17 /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 -sL "https://services.sonarr.tv/v1/update/${SONARR_BRANCH}/changes?version=4&os=linuxmusl" | jq -r '.[0].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-x64.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/*

2022-11-21 04:45:56 UTC

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

2022-11-21 04:45:56 UTC

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

2022-11-21 04:45:56 UTC

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

2022-11-21 04:45:56 UTC

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

2022-11-21 04:45:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-21T05:44:43+01:00

2022-11-21 04:45:57 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-21 04:45:57 UTC

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

2022-11-21 04:45:57 UTC

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

2022-11-21 04:45:57 UTC

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

2022-11-21 04:45:57 UTC

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

2022-11-21 04:45:57 UTC

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

2022-11-21 04:45:57 UTC

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

2022-11-21 04:45:57 UTC

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

2022-11-21 04:45:58 UTC

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

2022-11-21 04:45:58 UTC

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

Details
Created

2022-11-21 04:45:51 UTC

Size

10.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.0.0.164-ls17 Build-date:- 2022-11-21T05:44:43+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-21T05:44:43+01: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.164-ls17

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:5129e568f2250c0d919ff83242e91c4f2925fc8072e890dce75c98ddab66d60d - 0.0% (493 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-21 04:45:48 UTC

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

2022-11-21 04:45:49 UTC

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

2022-11-21 04:45:49 UTC

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

2022-11-21 04:45:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.0.0.164-ls17 Build-date:- 2022-11-21T05:44:43+01:00

2022-11-21 04:45:49 UTC

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

2022-11-21 04:45:49 UTC

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

2022-11-21 04:45:49 UTC

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

2022-11-21 04:45:49 UTC

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

2022-11-21 04:45:49 UTC

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

2022-11-21 04:45:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-21T05:44:43+01:00

2022-11-21 04:45:50 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-21 04:45:50 UTC

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

2022-11-21 04:45:50 UTC

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

2022-11-21 04:45:50 UTC

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

2022-11-21 04:45:50 UTC

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

2022-11-21 04:45:50 UTC

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

2022-11-21 04:45:50 UTC

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

2022-11-21 04:45:51 UTC

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

2022-11-21 04:45:51 UTC

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

2022-11-21 04:45:51 UTC

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

Details
Created

2022-11-21 04:46:25 UTC

Size

73.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.0.0.164-ls17 Build-date:- 2022-11-21T05:44:43+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-21T05:44:43+01: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.164-ls17

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

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:b356fb4a736517cff916493c642a527977951034744a1eb288d38b66c954422d - 7.27% (5.33 MB)

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

[#002] sha256:1b2bd475784622d28d1979d6196fe253ce8c578370eb78f3490dcef07b1f7cf1 - 7.83% (5.75 MB)

[#003] sha256:952f727b3da5af94dcb044d64e14728a4025049c8a4ba5500bc5d9918fe78563 - 0.01% (4.46 KB)

[#004] sha256:9f819e6f6e8864857a01b5541593fc346bb3ee20a66baeab723d31fc81569fd6 - 84.89% (62.3 MB)

[#005] sha256:cc9e6e79fb9f869b6b6187a2284ce434e947031648877350354fe8af0457b776 - 0.0% (761 Bytes)


History
2022-11-15 06:35:57 UTC

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

2022-11-15 06:35:58 UTC

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

2022-11-15 06:35:59 UTC

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

2022-11-15 06:36:00 UTC

/bin/sh -c #(nop) ARG MODS_VERSION=v3

2022-11-15 06:36:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00

2022-11-15 06:36:02 UTC

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

2022-11-15 06:36:04 UTC

/bin/sh -c #(nop) ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce in /docker-mods

2022-11-15 06:36:04 UTC

/bin/sh -c #(nop) 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:36:14 UTC

|3 BUILD_DATE=2022-11-15T07:34:27+01:00 MODS_VERSION=v3 VERSION=16c25840-ls30 /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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-11-15 06:36:15 UTC

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

2022-11-15 06:36:15 UTC

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

2022-11-15 06:36:16 UTC

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

2022-11-15 06:36:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-15T07:34:27+01:00

2022-11-15 06:36:18 UTC

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

2022-11-15 06:36:19 UTC

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

2022-11-15 06:36:20 UTC

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

2022-11-15 06:36:21 UTC

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

2022-11-15 06:36:22 UTC

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

2022-11-15 06:36:23 UTC

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

2022-11-15 06:36:24 UTC

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

2022-11-15 06:36:25 UTC

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

2022-11-15 06:36:26 UTC

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

2022-11-15 06:36:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=16c25840-ls30

2022-11-21 04:45:52 UTC

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

2022-11-21 04:45:53 UTC

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

2022-11-21 04:45:54 UTC

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

2022-11-21 04:45:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.0.0.164-ls17 Build-date:- 2022-11-21T05:44:43+01:00

2022-11-21 04:45:56 UTC

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

2022-11-21 04:45:57 UTC

/bin/sh -c #(nop) ARG SONARR_BRANCH=develop

2022-11-21 04:45:58 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg

2022-11-21 04:46:11 UTC

|4 BUILD_DATE=2022-11-21T05:44:43+01:00 SONARR_BRANCH=develop SONARR_VERSION=4.0.0.164 VERSION=4.0.0.164-ls17 /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 -sL "https://services.sonarr.tv/v1/update/${SONARR_BRANCH}/changes?version=4&os=linuxmusl" | jq -r '.[0].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/*

2022-11-21 04:46:12 UTC

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

2022-11-21 04:46:12 UTC

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

2022-11-21 04:46:13 UTC

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

2022-11-21 04:46:14 UTC

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

2022-11-21 04:46:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-21T05:44:43+01:00

2022-11-21 04:46:16 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-21 04:46:17 UTC

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

2022-11-21 04:46:18 UTC

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

2022-11-21 04:46:19 UTC

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

2022-11-21 04:46:20 UTC

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

2022-11-21 04:46:21 UTC

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

2022-11-21 04:46:22 UTC

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

2022-11-21 04:46:23 UTC

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

2022-11-21 04:46:24 UTC

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

2022-11-21 04:46:25 UTC

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

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