Namespace
linuxserver
Image / Tag
qbittorrent:4.4.5-r3-ls229
Content Digest
sha256:ec8f9cf97d0b847a2434dc35d7839040faacfbcaf9f71ba92e7fcbfd7a851de7
Details
Created

2022-11-13 15:37:04 UTC

Size

82.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.5-r3-ls229 Build-date:- 2022-11-13T16:34:47+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-13T16:34:47+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
    65621a9ba3e87a20cdb426ce25654715a91ff42b
  • org.opencontainers.image.revision
    65621a9ba3e87a20cdb426ce25654715a91ff42b
  • 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-r3-ls229

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:0efc2e3170332515c78bcef0c100dfa4d9033cd55f9e619c7b531458c1b32c1c - 6.85% (5.65 MB)

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

[#002] sha256:2f6951c472c83e29fc379fe3af4d73c8383448badb9135a0577f5f5f41e6e98e - 5.05% (4.17 MB)

[#003] sha256:2d901070f0986b43158bdb46d570bc3d160f8bdb1c7657d1cdc9ac1d10b21c4b - 0.01% (4.43 KB)

[#004] sha256:812fba13defdad4d18150a492620a27f46c09dc58e997bb053d9d2400574b5df - 88.08% (72.7 MB)

[#005] sha256:258f516e2adbb195ad7b81bf0f5249db361e31397215cb521b0eba244bfb0215 - 0.0% (1.33 KB)


History
2022-11-08 06:39:45 UTC

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

2022-11-08 06:39:45 UTC

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

2022-11-08 06:39:45 UTC

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

2022-11-08 06:39:46 UTC

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

2022-11-08 06:39:46 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 21e46861-ls52 Build-date:- 2022-11-08T00:38:22-06:00

2022-11-08 06:39:46 UTC

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

2022-11-08 06:39:46 UTC

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

2022-11-08 06:39:46 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:39:50 UTC

|3 BUILD_DATE=2022-11-08T00:38:22-06:00 MODS_VERSION=v3 VERSION=21e46861-ls52 /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-11-08 06:39:50 UTC

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

2022-11-08 06:39:51 UTC

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

2022-11-08 06:39:51 UTC

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

2022-11-08 06:39:52 UTC

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

2022-11-08 06:39:52 UTC

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

2022-11-08 06:39:52 UTC

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

2022-11-08 06:39:52 UTC

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

2022-11-08 06:39:53 UTC

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

2022-11-08 06:39:53 UTC

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

2022-11-08 06:39:53 UTC

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

2022-11-08 06:39:53 UTC

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

2022-11-08 06:39:53 UTC

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

2022-11-08 06:39:54 UTC

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

2022-11-08 06:39:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=21e46861-ls52

2022-11-13 15:36:04 UTC

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

2022-11-13 15:36:04 UTC

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

2022-11-13 15:36:04 UTC

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

2022-11-13 15:36:04 UTC

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

2022-11-13 15:36:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.5-r3-ls229 Build-date:- 2022-11-13T16:34:47+01:00

2022-11-13 15:36:05 UTC

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

2022-11-13 15:36:05 UTC

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

2022-11-13 15:36:05 UTC

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

2022-11-13 15:36:58 UTC

|4 BUILD_DATE=2022-11-13T16:34:47+01:00 QBITTORRENT_VERSION=4.4.5-r3 UNRAR_VERSION=6.1.7 VERSION=4.4.5-r3-ls229 /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-11-13 15:36:59 UTC

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

2022-11-13 15:37:00 UTC

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

2022-11-13 15:37:00 UTC

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

2022-11-13 15:37:00 UTC

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

2022-11-13 15:37:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-13T16:34:47+01:00

2022-11-13 15:37:01 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:37:01 UTC

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

2022-11-13 15:37:02 UTC

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

2022-11-13 15:37:02 UTC

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

2022-11-13 15:37:03 UTC

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

2022-11-13 15:37:03 UTC

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

2022-11-13 15:37:03 UTC

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

2022-11-13 15:37:04 UTC

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

2022-11-13 15:37:04 UTC

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

2022-11-13 15:37:04 UTC

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

Details
Created

2022-11-13 15:36:41 UTC

Size

80.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.5-r3-ls229 Build-date:- 2022-11-13T16:34:47+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-13T16:34:47+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
    65621a9ba3e87a20cdb426ce25654715a91ff42b
  • org.opencontainers.image.revision
    65621a9ba3e87a20cdb426ce25654715a91ff42b
  • 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-r3-ls229

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:0f77436452eaaa9999479c74369d4225f01d219ee4c14d83d21e2d9ee45eb4f0 - 6.87% (5.54 MB)

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

[#002] sha256:445a134d15a3147a9cd51fea401ad89a2c0f17b40330cb46e16e58721c5cbbec - 6.56% (5.3 MB)

[#003] sha256:fdbf3b5008f81ed704096772d7da258531b57cb825ac7c0e54db86d457d4ca9b - 0.01% (4.43 KB)

[#004] sha256:61f7b31e3886825f1ec18a86132c4e29e95c6836ad1ddac7a396a4e47ba2972a - 86.55% (69.8 MB)

[#005] sha256:6a2ae61c6e6d80d2c7570789413c1ff050acb2aa76a9c709defac0bd96bcdb85 - 0.0% (1.33 KB)


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

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

2022-11-08 06:40:02 UTC

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

2022-11-08 06:40:02 UTC

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

2022-11-08 06:40:02 UTC

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

2022-11-08 06:40:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 21e46861-ls52 Build-date:- 2022-11-08T00:38:22-06:00

2022-11-08 06:40:03 UTC

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

2022-11-08 06:40:03 UTC

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

2022-11-08 06:40:03 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:10 UTC

|3 BUILD_DATE=2022-11-08T00:38:22-06:00 MODS_VERSION=v3 VERSION=21e46861-ls52 /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:10 UTC

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

2022-11-08 06:40:11 UTC

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

2022-11-08 06:40:11 UTC

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

2022-11-08 06:40:11 UTC

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

2022-11-08 06:40:11 UTC

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

2022-11-08 06:40:12 UTC

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

2022-11-08 06:40:12 UTC

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

2022-11-08 06:40:12 UTC

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

2022-11-08 06:40:12 UTC

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

2022-11-08 06:40:13 UTC

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

2022-11-08 06:40:13 UTC

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

2022-11-08 06:40:13 UTC

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

2022-11-08 06:40:13 UTC

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

2022-11-08 06:40:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=21e46861-ls52

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.5-r3-ls229 Build-date:- 2022-11-13T16:34:47+01:00

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:37 UTC

|4 BUILD_DATE=2022-11-13T16:34:47+01:00 QBITTORRENT_VERSION=4.4.5-r3 UNRAR_VERSION=6.1.7 VERSION=4.4.5-r3-ls229 /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 libc6-compat 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-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:36:39 UTC

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

2022-11-13 15:36:39 UTC

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

2022-11-13 15:36:39 UTC

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

2022-11-13 15:36:39 UTC

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

2022-11-13 15:36:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-13T16:34:47+01:00

2022-11-13 15:36:40 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:36:40 UTC

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

2022-11-13 15:36:40 UTC

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

2022-11-13 15:36:40 UTC

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

2022-11-13 15:36:40 UTC

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

2022-11-13 15:36:40 UTC

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

2022-11-13 15:36:40 UTC

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

2022-11-13 15:36:40 UTC

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

2022-11-13 15:36:41 UTC

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

2022-11-13 15:36:41 UTC

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

Details
Created

2022-11-13 15:36:45 UTC

Size

83.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.5-r3-ls229 Build-date:- 2022-11-13T16:34:47+01:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-13T16:34:47+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
    65621a9ba3e87a20cdb426ce25654715a91ff42b
  • org.opencontainers.image.revision
    65621a9ba3e87a20cdb426ce25654715a91ff42b
  • 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-r3-ls229

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:cdb552b6f2b82b108a91c8504ecd28691400379e80afe822f9248f8d2ff809b6 - 7.07% (5.88 MB)

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

[#002] sha256:433d43b49ec17a0dd17c66d8c3dc00553ce4d63f65029a1fda86df495c09e4e9 - 7.04% (5.86 MB)

[#003] sha256:711775baf436bfc42a147ed7f4b4ae9d080e3fb62849dc12c38c7b60697fdf31 - 0.01% (4.47 KB)

[#004] sha256:a67bd711c8ad285b2d37ec2a8b63e27a5c0dfdb990220a5016db88c40ac751ad - 85.88% (71.5 MB)

[#005] sha256:b2d7ffa7ed91d12db49d0a7b9f60d878279c40fe7bd9d8e2f9740c1a492565bb - 0.0% (1.35 KB)


History
2022-11-08 06:39:44 UTC

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

2022-11-08 06:39:45 UTC

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

2022-11-08 06:39:45 UTC

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

2022-11-08 06:39:45 UTC

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

2022-11-08 06:39:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 21e46861-ls52 Build-date:- 2022-11-08T00:38:22-06:00

2022-11-08 06:39:45 UTC

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

2022-11-08 06:39:45 UTC

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

2022-11-08 06:39:46 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:39:48 UTC

|3 BUILD_DATE=2022-11-08T00:38:22-06:00 MODS_VERSION=v3 VERSION=21e46861-ls52 /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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-11-08 06:39:48 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:49 UTC

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

2022-11-08 06:39:50 UTC

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

2022-11-08 06:39:50 UTC

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

2022-11-08 06:39:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=21e46861-ls52

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.5-r3-ls229 Build-date:- 2022-11-13T16:34:47+01:00

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:07 UTC

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

2022-11-13 15:36:08 UTC

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

2022-11-13 15:36:41 UTC

|4 BUILD_DATE=2022-11-13T16:34:47+01:00 QBITTORRENT_VERSION=4.4.5-r3 UNRAR_VERSION=6.1.7 VERSION=4.4.5-r3-ls229 /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-arm64-${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:36:44 UTC

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

2022-11-13 15:36:44 UTC

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

2022-11-13 15:36:44 UTC

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

2022-11-13 15:36:44 UTC

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

2022-11-13 15:36:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-13T16:34:47+01:00

2022-11-13 15:36:44 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:36:44 UTC

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

2022-11-13 15:36:44 UTC

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

2022-11-13 15:36:45 UTC

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

2022-11-13 15:36:45 UTC

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

2022-11-13 15:36:45 UTC

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

2022-11-13 15:36:45 UTC

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

2022-11-13 15:36:45 UTC

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

2022-11-13 15:36:45 UTC

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

2022-11-13 15:36:45 UTC

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

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