Namespace
linuxserver
Image / Tag
qbittorrent:arm32v7-libtorrentv1-release-4.4.5_v1.2.18-ls3
Content Digest
sha256:a8b6010bb83b9cca28bb4f66169dcf49fcc9cd939ae8cefef40066c7453f0053
Details
Created

2022-11-13 15:41:32 UTC

Size

89.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- release-4.4.5_v1.2.18-ls3 Build-date:- 2022-11-13T09:39:19-06:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-13T09:39:19-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
    af5eca6c29d5648a8a572c7ca29a6a83b29386d4
  • org.opencontainers.image.revision
    af5eca6c29d5648a8a572c7ca29a6a83b29386d4
  • 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-ls3

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:aae19c2a266cdc1d16106c42c63dffa59a9f621e7066668c07ae50451049ca7f - 5.71% (5.11 MB)

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

[#002] sha256:8bfe32b47451ed1914fd55868f7d9af9faca540df9b8b30fea9cfb712f611d64 - 5.81% (5.2 MB)

[#003] sha256:6fd91242a6b58841ca53d8b303e159dd874739be33b9f1b829a59861e3d6c361 - 0.0% (4.46 KB)

[#004] sha256:fbf968b7bf3c8196a94856a951896420d91551c6d51916cbc4a0a1535558a8ff - 88.48% (79.2 MB)

[#005] sha256:87363be5313cd69215f12322375a268b694d346ad57aa258bb74b230c850ccf5 - 0.0% (1.34 KB)


History
2022-11-08 06:40:43 UTC

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

2022-11-08 06:40:44 UTC

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

2022-11-08 06:40:45 UTC

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

2022-11-08 06:40:46 UTC

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

2022-11-08 06:40:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 67d1538e-ls29 Build-date:- 2022-11-08T00:39:06-06:00

2022-11-08 06:40:48 UTC

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

2022-11-08 06:40:50 UTC

/bin/sh -c #(nop) ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce in /docker-mods

2022-11-08 06:40:50 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-11-08 06:40:55 UTC

|3 BUILD_DATE=2022-11-08T00:39:06-06:00 MODS_VERSION=v3 VERSION=67d1538e-ls29 /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/*

2022-11-08 06:40:56 UTC

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

2022-11-08 06:40:56 UTC

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

2022-11-08 06:40:57 UTC

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

2022-11-08 06:40:58 UTC

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

2022-11-08 06:40:59 UTC

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

2022-11-08 06:41:00 UTC

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

2022-11-08 06:41:01 UTC

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

2022-11-08 06:41:02 UTC

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

2022-11-08 06:41:03 UTC

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

2022-11-08 06:41:04 UTC

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

2022-11-08 06:41:05 UTC

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

2022-11-08 06:41:06 UTC

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

2022-11-08 06:41:07 UTC

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

2022-11-08 06:41:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=67d1538e-ls29

2022-11-13 15:40:36 UTC

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

2022-11-13 15:40:37 UTC

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

2022-11-13 15:40:38 UTC

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

2022-11-13 15:40:39 UTC

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

2022-11-13 15:40:40 UTC

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

2022-11-13 15:40:41 UTC

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

2022-11-13 15:40:42 UTC

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

2022-11-13 15:40:43 UTC

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

2022-11-13 15:41:17 UTC

|4 BUILD_DATE=2022-11-13T09:39:19-06:00 QBITTORRENT_VERSION=release-4.4.5_v1.2.18 UNRAR_VERSION=6.1.7 VERSION=release-4.4.5_v1.2.18-ls3 /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-13 15:41:19 UTC

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

2022-11-13 15:41:19 UTC

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

2022-11-13 15:41:20 UTC

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

2022-11-13 15:41:21 UTC

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

2022-11-13 15:41:22 UTC

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

2022-11-13 15:41:23 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-13 15:41:24 UTC

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

2022-11-13 15:41:25 UTC

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

2022-11-13 15:41:26 UTC

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

2022-11-13 15:41:27 UTC

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

2022-11-13 15:41:28 UTC

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

2022-11-13 15:41:29 UTC

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

2022-11-13 15:41:30 UTC

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

2022-11-13 15:41:31 UTC

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

2022-11-13 15:41:32 UTC

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

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