Christoph Hummer ich777
  • Joined on 2019-05-15

prowlarr (latest)

Published 2025-05-10 17:12:21 +02:00 by ich777

Installation

docker pull git.minenet.at/ich777/prowlarr:latest
sha256:eb6505290e5784b684f5776e209b9d0199ceac1f9215c6e28fa9bf7223fd9e04

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'
LABEL org.opencontainers.image.authors=admin@minenet.at
LABEL org.opencontainers.image.source=https://github.com/ich777/docker-debian-baseimage
RUN /bin/sh -c echo "deb http://deb.debian.org/debian bookworm contrib non-free non-free-firmware" >> /etc/apt/sources.list && apt-get update && apt-get -y upgrade && apt-get -y install --no-install-recommends wget locales procps && touch /etc/locale.gen && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen && apt-get -y install --reinstall ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
LABEL org.opencontainers.image.authors=admin@minenet.at
LABEL org.opencontainers.image.source=https://github.com/ich777/docker-prowlarr
RUN /bin/sh -c apt-get update && apt-get -y install --no-install-recommends mediainfo libicu72 netcat-traditional jq libsqlite3-0 && rm -rf /var/lib/apt/lists/* # buildkit
ENV DATA_DIR=/prowlarr
ENV PROWLARR_REL=latest
ENV START_PARAMS=
ENV UMASK=0000
ENV DATA_PERM=770
ENV CONNECTED_CONTAINERS=
ENV CONNECTED_CONTAINERS_TIMEOUT=60
ENV UID=99
ENV GID=100
ENV USER=prowlarr
RUN /bin/sh -c mkdir $DATA_DIR && mkdir /mnt/downloads && mkdir /mnt/tv && useradd -d $DATA_DIR -s /bin/bash $USER && chown -R $USER $DATA_DIR && ulimit -n 2048 # buildkit
ADD /scripts/ /opt/scripts/ # buildkit
RUN /bin/sh -c chmod -R 770 /opt/scripts/ # buildkit
EXPOSE map[9696/tcp:{}]
ENTRYPOINT ["/opt/scripts/start.sh"]

Labels

Key Value
org.opencontainers.image.authors admin@minenet.at
org.opencontainers.image.source https://github.com/ich777/docker-prowlarr
Details
Container
2025-05-10 17:12:21 +02:00
41
OCI / Docker
linux/amd64
admin@minenet.at
59 MiB
Versions (1) View all
latest 2025-05-10