2022-11-01 14:06:35 UTC
86 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:61a9bbdee2653e10060c08d133bba5bafe7a5d64599b22ff08fdb34918082200 - 5.94% (5.1 MB)
[#001] sha256:e9be43d8148878dac277a53242b58bf7774501a5832f71e2f1ffcc3a6ec15d5b - 4.42% (3.8 MB)
[#002] sha256:a87020ea7d70b4ff0ebc18d87d37c6dd8dc76573cd9f7ffdfdf0d7f42ff45c9c - 0.01% (5.8 KB)
[#003] sha256:daef8878d2d815fe41db801fe153eddbcfe6a141fde7e04468f3913558c0b9d6 - 89.63% (77.1 MB)
[#004] sha256:9b27e8b2456ce5e176f81b01dfbe783077ca1d80e8d2bef7598cc65f53cb7251 - 0.0% (408 Bytes)
/bin/sh -c #(nop) COPY dir:584359fdd3da07d641909e15df79c2b4564cc8228d491f3c7754d32f16a37898 in /
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) ARG VERSION
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0cd58a81-ls32 Build-date:- 2022-10-30T12:59:14-05:00
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-10-30 18:00:58 UTC|2 BUILD_DATE=2022-10-30T12:59:14-05:00 VERSION=0cd58a81-ls32 /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 "**** cleanup ****" && rm -rf /tmp/*
2022-10-30 18:00:58 UTC/bin/sh -c #(nop) COPY dir:9da4c91c4b6623b6ef5ecf2a1e74c596ba26b0ff2e7ef445cd536a8fab673135 in /
2022-10-30 18:00:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-10-30 18:00:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T12:59:14-05:00
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-10-30 18:01:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-10-30 18:01:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0cd58a81-ls32
2022-11-01 14:06:14 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-01 14:06:14 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-01 14:06:15 UTC/bin/sh -c #(nop) ARG RADARR_RELEASE
2022-11-01 14:06:15 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.2.4.6635-ls155 Build-date:- 2022-11-01T15:05:11+01:00
2022-11-01 14:06:15 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-11-01 14:06:15 UTC/bin/sh -c #(nop) ARG RADARR_BRANCH=master
2022-11-01 14:06:15 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2022-11-01 14:06:33 UTC|4 BUILD_DATE=2022-11-01T15:05:11+01:00 RADARR_BRANCH=master RADARR_RELEASE=4.2.4.6635 VERSION=4.2.4.6635-ls155 /bin/sh -c echo "**** install packages ****" && apk add -U --upgrade --no-cache curl jq icu-libs sqlite-libs && echo "**** install radarr ****" && mkdir -p /app/radarr/bin && if [ -z ${RADARR_RELEASE+x} ]; then RADARR_RELEASE=$(curl -sL "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/changes?runtime=netcore&os=linuxmusl" | jq -r '.[0].version'); fi && curl -o /tmp/radarr.tar.gz -L "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/updatefile?version=${RADARR_RELEASE}&os=linuxmusl&runtime=netcore&arch=x64" && tar xzf /tmp/radarr.tar.gz -C /app/radarr/bin --strip-components=1 && echo -e "UpdateMethod=docker\nBranch=${RADARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/radarr/package_info && echo "**** cleanup ****" && rm -rf /app/radarr/bin/Radarr.Update /tmp/*
2022-11-01 14:06:33 UTC/bin/sh -c #(nop) COPY dir:ce7b642455641e4246da7aa3c30c3b723c3256f0b695990688634f44adc34bc0 in /
2022-11-01 14:06:33 UTC/bin/sh -c #(nop) EXPOSE 7878
2022-11-01 14:06:33 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-01T15:05:11+01:00
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-radarr
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=6b13011f6c4a0e86c63b7736adb5146f90d1f2d0
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=6b13011f6c4a0e86c63b7736adb5146f90d1f2d0
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-radarr
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Radarr
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-radarr/packages
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.2.4.6635-ls155
2022-11-01 14:06:36 UTC
83.3 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:70244b3b9110e92f7db63b5517311e6bbcb848b5d13e6ac4cc32d7c0d6fc33bf - 6.09% (5.08 MB)
[#001] sha256:e072e9ad8b7f71e4dabdb4da338f64947e8c27266f90001de69175c124244f76 - 5.83% (4.86 MB)
[#002] sha256:2c8e8b1ded75e6a0e75ee294507dc9f06ca2c76681ec274717c24e54100cdf8d - 0.01% (5.73 KB)
[#003] sha256:f4b5a217653f21c2a0e8566d4c0a38f22af248b7f4de687b19e0e0aa1a305b06 - 88.07% (73.4 MB)
[#004] sha256:d8779d6e22eeef0e4db3d3fee1c11a18ceacdc610056c19fa9bd59155e718bea - 0.0% (412 Bytes)
/bin/sh -c #(nop) COPY dir:9cd28b7ba80c094a5aa48dce4249b24ef3c47d2d0a1cc47f8c81e9ca316cc5a2 in /
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) ARG VERSION
2022-10-30 18:01:01 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0cd58a81-ls32 Build-date:- 2022-10-30T12:59:14-05:00
2022-10-30 18:01:02 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-10-30 18:01:03 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-10-30 18:01:08 UTC|2 BUILD_DATE=2022-10-30T12:59:14-05:00 VERSION=0cd58a81-ls32 /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-10-30 18:01:09 UTC/bin/sh -c #(nop) COPY dir:9da4c91c4b6623b6ef5ecf2a1e74c596ba26b0ff2e7ef445cd536a8fab673135 in /
2022-10-30 18:01:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-10-30 18:01:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-10-30 18:01:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T12:59:14-05:00
2022-10-30 18:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-10-30 18:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-10-30 18:01:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-10-30 18:01:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-10-30 18:01:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-10-30 18:01:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-10-30 18:01:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-10-30 18:01:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0cd58a81-ls32
2022-11-01 14:06:18 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-01 14:06:18 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-01 14:06:18 UTC/bin/sh -c #(nop) ARG RADARR_RELEASE
2022-11-01 14:06:18 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.2.4.6635-ls155 Build-date:- 2022-11-01T15:05:11+01:00
2022-11-01 14:06:18 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-11-01 14:06:18 UTC/bin/sh -c #(nop) ARG RADARR_BRANCH=master
2022-11-01 14:06:18 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2022-11-01 14:06:32 UTC|4 BUILD_DATE=2022-11-01T15:05:11+01:00 RADARR_BRANCH=master RADARR_RELEASE=4.2.4.6635 VERSION=4.2.4.6635-ls155 /bin/sh -c echo "**** install packages ****" && apk add -U --upgrade --no-cache curl jq icu-libs sqlite-libs && echo "**** install radarr ****" && mkdir -p /app/radarr/bin && if [ -z ${RADARR_RELEASE+x} ]; then RADARR_RELEASE=$(curl -sL "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/changes?runtime=netcore&os=linuxmusl" | jq -r '.[0].version'); fi && curl -o /tmp/radarr.tar.gz -L "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/updatefile?version=${RADARR_RELEASE}&os=linuxmusl&runtime=netcore&arch=arm" && tar xzf /tmp/radarr.tar.gz -C /app/radarr/bin --strip-components=1 && echo "**** cleanup ****" && echo -e "UpdateMethod=docker\nBranch=${RADARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/radarr/package_info && rm -rf /app/radarr/bin/Radarr.Update /tmp/*
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) COPY dir:ce7b642455641e4246da7aa3c30c3b723c3256f0b695990688634f44adc34bc0 in /
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) EXPOSE 7878
2022-11-01 14:06:34 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-01T15:05:11+01:00
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-radarr
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=6b13011f6c4a0e86c63b7736adb5146f90d1f2d0
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=6b13011f6c4a0e86c63b7736adb5146f90d1f2d0
2022-11-01 14:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-radarr
2022-11-01 14:06:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Radarr
2022-11-01 14:06:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-radarr/packages
2022-11-01 14:06:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-01 14:06:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.2.4.6635-ls155
2022-11-01 14:06:59 UTC
84.8 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:57ac3f3d001f598f7caa2779ead77638bf72bca4c24b3879a34eb26343669092 - 6.26% (5.31 MB)
[#001] sha256:4302f63af38573e2022b1915b6a3cfe58ef52be036ee5c2b3405b26c8e26c108 - 6.43% (5.45 MB)
[#002] sha256:2c8e8b1ded75e6a0e75ee294507dc9f06ca2c76681ec274717c24e54100cdf8d - 0.01% (5.73 KB)
[#003] sha256:f37ce3ba2a85b4879890bdcf5689926fbc3a2e8ee9ef2e62c7c22b79af3fe809 - 87.31% (74.1 MB)
[#004] sha256:0d09b9e6526f6aa964867665282430a4f11ac9f095a49724f945292821e4884b - 0.0% (408 Bytes)
/bin/sh -c #(nop) COPY dir:9bc292a37d42b7650ec30e543afa09669844cb812e928fe5e6deef05e4ab5bf5 in /
2022-10-30 18:01:03 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-10-30 18:01:03 UTC/bin/sh -c #(nop) ARG VERSION
2022-10-30 18:01:04 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0cd58a81-ls32 Build-date:- 2022-10-30T12:59:14-05:00
2022-10-30 18:01:05 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-10-30 18:01:06 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-10-30 18:01:15 UTC|2 BUILD_DATE=2022-10-30T12:59:14-05:00 VERSION=0cd58a81-ls32 /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-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-10-30 18:01:16 UTC/bin/sh -c #(nop) COPY dir:9da4c91c4b6623b6ef5ecf2a1e74c596ba26b0ff2e7ef445cd536a8fab673135 in /
2022-10-30 18:01:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-10-30 18:01:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-10-30 18:01:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T12:59:14-05:00
2022-10-30 18:01:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-10-30 18:01:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-10-30 18:01:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-10-30 18:01:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-10-30 18:01:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-10-30 18:01:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-10-30 18:01:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-10-30 18:01:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0cd58a81-ls32
2022-11-01 14:06:25 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-01 14:06:25 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-01 14:06:26 UTC/bin/sh -c #(nop) ARG RADARR_RELEASE
2022-11-01 14:06:27 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.2.4.6635-ls155 Build-date:- 2022-11-01T15:05:11+01:00
2022-11-01 14:06:28 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-11-01 14:06:29 UTC/bin/sh -c #(nop) ARG RADARR_BRANCH=master
2022-11-01 14:06:30 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2022-11-01 14:06:45 UTC|4 BUILD_DATE=2022-11-01T15:05:11+01:00 RADARR_BRANCH=master RADARR_RELEASE=4.2.4.6635 VERSION=4.2.4.6635-ls155 /bin/sh -c echo "**** install packages ****" && apk add -U --upgrade --no-cache curl jq icu-libs sqlite-libs && echo "**** install radarr ****" && mkdir -p /app/radarr/bin && if [ -z ${RADARR_RELEASE+x} ]; then RADARR_RELEASE=$(curl -sL "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/changes?runtime=netcore&os=linuxmusl" | jq -r '.[0].version'); fi && curl -o /tmp/radarr.tar.gz -L "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/updatefile?version=${RADARR_RELEASE}&os=linuxmusl&runtime=netcore&arch=arm64" && tar xzf /tmp/radarr.tar.gz -C /app/radarr/bin --strip-components=1 && echo -e "UpdateMethod=docker\nBranch=${RADARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/radarr/package_info && echo "**** cleanup ****" && rm -rf /app/radarr/bin/Radarr.Update /tmp/*
2022-11-01 14:06:46 UTC/bin/sh -c #(nop) COPY dir:ce7b642455641e4246da7aa3c30c3b723c3256f0b695990688634f44adc34bc0 in /
2022-11-01 14:06:46 UTC/bin/sh -c #(nop) EXPOSE 7878
2022-11-01 14:06:47 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-01 14:06:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-01 14:06:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-01T15:05:11+01:00
2022-11-01 14:06:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.
2022-11-01 14:06:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-radarr
2022-11-01 14:06:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-01 14:06:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=6b13011f6c4a0e86c63b7736adb5146f90d1f2d0
2022-11-01 14:06:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=6b13011f6c4a0e86c63b7736adb5146f90d1f2d0
2022-11-01 14:06:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-radarr
2022-11-01 14:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Radarr
2022-11-01 14:06:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-radarr/packages
2022-11-01 14:06:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-01 14:06:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.2.4.6635-ls155
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.