qbittorrent-natpmp (latest)

Published 2024-02-09 17:51:35 +01:00 by Ghost in snailed/qbittorrent-natpmp-docker

Installation

docker pull git.snaile.de/snailed/qbittorrent-natpmp:latest
sha256:8194db66ebede1c2173136936f80bf88be75bdfa298d92fcc07f6a208b56a34d

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:99224b1f237763b3053ca27ea5641f9a801c21154c7ccbff2c099654cc6db942 in /
CMD ["/bin/bash"]
RUN apt-get update
RUN apt-get install --no-install-suggests --no-install-recommends --yes --quiet natpmpc curl bc netcat-openbsd tzdata locales iproute2
RUN rm -rf /var/lib/apt/lists/* /var/cache/apt/*
RUN apt-get clean
RUN sed -i "/${LANG}/s/^# //g" /etc/locale.gen && locale-gen && ln -fs "/usr/share/zoneinfo/${TZ}" /etc/localtime && dpkg-reconfigure tzdata
COPY --from=docker-cli /usr/bin/docker /usr/bin/docker
COPY data/start.sh /start.sh
RUN chmod 750 /start.sh

Labels

Key Value
description Map port via NAT-PMP and update qBittorrent configuration
org.opencontainers.image.base.name ubuntu:jammy
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.source https://github.com/ssnailed/qbittorrent-natpmp
org.opencontainers.image.version 22.04
version 2.0.0
Details
Container
2024-02-09 17:51:35 +01:00
1405
OCI / Docker
linux/amd64
90 MiB
Versions (1) View all
latest 2024-02-09