Namespace
linuxserver
Image / Tag
qbittorrent:amd64-4.4.5-r0-ls222
Content Digest
sha256:242d320069a97af735d212264edb5f1c608fae2fdceb29131d14a681230bfca2
Details
Created

2022-10-17 05:19:00 UTC

Size

84.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.5-r0-ls222 Build-date:- 2022-10-17T07:17:13+02:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-10-17T07:17: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
    f063e52eb95da42b152a7204c1e3b7d778d72c8f
  • org.opencontainers.image.revision
    f063e52eb95da42b152a7204c1e3b7d778d72c8f
  • 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.5-r0-ls222

Environment
HOME

/config

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:423ca906cc2c9179a1e5a8019d24f0600169c2ca25971edd3b56fc69c6310ff6 - 6.7% (5.65 MB)

[#001] sha256:b7321b7e83dbbe672934258cca0e204684a93dda942c89de1069ead439cff755 - 0.0% (2.96 KB)

[#002] sha256:2f036eaf5e6e1735fc52b7c70e3985c43b4c643f5ac5fd4c948c1a13c2fb8a77 - 4.95% (4.18 MB)

[#003] sha256:8780e1fba467124a5568bc581f052d773575991bd472e0877b86d69c610aaf0b - 0.01% (4.39 KB)

[#004] sha256:f47eb9eccecbdf6f12ec377807306c24bdefe0a99b6df5474b4a25bb861abd46 - 88.34% (74.5 MB)

[#005] sha256:40029441c730f72bf79f51ff5880ba2ff232f4abe63b63b0ffd303d0adfe3800 - 0.0% (1.32 KB)


History
2022-10-11 06:58:21 UTC

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

2022-10-11 06:58:21 UTC

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

2022-10-11 06:58:21 UTC

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

2022-10-11 06:58:21 UTC

/bin/sh -c #(nop) ARG MODS_VERSION=v3

2022-10-11 06:58:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- eff59a71-ls46 Build-date:- 2022-10-11T01:57:07-05:00

2022-10-11 06:58:22 UTC

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

2022-10-11 06:58:22 UTC

/bin/sh -c #(nop) ADD 55d5f6f8d6a262378879fc62d30c0846580f591fa166bdea3205bf77efc613eb in /docker-mods

2022-10-11 06:58:22 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2022-10-11 06:58:24 UTC

|3 BUILD_DATE=2022-10-11T01:57:07-05:00 MODS_VERSION=v3 VERSION=eff59a71-ls46 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq 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 && chmod +x /docker-mods && echo "**** cleanup ****" && rm -rf /tmp/*

2022-10-11 06:58:24 UTC

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

2022-10-11 06:58:24 UTC

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

2022-10-11 06:58:24 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:25 UTC

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

2022-10-11 06:58:26 UTC

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

2022-10-17 05:18:16 UTC

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

2022-10-17 05:18:16 UTC

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

2022-10-17 05:18:16 UTC

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

2022-10-17 05:18:16 UTC

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

2022-10-17 05:18:16 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.5-r0-ls222 Build-date:- 2022-10-17T07:17:13+02:00

2022-10-17 05:18:16 UTC

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

2022-10-17 05:18:16 UTC

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

2022-10-17 05:18:16 UTC

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

2022-10-17 05:18:57 UTC

|4 BUILD_DATE=2022-10-17T07:17:13+02:00 QBITTORRENT_VERSION=4.4.5-r0 UNRAR_VERSION=6.1.7 VERSION=4.4.5-r0-ls222 /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 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 && QBT_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases" | awk '/tag_name/{print $4;exit}' FS='[""]'); curl -o /tmp/qbt.tar.gz -L "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_VERSION}/qbt-linux-alpine-x64-${QBT_VERSION:1}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2022-10-17 05:18:58 UTC

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

2022-10-17 05:18:58 UTC

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

2022-10-17 05:18:58 UTC

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

2022-10-17 05:18:58 UTC

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

2022-10-17 05:18:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-17T07:17:13+02:00

2022-10-17 05:18:59 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-10-17 05:18:59 UTC

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

2022-10-17 05:18:59 UTC

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

2022-10-17 05:18:59 UTC

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

2022-10-17 05:18:59 UTC

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

2022-10-17 05:19:00 UTC

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

2022-10-17 05:19:00 UTC

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

2022-10-17 05:19:00 UTC

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

2022-10-17 05:19:00 UTC

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

2022-10-17 05:19:00 UTC

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

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