media (production-qbt)

Published 2025-11-25 18:03:59 -05:00 by colin

Installation

docker pull git.nixc.us/colin/media:production-qbt
sha256:1dbe84773e4e88e3bc6a4bf3c2b0d467b76078101bfbab6c1cc94f554bc92513

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e in /
CMD ["/bin/bash"]
LABEL maintainer=Media Server
LABEL description=qBittorrent-nox container
ENV DEBIAN_FRONTEND=noninteractive PUID=1000 PGID=1000 TZ=UTC
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends iptables iproute2 qbittorrent-nox curl && apt-get clean && rm -rf /var/lib/apt/lists/* && groupadd -g ${PGID} qbittorrent && useradd -u ${PUID} -g qbittorrent -s /bin/bash -m qbittorrent # buildkit
RUN /bin/sh -c mkdir -p /config /downloads /incomplete && chown -R qbittorrent:qbittorrent /config /downloads /incomplete # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
COPY notify.sh /notify.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh /notify.sh # buildkit
VOLUME [/config /downloads /incomplete]
USER qbittorrent
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ || exit 1"] "30s" "10s" "5s" "0s" '\x03'}
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
com.docker.compose.project media
com.docker.compose.service qbt
com.docker.compose.version 2.36.2
description qBittorrent-nox container
maintainer Media Server
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-11-25 18:03:59 -05:00
352
OCI / Docker
linux/amd64
63 MiB
Versions (16) View all
production-jackett 2025-11-25
production-socks5 2025-11-25
production-qbt 2025-11-25
production-sonarr 2025-11-25