Namespace
linuxserver
Image / Tag
qbittorrent:4.4.2-r4-ls190
Content Digest
sha256:4da953766cb3879796166927dc48b0cbf698db121a1691566eabad5c78fdc387
Details
Created

2022-05-02 04:44:57 UTC

Size

95.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r4-ls190 Build-date:- 2022-05-02T06:43:19+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-02T06:43:19+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
    9e2f4c203c496a7153ec1f4732518f546e6cbb2f
  • org.opencontainers.image.revision
    9e2f4c203c496a7153ec1f4732518f546e6cbb2f
  • 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-ls190

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:3cee7b42c9523e855f461d0b5bc0d7f056d142a4336cafa6554885bef3e47354 - 2.92% (2.78 MB)

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

[#002] sha256:6314ccd1fbe3870026981ae59a18ac20aff18e4f45719037c63b0ea9775259ef - 1.82% (1.74 MB)

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

[#004] sha256:480fee9b4f02f34670c7c8f1765c82b048cfe8fd90c623d94dcc569ef2cd7545 - 3.11% (2.96 MB)

[#005] sha256:00610135f50f4c1c0e4c828e9c657d96e5c2669afcc0d85924372acbf06645cd - 0.0% (3.62 KB)

[#006] sha256:d3a45f6add60f192a4309f2ea7a166a416dd8c47571aa0fc8a0c8eba9912f3d6 - 90.24% (85.9 MB)

[#007] sha256:5e27a07559bd0b1dd759b75a21b1edf23433f54b9c41ec468d5d7c7e5def64c9 - 0.0% (1.05 KB)


History
2022-04-26 06:34:44 UTC

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

2022-04-26 06:34:45 UTC

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

2022-04-26 06:34:45 UTC

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

2022-04-26 06:34:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f759b795-ls11 Build-date:- 2022-04-26T01:33:34-05:00

2022-04-26 06:34:45 UTC

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

2022-04-26 06:34:46 UTC

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

2022-04-26 06:34:46 UTC

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

2022-04-26 06:34:47 UTC

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

2022-04-26 06:34:48 UTC

|4 BUILD_DATE=2022-04-26T01:33:34-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f759b795-ls11 /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-04-26 06:34:48 UTC

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

2022-04-26 06:34:48 UTC

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

2022-04-26 06:34:52 UTC

|4 BUILD_DATE=2022-04-26T01:33:34-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f759b795-ls11 /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-04-26 06:34:52 UTC

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

2022-04-26 06:34:52 UTC

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

2022-04-26 06:34:52 UTC

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

2022-04-26 06:34:52 UTC

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

2022-04-26 06:34:52 UTC

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

2022-04-26 06:34:52 UTC

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

2022-04-26 06:34:53 UTC

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

2022-04-26 06:34:53 UTC

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

2022-04-26 06:34:53 UTC

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

2022-04-26 06:34:53 UTC

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

2022-04-26 06:34:53 UTC

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

2022-04-26 06:34:53 UTC

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

2022-04-26 06:34:53 UTC

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

2022-04-26 06:34:53 UTC

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

2022-05-02 04:44:13 UTC

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

2022-05-02 04:44:13 UTC

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

2022-05-02 04:44:13 UTC

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

2022-05-02 04:44:14 UTC

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

2022-05-02 04:44:14 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r4-ls190 Build-date:- 2022-05-02T06:43:19+02:00

2022-05-02 04:44:14 UTC

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

2022-05-02 04:44:14 UTC

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

2022-05-02 04:44:14 UTC

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

2022-05-02 04:44:14 UTC

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

2022-05-02 04:44:53 UTC

|5 BUILD_DATE=2022-05-02T06:43:19+02:00 QBITTORRENT_VERSION=4.4.2-r4 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r4-ls190 /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-02 04:44:54 UTC

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

2022-05-02 04:44:54 UTC

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

2022-05-02 04:44:55 UTC

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

2022-05-02 04:44:55 UTC

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

2022-05-02 04:44:55 UTC

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

2022-05-02 04:44: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-02 04:44:55 UTC

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

2022-05-02 04:44:56 UTC

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

2022-05-02 04:44:56 UTC

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

2022-05-02 04:44:56 UTC

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

2022-05-02 04:44:56 UTC

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

2022-05-02 04:44:56 UTC

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

2022-05-02 04:44:56 UTC

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

2022-05-02 04:44:57 UTC

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

2022-05-02 04:44:57 UTC

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

Details
Created

2022-05-02 04:45:52 UTC

Size

93.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r4-ls190 Build-date:- 2022-05-02T06:43:19+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-02T06:43:19+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
    9e2f4c203c496a7153ec1f4732518f546e6cbb2f
  • org.opencontainers.image.revision
    9e2f4c203c496a7153ec1f4732518f546e6cbb2f
  • 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-ls190

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:d3b55cbdb79365f6c273f86d049f9fd66274296f9931d163213650d8e50a099c - 2.57% (2.4 MB)

[#001] sha256:b4c0c084dcc11226bd5a364f5df7387b8abeab1c4086aebdfce3a45c83af3fb5 - 2.3% (2.15 MB)

[#002] sha256:cb372ddf436417aed8be2f110647c1371c0351536884978a44ec4355cedb06b0 - 2.22% (2.08 MB)

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

[#004] sha256:450d3edea14a0c2932db9188faf84a4b5c878c9da3a5b0323829b166e1bec3bc - 4.41% (4.12 MB)

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

[#006] sha256:91d1d182d49b55456b6303ca4710f959d4fe0e3d3b3209b3059690fc564a0edc - 88.5% (82.7 MB)

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


History
2022-04-26 06:34:50 UTC

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

2022-04-26 06:34:51 UTC

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

2022-04-26 06:34:51 UTC

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

2022-04-26 06:34:52 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f759b795-ls11 Build-date:- 2022-04-26T01:33:34-05:00

2022-04-26 06:34:53 UTC

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

2022-04-26 06:34:54 UTC

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

2022-04-26 06:34:55 UTC

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

2022-04-26 06:34:58 UTC

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

2022-04-26 06:34:59 UTC

|4 BUILD_DATE=2022-04-26T01:33:34-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f759b795-ls11 /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-04-26 06:35:00 UTC

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

2022-04-26 06:35:00 UTC

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

2022-04-26 06:35:06 UTC

|4 BUILD_DATE=2022-04-26T01:33:34-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f759b795-ls11 /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-04-26 06:35:07 UTC

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

2022-04-26 06:35:07 UTC

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

2022-04-26 06:35:08 UTC

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

2022-04-26 06:35:09 UTC

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

2022-04-26 06:35:10 UTC

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

2022-04-26 06:35:11 UTC

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

2022-04-26 06:35:12 UTC

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

2022-04-26 06:35:13 UTC

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

2022-04-26 06:35:14 UTC

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

2022-04-26 06:35:15 UTC

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

2022-04-26 06:35:16 UTC

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

2022-04-26 06:35:17 UTC

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

2022-04-26 06:35:18 UTC

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

2022-04-26 06:35:19 UTC

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

2022-05-02 04:44:24 UTC

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

2022-05-02 04:44:24 UTC

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

2022-05-02 04:44:24 UTC

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

2022-05-02 04:44:25 UTC

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

2022-05-02 04:44:25 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r4-ls190 Build-date:- 2022-05-02T06:43:19+02:00

2022-05-02 04:44:25 UTC

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

2022-05-02 04:44:25 UTC

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

2022-05-02 04:44:26 UTC

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

2022-05-02 04:44:26 UTC

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

2022-05-02 04:45:47 UTC

|5 BUILD_DATE=2022-05-02T06:43:19+02:00 QBITTORRENT_VERSION=4.4.2-r4 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r4-ls190 /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-02 04:45:48 UTC

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

2022-05-02 04:45:48 UTC

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

2022-05-02 04:45:49 UTC

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

2022-05-02 04:45:49 UTC

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

2022-05-02 04:45:49 UTC

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

2022-05-02 04:45:49 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-02 04:45:50 UTC

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

2022-05-02 04:45:50 UTC

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

2022-05-02 04:45:50 UTC

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

2022-05-02 04:45:50 UTC

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

2022-05-02 04:45:51 UTC

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

2022-05-02 04:45:51 UTC

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

2022-05-02 04:45:51 UTC

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

2022-05-02 04:45:51 UTC

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

2022-05-02 04:45:52 UTC

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

Details
Created

2022-05-02 04:45:15 UTC

Size

96.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r4-ls190 Build-date:- 2022-05-02T06:43:19+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-02T06:43:19+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
    9e2f4c203c496a7153ec1f4732518f546e6cbb2f
  • org.opencontainers.image.revision
    9e2f4c203c496a7153ec1f4732518f546e6cbb2f
  • 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-ls190

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:c2535e27fe0abb2e59783de736eb6a6819997aa075290c73945f145c2d71656b - 2.78% (2.68 MB)

[#001] sha256:7a0360acb1c98c258cc705cfc32f9f4cea46c22552ea91bceeab55ee5bb7ef63 - 2.23% (2.15 MB)

[#002] sha256:6798891b735d1923180894001344d1342d430bded7e13c672205871dd5f78582 - 2.18% (2.1 MB)

[#003] sha256:82be7619f4987c894ac6d80d0674c228a8c06118c6a26471f9c47e6de1b8776f - 0.0% (413 Bytes)

[#004] sha256:751b88beb23201164dc2c5c0a7952c115406e77debafaf3b67c6ff80869671c5 - 4.77% (4.6 MB)

[#005] sha256:156a88133e2276761f85563feab666736eae3498c44cf2ee618ad95c4a37e056 - 0.0% (3.62 KB)

[#006] sha256:2484a7c3abea47734aa3bb0b6c5baddeb5b71f4e2d6472033908c10a45c78f33 - 88.04% (84.9 MB)

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


History
2022-04-26 06:34:50 UTC

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

2022-04-26 06:34:50 UTC

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

2022-04-26 06:34:51 UTC

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

2022-04-26 06:34:52 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f759b795-ls11 Build-date:- 2022-04-26T01:33:34-05:00

2022-04-26 06:34:53 UTC

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

2022-04-26 06:34:54 UTC

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

2022-04-26 06:34:55 UTC

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

2022-04-26 06:34:57 UTC

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

2022-04-26 06:34:57 UTC

|4 BUILD_DATE=2022-04-26T01:33:34-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f759b795-ls11 /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-04-26 06:34:59 UTC

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

2022-04-26 06:34:59 UTC

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

2022-04-26 06:35:04 UTC

|4 BUILD_DATE=2022-04-26T01:33:34-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f759b795-ls11 /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-04-26 06:35:05 UTC

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

2022-04-26 06:35:05 UTC

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

2022-04-26 06:35:06 UTC

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

2022-04-26 06:35:07 UTC

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

2022-04-26 06:35:08 UTC

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

2022-04-26 06:35:09 UTC

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

2022-04-26 06:35:10 UTC

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

2022-04-26 06:35:11 UTC

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

2022-04-26 06:35:12 UTC

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

2022-04-26 06:35:13 UTC

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

2022-04-26 06:35:14 UTC

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

2022-04-26 06:35:15 UTC

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

2022-04-26 06:35:16 UTC

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

2022-04-26 06:35:17 UTC

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

2022-05-02 04:44:16 UTC

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

2022-05-02 04:44:16 UTC

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

2022-05-02 04:44:17 UTC

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

2022-05-02 04:44:18 UTC

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

2022-05-02 04:44:19 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r4-ls190 Build-date:- 2022-05-02T06:43:19+02:00

2022-05-02 04:44:20 UTC

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

2022-05-02 04:44:21 UTC

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

2022-05-02 04:44:22 UTC

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

2022-05-02 04:44:23 UTC

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

2022-05-02 04:45:01 UTC

|5 BUILD_DATE=2022-05-02T06:43:19+02:00 QBITTORRENT_VERSION=4.4.2-r4 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r4-ls190 /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-02 04:45:02 UTC

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

2022-05-02 04:45:02 UTC

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

2022-05-02 04:45:03 UTC

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

2022-05-02 04:45:04 UTC

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

2022-05-02 04:45:05 UTC

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

2022-05-02 04:45: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-02 04:45:07 UTC

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

2022-05-02 04:45:08 UTC

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

2022-05-02 04:45:09 UTC

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

2022-05-02 04:45:10 UTC

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

2022-05-02 04:45:11 UTC

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

2022-05-02 04:45:12 UTC

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

2022-05-02 04:45:13 UTC

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

2022-05-02 04:45:14 UTC

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

2022-05-02 04:45:15 UTC

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