media (production-qbt)

Published 2025-07-16 08:02:29 -04:00 by colin

Installation

docker pull git.nixc.us/colin/media:production-qbt
sha256:4a9f5938424f653ce5939f63a0a57ef8e4688f225c94e93eb89bf2a21aa18e18

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:415bbc01dfb447d002e2d8173e113ef025d2bbfa20f1205823fa699dc87a2019 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-07-16 08:02:29 -04:00
350
OCI / Docker
linux/amd64
63 MiB
Versions (16) View all