Namespace
linuxserver
Image / Tag
qbittorrent:amd64-4.5.0-r1-ls241
Content Digest
sha256:08870d42703308ded80b74b9f1c0138e81c84b33ac3409b754ce9988cfdc516f
Details
Created

2023-01-22 21:50:04 -0600

Size

89.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.0-r1-ls241 Build-date:- 2023-01-22T21:48:31-06:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-01-22T21:48:31-06: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
    b68208bdbc522a81bd62ba3007560c399a5464cf
  • org.opencontainers.image.revision
    b68208bdbc522a81bd62ba3007560c399a5464cf
  • 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.0-r1-ls241

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:d657e5147c5eace9e9c92c2343b8585c625dc75d9e025dbf8899e1aaa57e2360 - 6.34% (5.67 MB)

[#001] sha256:665a26860e09ef8030830255032e3fd7a21141743338294b6bafabaf462a1296 - 0.0% (2.77 KB)

[#002] sha256:158eda38f31c27444987f8b298e82fdd1c2de35bf70e060f4cfd7348ae3378f4 - 4.66% (4.17 MB)

[#003] sha256:ce6e89827325eca05ccb91fee3c85836aacc2158939d1f499c87b714db7aaa93 - 0.0% (3.87 KB)

[#004] sha256:cc48b524bf9b692514d51f2f7ca99cb17968be9883a0767054bc15dd0a7bf101 - 88.99% (79.6 MB)

[#005] sha256:fc722b4c99bca3a4cbb0afcd1c20bd4de35c09a59b36f46347b40badd6f84592 - 0.0% (1.37 KB)


History
2023-01-17 00:31:38 -0600 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-17 00:31:38 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-17 00:31:38 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2023-01-17 00:31:38 -0600 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-01-17 00:31:38 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- e0ef8742-ls63 Build-date:- 2023-01-17T00:30:17-06:00

2023-01-17 00:31:38 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-17 00:31:38 -0600 (buildkit.dockerfile.v0)

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

2023-01-17 00:31:38 -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-01-17 00:31:40 -0600 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-17T00:30:17-06:00 VERSION=e0ef8742-ls63 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq procps 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-01-17 00:31:40 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-17 00:31:40 -0600 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

ARG QBITTORRENT_VERSION

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

ARG QBT_VERSION

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4.5.0-r1-ls241 Build-date:- 2023-01-22T21:48:31-06:00

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=thespad

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

ARG UNRAR_VERSION=6.1.7

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

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

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2023-01-22T21:48:31-06:00 VERSION=4.5.0-r1-ls241 QBITTORRENT_VERSION=4.5.0-r1 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 && 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-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-22 21:50:04 -0600 (buildkit.dockerfile.v0)

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

2023-01-22 21:50:04 -0600 (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