Namespace
linuxserver
Image / Tag
qbittorrent:amd64-4.5.2-r0-ls252
Content Digest
sha256:b27c9c77a9fce01b4d82f23caaf51abbefa321ba2c2e24d725942b217314b093
Details
Created

2023-03-19 22:50:34 -0500

Size

92.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.2-r0-ls252 Build-date:- 2023-03-19T22:48:44-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-03-19T22:48:44-05: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
    3975773f2aed13ba1c8cda68a689b0cfc2168a95
  • org.opencontainers.image.revision
    3975773f2aed13ba1c8cda68a689b0cfc2168a95
  • 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.5.2-r0-ls252

Environment
HOME

/config

LSIO_FIRST_PARTY

true

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:1c44230cecfde821e44a0792a366a9c672874b8c1aea38082e46709e392d04c8 - 6.02% (5.54 MB)

[#001] sha256:1683dbba434761f3867957bbf4737f2ebf0d0842ba8e640c286a90ed77e5af4e - 0.0% (3.52 KB)

[#002] sha256:68c042af1727a0d79db9b2effc7951b360f3cc67fe61afbfff04a29fce726165 - 4.6% (4.24 MB)

[#003] sha256:1a8e8a85c6e5b6ed5b8696bd9b060d98b4aea310cad17159dc70e15476624b26 - 0.0% (3.7 KB)

[#004] sha256:0a09485624bc7d61808643f90f7dcdf0976b6760b0902c77793cfe738c993afd - 89.37% (82.3 MB)

[#005] sha256:ded8654d44372de9690e209352772ea90548f8427f272ad1dbc0e2bbd91e6403 - 0.0% (1.35 KB)


History
2023-03-14 07:31:05 +0100 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-03-14 07:31:05 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-14 07:31:05 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2023-03-14 07:31:05 +0100 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-03-14 07:31:05 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 91fff632-ls74 Build-date:- 2023-03-14T07:29:58+01:00

2023-03-14 07:31:05 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-03-14 07:31:05 +0100 (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-03-14 07:31:05 +0100 (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2023-03-14 07:31:07 +0100 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-03-14T07:29:58+01:00 VERSION=91fff632-ls74 MODS_VERSION=v3 /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 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-03-14 07:31:07 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-14 07:31:07 +0100 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

ARG VERSION

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

ARG QBITTORRENT_VERSION

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

ARG QBT_VERSION

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4.5.2-r0-ls252 Build-date:- 2023-03-19T22:48:44-05:00

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

LABEL maintainer=thespad

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

ARG UNRAR_VERSION=6.1.7

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2023-03-19T22:48:44-05:00 VERSION=4.5.2-r0-ls252 QBITTORRENT_VERSION=4.5.2-r0 QBT_VERSION= UNRAR_VERSION=6.1.7 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --upgrade --virtual=build-dependencies build-base && echo "**** install packages ****" && apk add -U --update --no-cache icu-libs libstdc++ openssl openssl1.1-compat p7zip python3 qt6-qtbase-sqlite && echo "**** install unrar from source ****" && mkdir /tmp/unrar && curl -o /tmp/unrar.tar.gz -L "https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && tar xf /tmp/unrar.tar.gz -C /tmp/unrar --strip-components=1 && cd /tmp/unrar && make && install -v -m755 unrar /usr/bin && 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 && QBT_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases" | awk '/tag_name/{print $4;exit}' FS='[""]'); curl -o /tmp/qbt.tar.gz -L "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_VERSION}/qbt-linux-alpine-x64-${QBT_VERSION:1}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/* # buildkit

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]

2023-03-19 22:50:34 -0500 (buildkit.dockerfile.v0)

VOLUME [/config]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete