Namespace
linuxserver
Image / Tag
qbittorrent:amd64-4.4.1
Content Digest
sha256:64c9feb4fb5f4f66d89c24b1906c71b1c9007b13b3253794109f4897aa967566
Details
Created

2022-03-21 03:54:35 UTC

Size

94.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.1-r0-ls180 Build-date:- 2022-03-20T22:52:53-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-20T22:52:53-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
    0358202857087d9ae4df87ec23a27f8942ab1212
  • org.opencontainers.image.revision
    0358202857087d9ae4df87ec23a27f8942ab1212
  • 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.4.1-r0-ls180

Environment
HOME

/config

PATH

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

PS1

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

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:e37be16d66060536ee8b0bd4599cc4fe2e64e1f094666e28509977d9566e0756 - 2.98% (2.81 MB)

[#001] sha256:5056adac4a63722b1def99a8840399700b6938cf9247642fa10343643c746936 - 1.91% (1.8 MB)

[#002] sha256:9e607560db4235bb00a43f4c990e681c3075220e65f4eced82d386b21fe17b83 - 1.84% (1.74 MB)

[#003] sha256:52b7b1d7f89aa45651f16122c14184119d269c146035ba2995677af77e94670f - 0.0% (437 Bytes)

[#004] sha256:1685301dcf399a3db959f3010d05921d25fc245018ca799cd6a16e03bee68ccd - 3.14% (2.95 MB)

[#005] sha256:e57cc22cf696dc0a40878d98d3c8fb8ee307d045aaff660f5027e72b14179514 - 0.0% (3.55 KB)

[#006] sha256:bf227421d6b1f329682df01207c2c47a4f0873812e8a9cfd6da2cb98d8ffed9c - 90.12% (84.9 MB)

[#007] sha256:b9207d20c718f254cbbef346aa1aafd715d4c31c8891adf0dd19f1ea22e69878 - 0.0% (1.05 KB)


History
2022-03-15 06:33:02 UTC

/bin/sh -c #(nop) COPY dir:6a27fd36516ea762dfa0bfe600999ced04d122fd639b354a49fb392a11d6c561 in /

2022-03-15 06:33:02 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-03-15 06:33:02 UTC

/bin/sh -c #(nop) ARG VERSION

2022-03-15 06:33:02 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- fbb047f2-ls4 Build-date:- 2022-03-15T07:31:58+01:00

2022-03-15 06:33:02 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-03-15 06:33:03 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-03-15 06:33:03 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2022-03-15 06:33:03 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2022-03-15 06:33:04 UTC

|4 BUILD_DATE=2022-03-15T07:31:58+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=fbb047f2-ls4 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-03-15 06:33:04 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-03-15 06:33:04 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-03-15 06:33:08 UTC

|4 BUILD_DATE=2022-03-15T07:31:58+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=fbb047f2-ls4 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-03-15 06:33:08 UTC

/bin/sh -c #(nop) COPY dir:494f571e18199f31eaf5e50b5556d1c8ccb8a67541fb04fc3a4f9638cbff48e5 in /

2022-03-15 06:33:08 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-03-15 06:33:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-15 06:33:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-15T07:31:58+01:00

2022-03-15 06:33:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-03-15 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-03-15 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-15 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=c9237aaa398a04fdaf887944a10557282e1ee013

2022-03-15 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c9237aaa398a04fdaf887944a10557282e1ee013

2022-03-15 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-03-15 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-03-15 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-03-15 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-15 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=fbb047f2-ls4

2022-03-21 03:53:59 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-03-21 03:53:59 UTC

/bin/sh -c #(nop) ARG VERSION

2022-03-21 03:53:59 UTC

/bin/sh -c #(nop) ARG QBITTORRENT_VERSION

2022-03-21 03:53:59 UTC

/bin/sh -c #(nop) ARG QBT_VERSION

2022-03-21 03:53:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.1-r0-ls180 Build-date:- 2022-03-20T22:52:53-05:00

2022-03-21 03:53:59 UTC

/bin/sh -c #(nop) LABEL maintainer=thespad

2022-03-21 03:53:59 UTC

/bin/sh -c #(nop) ARG QBT_VERSION=1.7

2022-03-21 03:54:00 UTC

/bin/sh -c #(nop) ARG UNRAR_VERSION=6.1.4

2022-03-21 03:54:00 UTC

/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config

2022-03-21 03:54:33 UTC

|5 BUILD_DATE=2022-03-20T22:52:53-05:00 QBITTORRENT_VERSION=4.4.1-r0 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.1-r0-ls180 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --upgrade --virtual=build-dependencies make g++ gcc && echo "**** install packages ****" && apk add -U --update --no-cache bash curl icu-libs libstdc++ openssl 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 && curl -L -o /tmp/qbt.tar.gz "https://github.com/linuxserver/docker-qbittorrent/releases/download/qbt-${QBT_VERSION}/qbt.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2022-03-21 03:54:33 UTC

/bin/sh -c #(nop) COPY dir:acd8e70f5b0fdb37021625e3f3adf782cd64fe7342a7990787e56c1f02b53776 in /

2022-03-21 03:54:34 UTC

/bin/sh -c #(nop) EXPOSE 6881 6881/udp 8080

2022-03-21 03:54:34 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-03-21 03:54:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-21 03:54:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-20T22:52:53-05:00

2022-03-21 03:54:34 UTC

/bin/sh -c #(nop) LABEL 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.

2022-03-21 03:54:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-qbittorrent

2022-03-21 03:54:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-21 03:54:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=0358202857087d9ae4df87ec23a27f8942ab1212

2022-03-21 03:54:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0358202857087d9ae4df87ec23a27f8942ab1212

2022-03-21 03:54:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-qbittorrent

2022-03-21 03:54:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Qbittorrent

2022-03-21 03:54:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-qbittorrent/packages

2022-03-21 03:54:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-21 03:54:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.4.1-r0-ls180

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