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

2023-02-28 16:51:30 +0100

Size

89.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.2-r0-ls248 Build-date:- 2023-02-28T16:49:47+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-02-28T16:49:47+01: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
    dd75a7b4d847a18de7e84e59071b17747d1b48c4
  • org.opencontainers.image.revision
    dd75a7b4d847a18de7e84e59071b17747d1b48c4
  • 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-ls248

Environment
HOME

/config

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:e8979f9aca11e5c9aaf18e6cbf103f9d06ddf0a65eff32559412777dae253ed8 - 6.15% (5.53 MB)

[#001] sha256:c61fe2056171d6399726ab2e65848033b3acf1fff9449ecd956a2bf567edc662 - 0.0% (3.44 KB)

[#002] sha256:79405f5fdc837e4fee81a1c679c1e502f9011ba41f429d8665f517d9a70cd97f - 4.35% (3.9 MB)

[#003] sha256:fdc899eafa4733561963cdd975137ddcc3303b499f253e643ccdb9cb6f8da308 - 0.0% (3.89 KB)

[#004] sha256:50327245fb5d44fb9b5932a081f361c93c9bde955f7eb68d52ad1b1b6b7aa48d - 89.49% (80.4 MB)

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


History
2023-02-28 00:33:53 -0600 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-02-28 00:33:53 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-28 00:33:53 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2023-02-28 00:33:53 -0600 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-02-28 00:33:53 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 208a0faa-ls69 Build-date:- 2023-02-28T00:32:40-06:00

2023-02-28 00:33:53 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-02-28 00:33:53 -0600 (buildkit.dockerfile.v0)

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

2023-02-28 00:33:53 -0600 (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-02-28 00:33:55 -0600 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-02-28T00:32:40-06:00 VERSION=208a0faa-ls69 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq 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-02-28 00:33:55 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-28 00:33:55 -0600 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

ARG QBITTORRENT_VERSION

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

ARG QBT_VERSION

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4.5.2-r0-ls248 Build-date:- 2023-02-28T16:49:47+01:00

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=thespad

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

ARG UNRAR_VERSION=6.1.7

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

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

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2023-02-28T16:49:47+01:00 VERSION=4.5.2-r0-ls248 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-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-28 16:51:30 +0100 (buildkit.dockerfile.v0)

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

2023-02-28 16:51:30 +0100 (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