prowlarr (sha256:17ec4abda769961d939de77e729e747f4fe1d9fc26b23617e03c18d703d50861)
Published 2026-04-06 23:01:20 -05:00 by jbelec
Installation
docker pull git.lab.lostsource.net/builds/prowlarr@sha256:17ec4abda769961d939de77e729e747f4fe1d9fc26b23617e03c18d703d50861sha256:17ec4abda769961d939de77e729e747f4fe1d9fc26b23617e03c18d703d50861About this package
[Prowlarr](https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
Image layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE=2026-03-28T14:01:33+00:00 |
| ARG VERSION=5f152c1d-ls10 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- 5f152c1d-ls10 Build-date:- 2026-03-28T14:01:33+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=2026-03-28T14:01:33+00:00 VERSION=5f152c1d-ls10 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=2026-04-04T19:03:53+00:00 |
| ARG VERSION=2.3.5.5327-ls141 |
| ARG PROWLARR_RELEASE=2.3.5.5327 |
| LABEL build_version=Linuxserver.io version:- 2.3.5.5327-ls141 Build-date:- 2026-04-04T19:03:53+00:00 |
| LABEL maintainer=Roxedus,thespad |
| ARG PROWLARR_BRANCH=master |
| ENV XDG_CONFIG_HOME=/config/xdg COMPlus_EnableDiagnostics=0 TMPDIR=/run/prowlarr-temp |
| RUN |4 BUILD_DATE=2026-04-04T19:03:53+00:00 VERSION=2.3.5.5327-ls141 PROWLARR_RELEASE=2.3.5.5327 PROWLARR_BRANCH=master /bin/sh -c echo "**** install packages ****" && apk add -U --upgrade --no-cache icu-libs sqlite-libs xmlstarlet && echo "**** install prowlarr ****" && mkdir -p /app/prowlarr/bin && if [ -z ${PROWLARR_RELEASE+x} ]; then PROWLARR_RELEASE=$(curl -sL "https://prowlarr.servarr.com/v1/update/${PROWLARR_BRANCH}/changes?runtime=netcore&os=linuxmusl" | jq -r '.[0].version'); fi && curl -o /tmp/prowlarr.tar.gz -L "https://prowlarr.servarr.com/v1/update/${PROWLARR_BRANCH}/updatefile?version=${PROWLARR_RELEASE}&os=linuxmusl&runtime=netcore&arch=arm64" && tar xzf /tmp/prowlarr.tar.gz -C /app/prowlarr/bin --strip-components=1 && echo -e "UpdateMethod=docker\nBranch=${PROWLARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://www.linuxserver.io/)" > /app/prowlarr/package_info && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /app/prowlarr/bin/Prowlarr.Update /tmp/* /var/tmp/* # buildkit |
| COPY root/ / # buildkit |
| EXPOSE [9696/tcp] |
| VOLUME [/config] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- 2.3.5.5327-ls141 Build-date:- 2026-04-04T19:03:53+00:00 |
| maintainer | Roxedus,thespad |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2026-04-04T19:03:53+00:00 |
| org.opencontainers.image.description | [Prowlarr](https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all). |
| org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-prowlarr |
| org.opencontainers.image.licenses | GPL-3.0-only |
| org.opencontainers.image.ref.name | aff3580ce6118e1007762ef81a10a3e975a384c9 |
| org.opencontainers.image.revision | aff3580ce6118e1007762ef81a10a3e975a384c9 |
| org.opencontainers.image.source | https://github.com/linuxserver/docker-prowlarr |
| org.opencontainers.image.title | Prowlarr |
| org.opencontainers.image.url | https://github.com/linuxserver/docker-prowlarr/packages |
| org.opencontainers.image.vendor | linuxserver.io |
| org.opencontainers.image.version | 2.3.5.5327-ls141 |