• Joined on 2020-05-04

qbt (latest)

Published 2024-02-23 13:40:57 +01:00 by xav

Installation

docker pull git.xav.ovh/xav/qbt:latest
sha256:ec76d9f3896879538a824d32f743688fcdfe499af6193da853fcddfbaaa469ed

Images

Digest OS / Arch Size
ec1477ac86 linux/amd64 85 MiB

Image Layers ( linux/amd64)

COPY /root-out/ / # buildkit
ARG BUILD_DATE
ARG VERSION
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
LABEL build_version=Linuxserver.io version:- 73e35f25-ls127 Build-date:- 2024-02-17T13:27:02+00:00
LABEL maintainer=TheLamer
ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # 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 |4 BUILD_DATE=2024-02-17T13:27:02+00:00 VERSION=73e35f25-ls127 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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
ARG VERSION
ARG QBITTORRENT_VERSION
ARG QBT_CLI_VERSION
LABEL build_version=Linuxserver.io version:- 4.6.3-r0-ls314 Build-date:- 2024-02-18T06:53:00+00:00
LABEL maintainer=thespad
ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
RUN |4 BUILD_DATE=2024-02-18T06:53:00+00:00 VERSION=4.6.3-r0-ls314 QBITTORRENT_VERSION=4.6.3-r0 QBT_CLI_VERSION= /bin/sh -c echo "**** install packages ****" && apk add --no-cache icu-libs p7zip python3 qt6-qtbase-sqlite && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add -U --upgrade --no-cache qbittorrent-nox==${QBITTORRENT_VERSION} && echo "***** install qbitorrent-cli ****" && mkdir /qbt && if [ -z ${QBT_CLI_VERSION+x} ]; then QBT_CLI_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases/latest" | jq -r '. | .tag_name'); fi && curl -o /tmp/qbt.tar.gz -L "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_CLI_VERSION}/qbt-linux-alpine-x64-${QBT_CLI_VERSION#v}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/* # buildkit
COPY root/ / # buildkit
COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
VOLUME [/config]
RUN /bin/sh -c apk update && apk add openvpn # buildkit

Labels

Key Value
build_version Linuxserver.io version:- 4.6.3-r0-ls314 Build-date:- 2024-02-18T06:53:00+00:00
maintainer thespad
org.opencontainers.image.authors linuxserver.io
org.opencontainers.image.created 2024-02-18T06:53:00+00:00
org.opencontainers.image.description The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
org.opencontainers.image.documentation https://docs.linuxserver.io/images/docker-qbittorrent
org.opencontainers.image.licenses GPL-3.0-only
org.opencontainers.image.ref.name 5d799ac9b4b342906499ce82fc47d4591eea3d0f
org.opencontainers.image.revision 5d799ac9b4b342906499ce82fc47d4591eea3d0f
org.opencontainers.image.source https://github.com/linuxserver/docker-qbittorrent
org.opencontainers.image.title Qbittorrent
org.opencontainers.image.url https://github.com/linuxserver/docker-qbittorrent/packages
org.opencontainers.image.vendor linuxserver.io
org.opencontainers.image.version 4.6.3-r0-ls314
Details
Container
2024-02-23 13:40:57 +01:00
4
OCI / Docker
Versions (1) View all
latest 2024-02-23