Namespace
linuxserver
Image / Tag
qbittorrent:amd64-4.5.0-r1-ls242
Content Digest
sha256:1e8e2e7a1cd4ca6959e7485ad29895bc03e1ab87d30e51851a23a5a05b4d99f4
Details
Created

2023-01-30 04:50:19 +0100

Size

89.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.5.0-r1-ls242 Build-date:- 2023-01-30T04:48:35+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-01-30T04:48:35+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
    a3a1398b166961c6dbc74cbfbcff773cf54fb430
  • org.opencontainers.image.revision
    a3a1398b166961c6dbc74cbfbcff773cf54fb430
  • 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-ls242

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

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

[#002] sha256:435808a2c21483d5a57bed5d96315e986dceb33e3b72a2b0e74d8aee6ffa4b65 - 4.66% (4.17 MB)

[#003] sha256:d7b0519dc821f78abe3f3938ee570431ff4090cdbedcabacc94a152d6d659ba6 - 0.0% (3.88 KB)

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

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


History
2023-01-24 07:31:00 +0100 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-24 07:31:00 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-24 07:31:00 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2023-01-24 07:31:00 +0100 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-01-24 07:31:00 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 7c24a339-ls64 Build-date:- 2023-01-24T07:29:56+01:00

2023-01-24 07:31:00 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-24 07:31:00 +0100 (buildkit.dockerfile.v0)

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

2023-01-24 07:31:00 +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-01-24 07:31:02 +0100 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-24T07:29:56+01:00 VERSION=7c24a339-ls64 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-24 07:31:02 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-24 07:31:02 +0100 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

ARG QBITTORRENT_VERSION

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

ARG QBT_VERSION

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4.5.0-r1-ls242 Build-date:- 2023-01-30T04:48:35+01:00

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=thespad

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

ARG UNRAR_VERSION=6.1.7

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

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

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2023-01-30T04:48:35+01:00 VERSION=4.5.0-r1-ls242 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-30 04:50:19 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-30 04:50:19 +0100 (buildkit.dockerfile.v0)

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

2023-01-30 04:50:19 +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