Namespace
linuxserver
Image / Tag
radarr:amd64-develop-4.1.0.6175-ls60
Content Digest
sha256:1fd1271e3d1104453db8acd5997c740b8fa7a063a66d94b3065d372892f90930
Details
Created

2022-05-02 16:04:57 UTC

Size

86.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.1.0.6175-ls60 Build-date:- 2022-05-02T18:03:46+02:00
  • maintainer
    Roxedus,thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-02T18:03:46+02:00
  • org.opencontainers.image.description
    [Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-radarr
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    0134bd5147e1444d6864082a6d59194f4beae95e
  • org.opencontainers.image.revision
    0134bd5147e1444d6864082a6d59194f4beae95e
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-radarr
  • org.opencontainers.image.title
    Radarr
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-radarr/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    4.1.0.6175-ls60

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:47e236d47c007c7ff2c78645ccf47a9e2491d6ba9c0c2a49223ba703d0eae70e - 3.24% (2.8 MB)

[#001] sha256:dd7e2ebfa9e92390e529ba1525f90b778ef8ca9442e05f755ec1581446c43156 - 2.09% (1.8 MB)

[#002] sha256:759b9b2dbbfc950c941fc8642a0f77fe3b50abbfcb5aad04d98ee708354e9478 - 2.01% (1.74 MB)

[#003] sha256:2f1f11dc09bce0390b04945f85445f02cc4ed98d0630236dbb1c3ed5e9cc2c03 - 0.0% (439 Bytes)

[#004] sha256:0745ee13e1e38560d431999919211b7130e6af518f37b7e7026cf213cd5a8a20 - 3.54% (3.06 MB)

[#005] sha256:289cfef001921d9e464d64e61b610118913d77df69dce460052f21f732ef1778 - 0.0% (3.62 KB)

[#006] sha256:56d827a6623943bc9d0b23869e7f97c6a973b2c28e447b6916c829d229fb1a91 - 89.12% (77 MB)

[#007] sha256:2eb0c7b1e0b92bcc7efef60d52945b7cc12d81eeb2c21936bbdf9c0cc502a56b - 0.0% (432 Bytes)


History
2022-04-21 19:34:27 UTC

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

2022-04-21 19:34:27 UTC

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

2022-04-21 19:34:27 UTC

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

2022-04-21 19:34:27 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5b84806a-ls13 Build-date:- 2022-04-21T21:33:27+02:00

2022-04-21 19:34:27 UTC

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

2022-04-21 19:34:28 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-04-21 19:34:28 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2022-04-21 19:34:29 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2022-04-21 19:34:30 UTC

|4 BUILD_DATE=2022-04-21T21:33:27+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5b84806a-ls13 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-04-21 19:34:30 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-04-21 19:34:30 UTC

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

2022-04-21 19:34:33 UTC

|4 BUILD_DATE=2022-04-21T21:33:27+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5b84806a-ls13 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-04-21 19:34:33 UTC

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

2022-04-21 19:34:33 UTC

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

2022-04-21 19:34:33 UTC

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

2022-04-21 19:34:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-21T21:33:27+02:00

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:34 UTC

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

2022-04-21 19:34:35 UTC

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

2022-04-21 19:34:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5b84806a-ls13

2022-05-02 16:04:43 UTC

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

2022-05-02 16:04:43 UTC

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

2022-05-02 16:04:43 UTC

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

2022-05-02 16:04:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.1.0.6175-ls60 Build-date:- 2022-05-02T18:03:46+02:00

2022-05-02 16:04:43 UTC

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

2022-05-02 16:04:43 UTC

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

2022-05-02 16:04:43 UTC

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

2022-05-02 16:04:55 UTC

|4 BUILD_DATE=2022-05-02T18:03:46+02:00 RADARR_BRANCH=develop RADARR_RELEASE=4.1.0.6175 VERSION=4.1.0.6175-ls60 /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://www.linuxserver.io/)" > /app/radarr/package_info && echo "**** cleanup ****" && rm -rf /app/radarr/bin/Radarr.Update /tmp/* /var/tmp/*

2022-05-02 16:04:56 UTC

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

2022-05-02 16:04:56 UTC

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

2022-05-02 16:04:56 UTC

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

2022-05-02 16:04:56 UTC

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

2022-05-02 16:04:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-02T18:03:46+02:00

2022-05-02 16:04:56 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-05-02 16:04:56 UTC

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

2022-05-02 16:04:56 UTC

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

2022-05-02 16:04:56 UTC

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

2022-05-02 16:04:57 UTC

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

2022-05-02 16:04:57 UTC

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

2022-05-02 16:04:57 UTC

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

2022-05-02 16:04:57 UTC

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

2022-05-02 16:04:57 UTC

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

2022-05-02 16:04:57 UTC

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

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