Namespace
linuxserver
Image / Tag
qbittorrent:arm64v8-4.4.2-r1-ls183
Content Digest
sha256:349f850afe5afaa2af81412d9d5875cbe95955639d701f3e72335572c2563764
Details
Created

2022-03-27 11:38:54 UTC

Size

95.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r1-ls183 Build-date:- 2022-03-27T13:36:53+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-27T13:36:53+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
    01863767bead648e15ea43a3fc89668294775d24
  • org.opencontainers.image.revision
    01863767bead648e15ea43a3fc89668294775d24
  • 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-r1-ls183

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:9352dfdd8c6a7ea41d385c240aa57f03e5a77da075bee190d801d3e5227f8128 - 2.85% (2.71 MB)

[#001] sha256:48d2e49295e258a543ec34b4e27ca65f67377f15a44225dce6da1a30438f3955 - 2.26% (2.15 MB)

[#002] sha256:5601d8cf111db970ab28edf053aa3c0f0db02fdd71096aaec0df45eca01a569f - 2.21% (2.1 MB)

[#003] sha256:549930954651bdd54eb79578eeeee54bf036b9ae564ab2f88ce5af56a6b022bc - 0.0% (412 Bytes)

[#004] sha256:7d9c6537de5d80b87273278ec12128b17b473e44f46d0f5064ebd04fb25a9e50 - 4.83% (4.59 MB)

[#005] sha256:9867f9e3d2a80f8a12979cef091ca63489ad83c423be713f25c1c391d31c53b5 - 0.0% (3.55 KB)

[#006] sha256:8f25e08cd538fac923bc268ab6b8ac677ab2047da82cd4501565af4fc96f67b3 - 87.84% (83.5 MB)

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


History
2022-03-22 06:33:07 UTC

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

2022-03-22 06:33:07 UTC

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

2022-03-22 06:33:08 UTC

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

2022-03-22 06:33:09 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a58f66ca-ls5 Build-date:- 2022-03-22T07:31:52+01:00

2022-03-22 06:33:10 UTC

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

2022-03-22 06:33:11 UTC

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

2022-03-22 06:33:12 UTC

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

2022-03-22 06:33:14 UTC

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

2022-03-22 06:33:14 UTC

|4 BUILD_DATE=2022-03-22T07:31:52+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a58f66ca-ls5 /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-03-22 06:33:16 UTC

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

2022-03-22 06:33:16 UTC

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

2022-03-22 06:33:22 UTC

|4 BUILD_DATE=2022-03-22T07:31:52+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a58f66ca-ls5 /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-03-22 06:33:23 UTC

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

2022-03-22 06:33:23 UTC

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

2022-03-22 06:33:24 UTC

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

2022-03-22 06:33:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-22T07:31:52+01:00

2022-03-22 06:33:26 UTC

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

2022-03-22 06:33:27 UTC

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

2022-03-22 06:33:28 UTC

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

2022-03-22 06:33:29 UTC

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

2022-03-22 06:33:30 UTC

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

2022-03-22 06:33:31 UTC

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

2022-03-22 06:33:32 UTC

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

2022-03-22 06:33:33 UTC

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

2022-03-22 06:33:34 UTC

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

2022-03-22 06:33:35 UTC

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

2022-03-27 11:37:52 UTC

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

2022-03-27 11:37:53 UTC

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

2022-03-27 11:37:54 UTC

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

2022-03-27 11:37:55 UTC

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

2022-03-27 11:37:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r1-ls183 Build-date:- 2022-03-27T13:36:53+02:00

2022-03-27 11:37:57 UTC

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

2022-03-27 11:37:58 UTC

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

2022-03-27 11:37:59 UTC

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

2022-03-27 11:38:00 UTC

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

2022-03-27 11:38:39 UTC

|5 BUILD_DATE=2022-03-27T13:36:53+02:00 QBITTORRENT_VERSION=4.4.2-r1 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r1-ls183 /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-03-27 11:38:41 UTC

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

2022-03-27 11:38:41 UTC

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

2022-03-27 11:38:42 UTC

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

2022-03-27 11:38:43 UTC

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

2022-03-27 11:38:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-27T13:36:53+02:00

2022-03-27 11:38:45 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-03-27 11:38:46 UTC

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

2022-03-27 11:38:47 UTC

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

2022-03-27 11:38:48 UTC

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

2022-03-27 11:38:49 UTC

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

2022-03-27 11:38:50 UTC

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

2022-03-27 11:38:51 UTC

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

2022-03-27 11:38:52 UTC

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

2022-03-27 11:38:53 UTC

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

2022-03-27 11:38:54 UTC

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