Namespace
linuxserver
Image / Tag
qbittorrent:amd64-4.4.1-r0-ls175
Content Digest
sha256:538576f002130edd48bff2a4b06b8b8d37dd80d1b9fa53b8705cd3aa7b0843c4
Details
Created

2022-02-28 03:49:23 UTC

Size

44.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.1-r0-ls175 Build-date:- 2022-02-28T04:48:06+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-02-28T04:48:06+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
    aa53903516df6d10037d83267b710172d3008ccf
  • org.opencontainers.image.revision
    aa53903516df6d10037d83267b710172d3008ccf
  • 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-ls175

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:81d6c7493ca221ff4ed04dc56a1503473ed617a188a866fbeabe144c96151baa - 6.3% (2.8 MB)

[#001] sha256:2962c73b88e77606ac9b3516e3d771f489cc17bfef62ebddef1f41c2b41f8cf6 - 4.05% (1.8 MB)

[#002] sha256:63724473e7d0a1fda6ed4ca869b73438c77b24e03394b37d015ebbf6ca1ea001 - 3.9% (1.74 MB)

[#003] sha256:81053f27eae48f04866a0e2a8e2e99c02d495bcc5abd8fec77a0732eae8700d4 - 0.0% (438 Bytes)

[#004] sha256:f2565fa029fa6168713e5f27668aaf87391c6ccb9fff905858d8ede96d0f16b1 - 6.64% (2.95 MB)

[#005] sha256:c045494d1553a59eed3c749df78a7f69946cae5a34fc25398fe839a183ba912a - 0.01% (3.55 KB)

[#006] sha256:5cec5507a5ddd97d406d96143a750b524b243d7e5a736bd46fb7c11410d59dfc - 79.1% (35.2 MB)

[#007] sha256:0b517f99f1ab53f0cc8faf393d69b4bed18ea37b1a408d92a71ecbad84a7f601 - 0.0% (858 Bytes)


History
2022-02-23 19:38:45 UTC

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

2022-02-23 19:38:45 UTC

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

2022-02-23 19:38:46 UTC

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

2022-02-23 19:38:46 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a5083901-ls1 Build-date:- 2022-02-23T20:37:50+01:00

2022-02-23 19:38:46 UTC

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

2022-02-23 19:38:46 UTC

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

2022-02-23 19:38:46 UTC

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

2022-02-23 19:38:47 UTC

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

2022-02-23 19:38:48 UTC

|4 BUILD_DATE=2022-02-23T20:37:50+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a5083901-ls1 /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-02-23 19:38:49 UTC

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

2022-02-23 19:38:49 UTC

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

2022-02-23 19:38:52 UTC

|4 BUILD_DATE=2022-02-23T20:37:50+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a5083901-ls1 /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-02-23 19:38:52 UTC

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

2022-02-23 19:38:52 UTC

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

2022-02-23 19:38:52 UTC

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

2022-02-23 19:38:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-23T20:37:50+01:00

2022-02-23 19:38:52 UTC

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

2022-02-23 19:38:53 UTC

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

2022-02-23 19:38:53 UTC

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

2022-02-23 19:38:53 UTC

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

2022-02-23 19:38:53 UTC

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

2022-02-23 19:38:53 UTC

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

2022-02-23 19:38:53 UTC

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

2022-02-23 19:38:54 UTC

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

2022-02-23 19:38:54 UTC

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

2022-02-23 19:38:54 UTC

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

2022-02-28 03:49:13 UTC

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

2022-02-28 03:49:14 UTC

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

2022-02-28 03:49:14 UTC

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

2022-02-28 03:49:14 UTC

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

2022-02-28 03:49:14 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.1-r0-ls175 Build-date:- 2022-02-28T04:48:06+01:00

2022-02-28 03:49:14 UTC

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

2022-02-28 03:49:14 UTC

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

2022-02-28 03:49:20 UTC

|3 BUILD_DATE=2022-02-28T04:48:06+01:00 QBITTORRENT_VERSION=4.4.1-r0 VERSION=4.4.1-r0-ls175 /bin/sh -c apk add -U --update --no-cache bash curl && 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 ****" && if [ -z ${QBT_VERSION+x} ]; then QBT_VERSION=$(curl -sX GET "https://api.github.com/repos/ludviglundgren/qbittorrent-cli/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/qbt.tar.gz -L "https://github.com/ludviglundgren/qbittorrent-cli/releases/download/${QBT_VERSION}/qbittorrent-cli_$(echo $QBT_VERSION | cut -c2-)_linux_amd64.tar.gz" && tar xzf /tmp/qbt.tar.gz -C /tmp && mv /tmp/qbt /usr/bin && echo "**** cleanup ****" && rm -rf /tmp/*

2022-02-28 03:49:21 UTC

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

2022-02-28 03:49:21 UTC

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

2022-02-28 03:49:21 UTC

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

2022-02-28 03:49:21 UTC

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

2022-02-28 03:49:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-28T04:48:06+01:00

2022-02-28 03:49:22 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-02-28 03:49:22 UTC

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

2022-02-28 03:49:22 UTC

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

2022-02-28 03:49:22 UTC

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

2022-02-28 03:49:22 UTC

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

2022-02-28 03:49:22 UTC

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

2022-02-28 03:49:22 UTC

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

2022-02-28 03:49:23 UTC

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

2022-02-28 03:49:23 UTC

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

2022-02-28 03:49:23 UTC

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

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