Namespace
linuxserver
Image / Tag
qbittorrent:arm32v7-4.4.3-r0-ls197
Content Digest
sha256:d361d7d621d490b06178647b0bea41c34fa776845a9ea49a0479b6c9e36b3f10
Details
Created

2022-05-25 14:33:04 UTC

Size

82.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.3-r0-ls197 Build-date:- 2022-05-25T16:31:05+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-25T16:31:05+02: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
    d688fd93ac1bab04a9ffd82798d0088b24375619
  • org.opencontainers.image.revision
    d688fd93ac1bab04a9ffd82798d0088b24375619
  • 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.3-r0-ls197

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:639dc61dd3f74b2da1fb45cba08db1274aaf2e7d87584db4d8975c8e1e05dd27 - 2.91% (2.4 MB)

[#001] sha256:03c18704667e7fa090c42f86531a5009027b111234614fc4df2e5b9b541c0d21 - 2.61% (2.15 MB)

[#002] sha256:5fb0405aba0c761019eb3922b6a58b66b661389d021b3bce35ae28dad51c0051 - 2.52% (2.08 MB)

[#003] sha256:50e13457df8cf795aaaa2f4c5655a5319f70c8b2a332bf76c3647b3f6dd215c6 - 0.0% (435 Bytes)

[#004] sha256:09da64a4d941ea3d6ecabfca154ed0e70a07024b3a79c70e781ffee17f42bc47 - 5.0% (4.12 MB)

[#005] sha256:15a8be2fc7bbb9a44f338caa46e614c8e48d46e0bd75626182bb93c63e6d7aa9 - 0.0% (3.62 KB)

[#006] sha256:feab593cd930ae2f9a8f0a21a8ba6d07ca03a12c2865f9c524e5ab37e8d8f13f - 86.96% (71.8 MB)

[#007] sha256:7f0dae3de75f5302e81ea05c86e58a975e626fd4acad62adf4352c44b42ceea1 - 0.0% (1.03 KB)


History
2022-05-24 06:36:01 UTC

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

2022-05-24 06:36:02 UTC

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

2022-05-24 06:36:02 UTC

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

2022-05-24 06:36:02 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9cf1ad1b-ls15 Build-date:- 2022-05-24T01:34:40-05:00

2022-05-24 06:36:02 UTC

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

2022-05-24 06:36:03 UTC

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

2022-05-24 06:36:03 UTC

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

2022-05-24 06:36:06 UTC

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

2022-05-24 06:36:07 UTC

|4 BUILD_DATE=2022-05-24T01:34:40-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=9cf1ad1b-ls15 /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-05-24 06:36:08 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2022-05-24 06:36:08 UTC

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

2022-05-24 06:36:19 UTC

|4 BUILD_DATE=2022-05-24T01:34:40-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=9cf1ad1b-ls15 /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-05-24 06:36:20 UTC

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

2022-05-24 06:36:20 UTC

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

2022-05-24 06:36:20 UTC

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

2022-05-24 06:36:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-24T01:34:40-05:00

2022-05-24 06:36:21 UTC

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

2022-05-24 06:36:21 UTC

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

2022-05-24 06:36:21 UTC

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

2022-05-24 06:36:21 UTC

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

2022-05-24 06:36:22 UTC

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

2022-05-24 06:36:22 UTC

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

2022-05-24 06:36:22 UTC

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

2022-05-24 06:36:22 UTC

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

2022-05-24 06:36:23 UTC

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

2022-05-24 06:36:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9cf1ad1b-ls15

2022-05-25 14:32:08 UTC

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

2022-05-25 14:32:09 UTC

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

2022-05-25 14:32:10 UTC

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

2022-05-25 14:32:11 UTC

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

2022-05-25 14:32:12 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.3-r0-ls197 Build-date:- 2022-05-25T16:31:05+02:00

2022-05-25 14:32:13 UTC

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

2022-05-25 14:32:14 UTC

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

2022-05-25 14:32:15 UTC

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

2022-05-25 14:32:50 UTC

|4 BUILD_DATE=2022-05-25T16:31:05+02:00 QBITTORRENT_VERSION=4.4.3-r0 UNRAR_VERSION=6.1.4 VERSION=4.4.3-r0-ls197 /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 gcompat icu-libs libc6-compat 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 && 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-arm-${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/*

2022-05-25 14:32:51 UTC

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

2022-05-25 14:32:51 UTC

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

2022-05-25 14:32:52 UTC

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

2022-05-25 14:32:53 UTC

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

2022-05-25 14:32:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-25T16:31:05+02:00

2022-05-25 14:32:55 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-05-25 14:32:56 UTC

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

2022-05-25 14:32:57 UTC

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

2022-05-25 14:32:58 UTC

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

2022-05-25 14:32:59 UTC

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

2022-05-25 14:33:00 UTC

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

2022-05-25 14:33:01 UTC

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

2022-05-25 14:33:02 UTC

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

2022-05-25 14:33:03 UTC

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

2022-05-25 14:33:04 UTC

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

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