2022-07-25 16:00:27 UTC
82.6 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:5132e7f2ea6f04f05c67ad10e411d6e1eb61ab8deca9eff2ad105fc1e85910cd - 6.14% (5.07 MB)
[#001] sha256:59637417c73d539f7b0ab228ec623e9185fa16fda6fa613c733f5d5275c10a38 - 5.88% (4.86 MB)
[#002] sha256:80d44742f34b2070e64b2ecbd4f23f4b10068307ec7654949033f1d46c7296f1 - 0.0% (4.21 KB)
[#003] sha256:27307adbbb8c6d8a31e2daf57db361e6d6aaea37c0562aeba281167fbe6f1a1c - 87.97% (72.6 MB)
[#004] sha256:671cc786836d61a56ee427a4bdad785b1190985810245d93ab637262e445960c - 0.0% (433 Bytes)
/bin/sh -c #(nop) COPY dir:8feb5098eb9acff0185d987e692800d9a242635b95b8fc7c83571355aba6fc60 in /
2022-07-22 19:17:07 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-22 19:17:08 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-22 19:17:09 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 657d0a68-ls19 Build-date:- 2022-07-22T14:15:37-05:00
2022-07-22 19:17:10 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-22 19:17:11 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-22 19:17:14 UTC|2 BUILD_DATE=2022-07-22T14:15:37-05:00 VERSION=657d0a68-ls19 /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-07-22 19:17:16 UTC/bin/sh -c #(nop) COPY dir:0032daa64aa009d6dfa4edb69c1bd7722eb5a46d68a696b7df12ccde5606a847 in /
2022-07-22 19:17:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-22 19:17:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-22 19:17:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-22T14:15:37-05:00
2022-07-22 19:17:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-22 19:17:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-22 19:17:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-22 19:17:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=49da9be2c55f8c132d380dd4a613f4713788b547
2022-07-22 19:17:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=49da9be2c55f8c132d380dd4a613f4713788b547
2022-07-22 19:17:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-22 19:17:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-22 19:17:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-22 19:17:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-22 19:17:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=657d0a68-ls19
2022-07-25 16:00:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-25 16:00:08 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-25 16:00:08 UTC/bin/sh -c #(nop) ARG RADARR_RELEASE
2022-07-25 16:00:09 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.1.0.6175-ls147 Build-date:- 2022-07-25T17:59:08+02:00
2022-07-25 16:00:09 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-07-25 16:00:09 UTC/bin/sh -c #(nop) ARG RADARR_BRANCH=master
2022-07-25 16:00:09 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2022-07-25 16:00:22 UTC|4 BUILD_DATE=2022-07-25T17:59:08+02:00 RADARR_BRANCH=master RADARR_RELEASE=4.1.0.6175 VERSION=4.1.0.6175-ls147 /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-07-25 16:00:25 UTC/bin/sh -c #(nop) COPY dir:3311773c532810a276d1ca0a716413524ed67eb6dcd61c7727b5a3d4cfe0446e in /
2022-07-25 16:00:25 UTC/bin/sh -c #(nop) EXPOSE 7878
2022-07-25 16:00:25 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-25 16:00:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-25 16:00:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-25T17:59:08+02:00
2022-07-25 16:00:25 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-07-25 16:00:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-radarr
2022-07-25 16:00:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-25 16:00:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4084034ca9c04f4b1a17d640d53350556235444f
2022-07-25 16:00:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4084034ca9c04f4b1a17d640d53350556235444f
2022-07-25 16:00:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-radarr
2022-07-25 16:00:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Radarr
2022-07-25 16:00:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-radarr/packages
2022-07-25 16:00:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-25 16:00:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.1.0.6175-ls147
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.