Namespace
linuxserver
Image / Tag
qbittorrent:amd64-4.4.1-r0-ls176
Content Digest
sha256:2bc4c923a433a6147166cea368b42fd7eb9a4decf32c28401853096eb621a3ef
Details
Created

2022-03-01 13:44:00 UTC

Size

58.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.1-r0-ls176 Build-date:- 2022-03-01T14:42:40+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-01T14:42:40+01: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
    0ff81215212cdd72ebff22eb2356186351af1573
  • org.opencontainers.image.revision
    0ff81215212cdd72ebff22eb2356186351af1573
  • 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.1-r0-ls176

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:49331e1dc877fc18211cb02ac3a751a142de114b1071aa92b6b12bd101e6dca1 - 4.83% (2.8 MB)

[#001] sha256:5e5bdee3f856370466a3c0e3f6bff5abda6af3169631c7cd6720d01f71405d7d - 3.11% (1.8 MB)

[#002] sha256:2c3f5f07b4d02717dba32abca04501ed15c739023314a96d180fdb2f95a0f9aa - 2.99% (1.74 MB)

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

[#004] sha256:97f3ae128d95bcddf97e0a920573e949e7f4daee61790afdc5bbce71951b3039 - 5.09% (2.95 MB)

[#005] sha256:633c9d69cd557f0f316c8a7c1ee2920b7bb4dfbd557497ec70deef267d00d5d3 - 0.01% (3.55 KB)

[#006] sha256:067dedf9d49e4d421be1ea90365bf6cd82d93659ac55e6f08b58388f28f55ee8 - 83.99% (48.8 MB)

[#007] sha256:674442388a1cc1ef09d93d54ef3b73a0ae4d4e2ad77a6196b69a57af4eb4518a - 0.0% (857 Bytes)


History
2022-03-01 06:32:45 UTC

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

2022-03-01 06:32:45 UTC

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

2022-03-01 06:32:45 UTC

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

2022-03-01 06:32:46 UTC

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

2022-03-01 06:32:46 UTC

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

2022-03-01 06:32:46 UTC

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

2022-03-01 06:32:46 UTC

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

2022-03-01 06:32:47 UTC

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

2022-03-01 06:32:47 UTC

|4 BUILD_DATE=2022-03-01T07:31:52+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5be504f7-ls2 /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-01 06:32:47 UTC

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

2022-03-01 06:32:48 UTC

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

2022-03-01 06:32:50 UTC

|4 BUILD_DATE=2022-03-01T07:31:52+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5be504f7-ls2 /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-03-01 06:32:50 UTC

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

2022-03-01 06:32:51 UTC

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

2022-03-01 06:32:51 UTC

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

2022-03-01 06:32:51 UTC

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

2022-03-01 06:32:51 UTC

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

2022-03-01 06:32:51 UTC

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

2022-03-01 06:32:51 UTC

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

2022-03-01 06:32:51 UTC

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

2022-03-01 06:32:51 UTC

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

2022-03-01 06:32:52 UTC

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

2022-03-01 06:32:52 UTC

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

2022-03-01 06:32:52 UTC

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

2022-03-01 06:32:52 UTC

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

2022-03-01 06:32:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5be504f7-ls2

2022-03-01 13:43:49 UTC

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

2022-03-01 13:43:49 UTC

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

2022-03-01 13:43:49 UTC

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

2022-03-01 13:43:49 UTC

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

2022-03-01 13:43:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.1-r0-ls176 Build-date:- 2022-03-01T14:42:40+01:00

2022-03-01 13:43:49 UTC

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

2022-03-01 13:43:50 UTC

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

2022-03-01 13:43:57 UTC

|3 BUILD_DATE=2022-03-01T14:42:40+01:00 QBITTORRENT_VERSION=4.4.1-r0 VERSION=4.4.1-r0-ls176 /bin/sh -c apk add -U --update --no-cache bash curl python3 && 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 ****" && if [ -z ${QBT_VERSION+x} ]; then QBT_VERSION=$(curl -sX GET "https://api.github.com/repos/ludviglundgren/qbittorrent-cli/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/qbt.tar.gz -L "https://github.com/ludviglundgren/qbittorrent-cli/releases/download/${QBT_VERSION}/qbittorrent-cli_$(echo $QBT_VERSION | cut -c2-)_linux_amd64.tar.gz" && tar xzf /tmp/qbt.tar.gz -C /tmp && mv /tmp/qbt /usr/bin && echo "**** cleanup ****" && rm -rf /tmp/*

2022-03-01 13:43:58 UTC

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

2022-03-01 13:43:58 UTC

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

2022-03-01 13:43:58 UTC

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

2022-03-01 13:43:58 UTC

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

2022-03-01 13:43:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-01T14:42:40+01:00

2022-03-01 13:43:58 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-01 13:43:59 UTC

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

2022-03-01 13:43:59 UTC

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

2022-03-01 13:43:59 UTC

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

2022-03-01 13:43:59 UTC

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

2022-03-01 13:43:59 UTC

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

2022-03-01 13:43:59 UTC

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

2022-03-01 13:44:00 UTC

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

2022-03-01 13:44:00 UTC

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

2022-03-01 13:44:00 UTC

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