Namespace
linuxserver
Image / Tag
qbittorrent:4.4.2-r4-ls191
Content Digest
sha256:cff22a44e00471c8c469b8d532b769bf9507a616425a25162acfa1d8530156a7
Details
Created

2022-05-09 04:12:16 UTC

Size

95.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r4-ls191 Build-date:- 2022-05-09T06:10:22+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-09T06:10:22+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
    1de14c6540f45c0d56e9dcba956e48ff312da45a
  • org.opencontainers.image.revision
    1de14c6540f45c0d56e9dcba956e48ff312da45a
  • 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-r4-ls191

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:6b4023e0d005a99a1895950eb52ad4f45f76dc534c73e0b8699cec54ae6b44c4 - 2.91% (2.78 MB)

[#001] sha256:cf89d226c3e8f2d5227312ef55be42b68a6993c768512fa52df7c6c5b8172426 - 1.89% (1.8 MB)

[#002] sha256:24038e238d8bf23e006acdabfce0c56f6622d62c05d139a270367c24cd7784cb - 1.81% (1.74 MB)

[#003] sha256:029e485998da078f9750fc58de92d3f4ae7b70d713f1c8d4d8480a06a6f126bb - 0.0% (439 Bytes)

[#004] sha256:db7189b05a0487b84659096028bffe7cf26922b21d9fbea235f83b4975e5af1c - 3.09% (2.96 MB)

[#005] sha256:8acf0f047af978f5cda99650d65e9d28193661010aeabada04db0ad0e76907fa - 0.0% (3.62 KB)

[#006] sha256:376fa155bdb67c68535059d1da96e3dbae9e63c1b08f264ea882fff6e516b1af - 90.29% (86.4 MB)

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


History
2022-05-03 06:34:58 UTC

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

2022-05-03 06:34:58 UTC

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

2022-05-03 06:34:58 UTC

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

2022-05-03 06:34:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a25a70c8-ls12 Build-date:- 2022-05-03T08:33:55+02:00

2022-05-03 06:34:59 UTC

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

2022-05-03 06:34:59 UTC

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

2022-05-03 06:34:59 UTC

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

2022-05-03 06:34:59 UTC

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

2022-05-03 06:35:01 UTC

|4 BUILD_DATE=2022-05-03T08:33:55+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a25a70c8-ls12 /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-03 06:35:01 UTC

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

2022-05-03 06:35:02 UTC

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

2022-05-03 06:35:06 UTC

|4 BUILD_DATE=2022-05-03T08:33:55+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a25a70c8-ls12 /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-05-03 06:35:06 UTC

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

2022-05-03 06:35:07 UTC

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

2022-05-03 06:35:07 UTC

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

2022-05-03 06:35:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:33:55+02:00

2022-05-03 06:35:07 UTC

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

2022-05-03 06:35:07 UTC

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

2022-05-03 06:35:07 UTC

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

2022-05-03 06:35:07 UTC

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

2022-05-03 06:35:08 UTC

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

2022-05-03 06:35:08 UTC

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

2022-05-03 06:35:08 UTC

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

2022-05-03 06:35:08 UTC

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

2022-05-03 06:35:08 UTC

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

2022-05-03 06:35:08 UTC

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

2022-05-09 04:11:28 UTC

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

2022-05-09 04:11:28 UTC

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

2022-05-09 04:11:28 UTC

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

2022-05-09 04:11:28 UTC

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

2022-05-09 04:11:29 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r4-ls191 Build-date:- 2022-05-09T06:10:22+02:00

2022-05-09 04:11:29 UTC

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

2022-05-09 04:11:29 UTC

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

2022-05-09 04:11:29 UTC

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

2022-05-09 04:11:29 UTC

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

2022-05-09 04:12:13 UTC

|5 BUILD_DATE=2022-05-09T06:10:22+02:00 QBITTORRENT_VERSION=4.4.2-r4 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r4-ls191 /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-05-09 04:12:14 UTC

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

2022-05-09 04:12:14 UTC

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

2022-05-09 04:12:15 UTC

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

2022-05-09 04:12:15 UTC

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

2022-05-09 04:12:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-09T06:10:22+02:00

2022-05-09 04:12:15 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-09 04:12:15 UTC

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

2022-05-09 04:12:15 UTC

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

2022-05-09 04:12:15 UTC

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

2022-05-09 04:12:16 UTC

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

2022-05-09 04:12:16 UTC

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

2022-05-09 04:12:16 UTC

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

2022-05-09 04:12:16 UTC

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

2022-05-09 04:12:16 UTC

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

2022-05-09 04:12:16 UTC

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

Details
Created

2022-05-09 04:12:39 UTC

Size

94 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r4-ls191 Build-date:- 2022-05-09T06:10:22+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-09T06:10:22+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
    1de14c6540f45c0d56e9dcba956e48ff312da45a
  • org.opencontainers.image.revision
    1de14c6540f45c0d56e9dcba956e48ff312da45a
  • 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-r4-ls191

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:74d45ab8d23c5ba60b8c7ecc5fbd43c2c66ea641e2d3cf5fc3322d8fcf0f3ef5 - 2.55% (2.4 MB)

[#001] sha256:5efe9b10e197b146899b9690b5bd70b4c4f18db0129fd22cc735cb39f9a9996a - 2.29% (2.15 MB)

[#002] sha256:cf011aa4fa6e5396771f838cdefa5c1933894fcf0e7a8f82fbd301fdc03b5511 - 2.21% (2.08 MB)

[#003] sha256:d3b8642a5f5341d0bb7f5772e19f0d6ac801c8dd48803a6c7744fcb0fdd1d105 - 0.0% (411 Bytes)

[#004] sha256:f65234faf9a1f0a11007814f38825377397411efbc6679379da8970c9520cd4d - 4.38% (4.12 MB)

[#005] sha256:07678c31a9ea4fd4d42a1f281cf0e00fd93a40ca7e6b9cb23d4037674ebc76fc - 0.0% (3.62 KB)

[#006] sha256:5d38e885f854b4548a21f9050c320a4aab1b9857ee7511615180bea7d28d829b - 88.56% (83.2 MB)

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


History
2022-05-03 06:35:05 UTC

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

2022-05-03 06:35:05 UTC

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

2022-05-03 06:35:06 UTC

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

2022-05-03 06:35:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a25a70c8-ls12 Build-date:- 2022-05-03T08:33:55+02:00

2022-05-03 06:35:08 UTC

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

2022-05-03 06:35:09 UTC

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

2022-05-03 06:35:10 UTC

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

2022-05-03 06:35:12 UTC

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

2022-05-03 06:35:13 UTC

|4 BUILD_DATE=2022-05-03T08:33:55+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a25a70c8-ls12 /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-03 06:35:14 UTC

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

2022-05-03 06:35:14 UTC

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

2022-05-03 06:35:20 UTC

|4 BUILD_DATE=2022-05-03T08:33:55+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a25a70c8-ls12 /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-03 06:35:21 UTC

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

2022-05-03 06:35:21 UTC

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

2022-05-03 06:35:22 UTC

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

2022-05-03 06:35:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:33:55+02:00

2022-05-03 06:35:24 UTC

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

2022-05-03 06:35:25 UTC

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

2022-05-03 06:35:26 UTC

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

2022-05-03 06:35:27 UTC

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

2022-05-03 06:35:28 UTC

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

2022-05-03 06:35:29 UTC

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

2022-05-03 06:35:30 UTC

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

2022-05-03 06:35:31 UTC

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

2022-05-03 06:35:32 UTC

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

2022-05-03 06:35:33 UTC

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

2022-05-09 04:11:35 UTC

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

2022-05-09 04:11:36 UTC

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

2022-05-09 04:11:37 UTC

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

2022-05-09 04:11:38 UTC

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

2022-05-09 04:11:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r4-ls191 Build-date:- 2022-05-09T06:10:22+02:00

2022-05-09 04:11:40 UTC

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

2022-05-09 04:11:41 UTC

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

2022-05-09 04:11:42 UTC

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

2022-05-09 04:11:43 UTC

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

2022-05-09 04:12:24 UTC

|5 BUILD_DATE=2022-05-09T06:10:22+02:00 QBITTORRENT_VERSION=4.4.2-r4 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r4-ls191 /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 && curl -L -o /tmp/qbt.tar.gz "https://github.com/linuxserver/docker-qbittorrent/releases/download/qbt-${QBT_VERSION}/qbt-arm.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2022-05-09 04:12:26 UTC

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

2022-05-09 04:12:26 UTC

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

2022-05-09 04:12:27 UTC

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

2022-05-09 04:12:28 UTC

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

2022-05-09 04:12:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-09T06:10:22+02:00

2022-05-09 04:12:30 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-09 04:12:31 UTC

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

2022-05-09 04:12:32 UTC

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

2022-05-09 04:12:33 UTC

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

2022-05-09 04:12:34 UTC

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

2022-05-09 04:12:35 UTC

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

2022-05-09 04:12:36 UTC

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

2022-05-09 04:12:37 UTC

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

2022-05-09 04:12:38 UTC

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

2022-05-09 04:12:39 UTC

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

Details
Created

2022-05-09 04:12:34 UTC

Size

97 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r4-ls191 Build-date:- 2022-05-09T06:10:22+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-09T06:10:22+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
    1de14c6540f45c0d56e9dcba956e48ff312da45a
  • org.opencontainers.image.revision
    1de14c6540f45c0d56e9dcba956e48ff312da45a
  • 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-r4-ls191

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:f53ab52236401eb85fa125746a533842e69b8c6fe6bb165fbc9e247eee3bdc4e - 2.77% (2.68 MB)

[#001] sha256:4ebeb300a4ca085a99d3667450ba00a58973c97d61bd92462f5b58745dc0a45b - 2.21% (2.15 MB)

[#002] sha256:63a30914b9000d04a65c44fd854ff7c1b8bd2e9b7e6f4f94780b18fb5bb98f39 - 2.17% (2.1 MB)

[#003] sha256:7f0327eb7424bc55c6edb83a7e47d2b9311af5f28bb8be475d4160810a0130f1 - 0.0% (413 Bytes)

[#004] sha256:fb01a89bf290d24f17d2b8a7781962ddba0b411e2c21b1f131bbb0d902f128bf - 4.74% (4.6 MB)

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

[#006] sha256:4cb0c4ddebf6388b73a88675eb7483863afab8612fbe9cfeb512961478e9ebbd - 88.1% (85.4 MB)

[#007] sha256:4b9a0bcf88b99f1af269ca2bbbeb6159bed3689ad264148f1d678df078763e15 - 0.0% (1.04 KB)


History
2022-05-03 06:35:08 UTC

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

2022-05-03 06:35:09 UTC

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

2022-05-03 06:35:09 UTC

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

2022-05-03 06:35:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a25a70c8-ls12 Build-date:- 2022-05-03T08:33:55+02:00

2022-05-03 06:35:11 UTC

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

2022-05-03 06:35:12 UTC

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

2022-05-03 06:35:13 UTC

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

2022-05-03 06:35:15 UTC

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

2022-05-03 06:35:16 UTC

|4 BUILD_DATE=2022-05-03T08:33:55+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a25a70c8-ls12 /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-03 06:35:17 UTC

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

2022-05-03 06:35:17 UTC

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

2022-05-03 06:35:28 UTC

|4 BUILD_DATE=2022-05-03T08:33:55+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a25a70c8-ls12 /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-03 06:35:29 UTC

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

2022-05-03 06:35:29 UTC

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

2022-05-03 06:35:30 UTC

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

2022-05-03 06:35:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-03T08:33:55+02:00

2022-05-03 06:35:32 UTC

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

2022-05-03 06:35:33 UTC

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

2022-05-03 06:35:34 UTC

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

2022-05-03 06:35:35 UTC

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

2022-05-03 06:35:36 UTC

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

2022-05-03 06:35:37 UTC

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

2022-05-03 06:35:38 UTC

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

2022-05-03 06:35:39 UTC

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

2022-05-03 06:35:40 UTC

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

2022-05-03 06:35:41 UTC

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

2022-05-09 04:11:31 UTC

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

2022-05-09 04:11:32 UTC

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

2022-05-09 04:11:33 UTC

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

2022-05-09 04:11:34 UTC

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

2022-05-09 04:11:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r4-ls191 Build-date:- 2022-05-09T06:10:22+02:00

2022-05-09 04:11:36 UTC

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

2022-05-09 04:11:37 UTC

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

2022-05-09 04:11:38 UTC

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

2022-05-09 04:11:39 UTC

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

2022-05-09 04:12:20 UTC

|5 BUILD_DATE=2022-05-09T06:10:22+02:00 QBITTORRENT_VERSION=4.4.2-r4 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r4-ls191 /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-09 04:12:21 UTC

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

2022-05-09 04:12:21 UTC

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

2022-05-09 04:12:22 UTC

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

2022-05-09 04:12:23 UTC

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

2022-05-09 04:12:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-09T06:10:22+02:00

2022-05-09 04:12:25 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-09 04:12:26 UTC

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

2022-05-09 04:12:27 UTC

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

2022-05-09 04:12:28 UTC

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

2022-05-09 04:12:29 UTC

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

2022-05-09 04:12:30 UTC

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

2022-05-09 04:12:31 UTC

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

2022-05-09 04:12:32 UTC

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

2022-05-09 04:12:33 UTC

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

2022-05-09 04:12:34 UTC

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