Namespace
linuxserver
Image / Tag
qbittorrent:arm64v8-4.4.2
Content Digest
sha256:27d0fbb637221f9f4e4f544e37a4f407e727d624dcd7f08ac437b9b5bf9dc3ef
Details
Created

2022-05-23 04:22:15 UTC

Size

85.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r5-ls194 Build-date:- 2022-05-23T06:20:13+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-23T06:20:13+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
    27358397df782843378ff63e067d92e84ae8eef4
  • org.opencontainers.image.revision
    27358397df782843378ff63e067d92e84ae8eef4
  • 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.2-r5-ls194

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:bb1b5944fc4b4cc174e61c17fce37725f4ed06a3b372e0778b0571df78e94b00 - 3.15% (2.68 MB)

[#001] sha256:6c6394f8008be0f39e80d138937f2f5e1bf32b487a8168ee446297451918fa46 - 2.52% (2.15 MB)

[#002] sha256:1e172333defa1f7ab369c6af9241998d5212807757d6789bff7a69569b98684f - 2.47% (2.1 MB)

[#003] sha256:78eab96cb785ea1875e8cfc59373e9a7c2edeaa6da0830aa6c4e2f39da34e1dd - 0.0% (413 Bytes)

[#004] sha256:bbdddc8fe7ddb3d785731a3c2cc48fc94b04dbc39131801c58e071696fe9aaeb - 5.4% (4.6 MB)

[#005] sha256:6cf53f91de97ed7524b9f96111a6d9a9941e1bc8c54feab8587a78d70bebd4f2 - 0.0% (3.63 KB)

[#006] sha256:6354720cb691af6bc83247bccb88cac7b9c9271e552854bea8fb8f6096bd632b - 86.45% (73.6 MB)

[#007] sha256:6fddc5332f4be6a5f6cda013153d17db5995f0e3e4084286c4bfde23e604b393 - 0.0% (1.04 KB)


History
2022-05-17 06:36:32 UTC

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

2022-05-17 06:36:32 UTC

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

2022-05-17 06:36:33 UTC

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

2022-05-17 06:36:34 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e8eb1033-ls14 Build-date:- 2022-05-17T01:35:11-05:00

2022-05-17 06:36:35 UTC

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

2022-05-17 06:36:36 UTC

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

2022-05-17 06:36:37 UTC

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

2022-05-17 06:36:39 UTC

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

2022-05-17 06:36:40 UTC

|4 BUILD_DATE=2022-05-17T01:35:11-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e8eb1033-ls14 /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-17 06:36:41 UTC

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

2022-05-17 06:36:41 UTC

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

2022-05-17 06:36:55 UTC

|4 BUILD_DATE=2022-05-17T01:35:11-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e8eb1033-ls14 /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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-05-17 06:36:56 UTC

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

2022-05-17 06:36:56 UTC

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

2022-05-17 06:36:57 UTC

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

2022-05-17 06:36:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-17T01:35:11-05:00

2022-05-17 06:36:59 UTC

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

2022-05-17 06:37:00 UTC

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

2022-05-17 06:37:01 UTC

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

2022-05-17 06:37:02 UTC

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

2022-05-17 06:37:03 UTC

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

2022-05-17 06:37:04 UTC

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

2022-05-17 06:37:05 UTC

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

2022-05-17 06:37:06 UTC

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

2022-05-17 06:37:07 UTC

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

2022-05-17 06:37:08 UTC

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

2022-05-23 04:21:17 UTC

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

2022-05-23 04:21:18 UTC

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

2022-05-23 04:21:19 UTC

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

2022-05-23 04:21:20 UTC

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

2022-05-23 04:21:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r5-ls194 Build-date:- 2022-05-23T06:20:13+02:00

2022-05-23 04:21:22 UTC

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

2022-05-23 04:21:23 UTC

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

2022-05-23 04:21:24 UTC

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

2022-05-23 04:21:25 UTC

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

2022-05-23 04:22:00 UTC

|5 BUILD_DATE=2022-05-23T06:20:13+02:00 QBITTORRENT_VERSION=4.4.2-r5 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r5-ls194 /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-arm64.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2022-05-23 04:22:02 UTC

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

2022-05-23 04:22:02 UTC

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

2022-05-23 04:22:03 UTC

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

2022-05-23 04:22:04 UTC

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

2022-05-23 04:22:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-23T06:20:13+02:00

2022-05-23 04:22:06 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-23 04:22:07 UTC

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

2022-05-23 04:22:08 UTC

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

2022-05-23 04:22:09 UTC

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

2022-05-23 04:22:10 UTC

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

2022-05-23 04:22:11 UTC

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

2022-05-23 04:22:12 UTC

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

2022-05-23 04:22:13 UTC

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

2022-05-23 04:22:14 UTC

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

2022-05-23 04:22:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.4.2-r5-ls194

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