Namespace
linuxserver
Image / Tag
qbittorrent:arm32v7-4.4.1-r0-ls175
Content Digest
sha256:77cf1069fca60af55162e3146948b0035ef1ac127252eba2342a94f3568fe48c
Details
Created

2022-02-28 03:49:47 UTC

Size

43.8 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:f6756a5f61dcb99e59d7480e3b2516c21c9440a061758fd63e3481b625f82f3c - 5.53% (2.42 MB)

[#001] sha256:bc7b646db420d4c4e9c2380a34bdb898c81e9d442651ca8d4b34a2dc7fd75240 - 4.92% (2.15 MB)

[#002] sha256:fd2ab574fb1a0ae1f28aca3470dc626840f448106ddfd8dbad62fba3f7fdb84d - 4.75% (2.08 MB)

[#003] sha256:50b171d07a08dc83a3b6076c46d965b9a2e82ccc2cb7804ebd908e817a1c5df8 - 0.0% (409 Bytes)

[#004] sha256:75175ff08860ad36653b13fd7031cdaa6391e5da7248e9e016d6168d69e1c17c - 9.4% (4.11 MB)

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

[#006] sha256:c2617facad245594e2f512e3dd67b6d969f8e501d83fe64dc855b22bb26d37eb - 75.38% (33 MB)

[#007] sha256:b39f55789d831df853815c16a0d72befb6233fe45d94e8a5d367deeefc4c2ec8 - 0.0% (831 Bytes)


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

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

2022-02-23 19:38:52 UTC

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

2022-02-23 19:38:53 UTC

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

2022-02-23 19:38:54 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:55 UTC

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

2022-02-23 19:38:56 UTC

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

2022-02-23 19:38:57 UTC

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

2022-02-23 19:39:00 UTC

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

2022-02-23 19:39:00 UTC

|4 BUILD_DATE=2022-02-23T20:37:50+01:00 OVERLAY_ARCH=arm 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:39:02 UTC

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

2022-02-23 19:39:02 UTC

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

2022-02-23 19:39:07 UTC

|4 BUILD_DATE=2022-02-23T20:37:50+01:00 OVERLAY_ARCH=arm 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 "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-02-23 19:39:08 UTC

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

2022-02-23 19:39:08 UTC

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

2022-02-23 19:39:09 UTC

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

2022-02-23 19:39:10 UTC

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

2022-02-23 19:39:11 UTC

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

2022-02-23 19:39:12 UTC

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

2022-02-23 19:39:13 UTC

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

2022-02-23 19:39:14 UTC

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

2022-02-23 19:39:15 UTC

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

2022-02-23 19:39:16 UTC

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

2022-02-23 19:39:17 UTC

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

2022-02-23 19:39:18 UTC

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

2022-02-23 19:39:19 UTC

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

2022-02-23 19:39:20 UTC

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

2022-02-28 03:49:20 UTC

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

2022-02-28 03:49:20 UTC

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

2022-02-28 03:49:21 UTC

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

2022-02-28 03:49:22 UTC

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

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

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

2022-02-28 03:49:25 UTC

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

2022-02-28 03:49:32 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/armhf/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_armv6.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:34 UTC

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

2022-02-28 03:49:34 UTC

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

2022-02-28 03:49:35 UTC

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

2022-02-28 03:49:36 UTC

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

2022-02-28 03:49:37 UTC

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

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

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

2022-02-28 03:49:40 UTC

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

2022-02-28 03:49:41 UTC

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

2022-02-28 03:49:42 UTC

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

2022-02-28 03:49:43 UTC

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

2022-02-28 03:49:44 UTC

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

2022-02-28 03:49:45 UTC

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

2022-02-28 03:49:46 UTC

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

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