media (staging-radarr)
Published 2025-11-25 18:02:41 -05:00 by colin
Installation
docker pull git.nixc.us/colin/media:staging-radarrsha256:d944b80a9270c82eef5a6013b6e7c97e9eb3b0e42795aec2d336c89f33dd0a52About this package
[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.
Image Layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE=2025-11-22T13:38:16+00:00 |
| ARG VERSION=4c1ed24a-ls16 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- 4c1ed24a-ls16 Build-date:- 2025-11-22T13:38:16+00:00 |
| LABEL maintainer=TheLamer |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit |
| ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |6 BUILD_DATE=2025-11-22T13:38:16+00:00 VERSION=4c1ed24a-ls16 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
| COPY root/ / # buildkit |
| ENTRYPOINT ["/init"] |
| ENV LSIO_FIRST_PARTY=true |
| ARG BUILD_DATE=2025-11-23T17:00:47+00:00 |
| ARG VERSION=6.0.4.10291-ls288 |
| ARG RADARR_RELEASE=6.0.4.10291 |
| LABEL build_version=Linuxserver.io version:- 6.0.4.10291-ls288 Build-date:- 2025-11-23T17:00:47+00:00 |
| LABEL maintainer=Roxedus,thespad |
| ARG RADARR_BRANCH=master |
| ENV XDG_CONFIG_HOME=/config/xdg COMPlus_EnableDiagnostics=0 TMPDIR=/run/radarr-temp |
| RUN |4 BUILD_DATE=2025-11-23T17:00:47+00:00 VERSION=6.0.4.10291-ls288 RADARR_RELEASE=6.0.4.10291 RADARR_BRANCH=master /bin/sh -c echo "**** install packages ****" && apk add -U --upgrade --no-cache icu-libs sqlite-libs xmlstarlet && 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 && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /app/radarr/bin/Radarr.Update /tmp/* # buildkit |
| COPY root/ / # buildkit |
| EXPOSE [7878/tcp] |
| VOLUME [/config] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- 6.0.4.10291-ls288 Build-date:- 2025-11-23T17:00:47+00:00 |
| com.docker.compose.project | media |
| com.docker.compose.service | radarr |
| com.docker.compose.version | 2.36.2 |
| maintainer | Roxedus,thespad |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2025-11-23T17:00:47+00: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 | 2af6aea50f3e98007223aae2e8c053d09832396f |
| org.opencontainers.image.revision | 2af6aea50f3e98007223aae2e8c053d09832396f |
| 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 | 6.0.4.10291-ls288 |
Details
2025-11-25 18:02:41 -05:00
Versions (16)
View all
Container
0
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
88 MiB
production-jackett
2025-11-25
production-socks5
2025-11-25
production-qbt
2025-11-25
production-sonarr
2025-11-25
production-ytdl-material
2025-11-25