Namespace
linuxserver
Image / Tag
qbittorrent:arm32v7-4.4.5-libtorrentv1
Content Digest
sha256:9edc031d3c64416e1c58f12d0ecfcb5e66c2e110688bcb0fbbf09e75bf9d2568
Details
Created

2022-11-21 04:08:50 UTC

Size

89.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- release-4.4.5_v1.2.18-ls4 Build-date:- 2022-11-20T22:06:39-06:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-20T22:06:39-06: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
    182367f4d369a0e7f9cb00ba47057b528af8bd0e
  • org.opencontainers.image.revision
    182367f4d369a0e7f9cb00ba47057b528af8bd0e
  • 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
    release-4.4.5_v1.2.18-ls4

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:4d3188136ee34a3320e8081e2c638b3ef1f8b9b9b9959c89128e89a1c575a80a - 5.73% (5.11 MB)

[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.0% (3.16 KB)

[#002] sha256:2b8a4c14412428b7facef3af8e38bddea69d6a22b7d5db192f7c7c60179acbde - 5.83% (5.2 MB)

[#003] sha256:dc05e0297a673cf27e46cda316b9d611762b5e88fd91e2699241c3fd76e37773 - 0.0% (4.47 KB)

[#004] sha256:5829247c47d75a083241a46a2d4abbdda1394955f422b4ff77ff7324e6196fff - 88.43% (78.8 MB)

[#005] sha256:28e4044188992312a191fa1966064ca89b8a9edcf3f7e94e1637e3e7468832b7 - 0.0% (1.33 KB)


History
2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2022-11-15 06:35:51 UTC (buildkit.dockerfile.v0)

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-11-15 06:35:56 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-11-15T07:34:27+01:00 VERSION=16c25840-ls30 MODS_VERSION=v3 /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 "**** 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 ****" && rm -rf /tmp/* # buildkit

2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-11-15 06:35:56 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-21 04:07:51 UTC

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

2022-11-21 04:07:52 UTC

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

2022-11-21 04:07:53 UTC

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

2022-11-21 04:07:54 UTC

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

2022-11-21 04:07:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- release-4.4.5_v1.2.18-ls4 Build-date:- 2022-11-20T22:06:39-06:00

2022-11-21 04:07:56 UTC

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

2022-11-21 04:07:57 UTC

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

2022-11-21 04:07:58 UTC

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

2022-11-21 04:08:36 UTC

|4 BUILD_DATE=2022-11-20T22:06:39-06:00 QBITTORRENT_VERSION=release-4.4.5_v1.2.18 UNRAR_VERSION=6.1.7 VERSION=release-4.4.5_v1.2.18-ls4 /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 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 && echo "**** install qbittorrent ****" && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases" | jq -r 'first(.[] | select(.prerelease == true) | .tag_name)'); fi && curl -o /app/qbittorrent-nox -L "https://github.com/userdocs/qbittorrent-nox-static/releases/download/${QBITTORRENT_VERSION}/armv7-qbittorrent-nox" && chmod +x /app/qbittorrent-nox && 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-arm-${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-11-21 04:08:37 UTC

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

2022-11-21 04:08:37 UTC

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

2022-11-21 04:08:38 UTC

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

2022-11-21 04:08:39 UTC

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

2022-11-21 04:08:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-20T22:06:39-06:00

2022-11-21 04:08:41 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-11-21 04:08:42 UTC

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

2022-11-21 04:08:43 UTC

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

2022-11-21 04:08:44 UTC

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

2022-11-21 04:08:45 UTC

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

2022-11-21 04:08:46 UTC

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

2022-11-21 04:08:47 UTC

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

2022-11-21 04:08:48 UTC

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

2022-11-21 04:08:49 UTC

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

2022-11-21 04:08:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=release-4.4.5_v1.2.18-ls4

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