2019-11-15 13:22:41 UTC
35.5 MB
8999
HOME/home/app
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID100
PUID1000
QBT_AUTH_SERVER_ADDR127.0.0.1
TERMxterm-256color
TZAsia/Shanghai
UMASK_SET000
WEB_PORT8080
[#000] sha256:29bddadc8f3fd6ed92c289e0dcd22e094833933a73609e78b7fa767d45731f9f - 7.28% (2.59 MB)
[#001] sha256:834b93e397d69080c1148c0687962d5f44396da06c2aea92f7b1578c5b3dba68 - 4.62% (1.64 MB)
[#002] sha256:05d5893f726cde67853ba17c20278fd9f4a4a3bcc7677cc428638f9173debc64 - 0.0% (1006 Bytes)
[#003] sha256:ecdeb470c873112b85a4e3fd61d553dcd9fd5adf12033eafb484c73d443a5c7b - 6.48% (2.3 MB)
[#004] sha256:0df9f0f7c27c58082357b844af517cf44b77fa80cd2ad7ebb506527c7cd42e0f - 0.0% (1.17 KB)
[#005] sha256:8fb56afe43a8067799296f029f848f826efb872ae313d12eca7635fad49f8e1f - 6.64% (2.36 MB)
[#006] sha256:366eab3cc7b8af83ac496901d58026a20112a0512ff399ee93b7368afcfca901 - 74.98% (26.7 MB)
/bin/sh -c #(nop) ADD file:34737804ba78554795d5bcc75621595f8cc3d5b5887887d34e0e021b78e330b7 in /
2019-08-20 20:39:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-09-13 00:52:16 UTC/bin/sh -c #(nop) COPY file:928cbb4796721d08f428ea69e507cf67ba137391bda835d17fafa8db10e9199f in /usr/bin/
2019-09-13 00:52:16 UTC/bin/sh -c #(nop) LABEL multi.maintainer=HuangYeWuDeng
2019-09-13 00:52:17 UTC/bin/sh -c #(nop) ENV TZ=Asia/Shanghai TERM=xterm-256color UMASK_SET=022 PUID=1000 PGID=100
2019-09-13 00:52:19 UTC/bin/sh -c #(nop) COPY dir:e355e40d444f9a9fbecfef6081dc5ab86efbd3faadd36d8575f3598afee88090 in /
2019-09-13 00:52:19 UTC/bin/sh -c #(nop) ARG BUILD_ARCH=aarch64
2019-09-13 00:52:31 UTC|1 BUILD_ARCH=aarch64 /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk-install curl ca-certificates shadow tzdata wget && wget -T30 --progress=bar:force:noscroll https://github.com/just-containers/skaware/releases/download/v1.22.2/s6-2.8.0.0-linux-$BUILD_ARCH-bin.tar.gz -O/tmp/s6.tar.gz && tar xvzf /tmp/s6.tar.gz -C / && rm -rf /tmp/s6.tar.gz && ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime && echo "${TZ}" > /etc/timezone && update-ca-certificates && apk del --no-cache curl && rm -rf /var/cache/apk/* && adduser -u $PUID -D -s /sbin/nologin -h /home/app -g "app user" app
2019-09-13 00:52:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2019-09-21 17:22:47 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-09-21 17:22:48 UTC/bin/sh -c #(nop) ARG VCS_REF
2019-11-15 13:11:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.maintainer=HuangYeWuDeng <***@ttys0.in> org.label-schema.build-date=20191115-2111 org.label-schema.vcs-ref=6b6e2b2 org.label-schema.name=80x86/qbittorrent org.label-schema.description=qbittorrent for container org.label-schema.url=http://nanodm.net org.label-schema.vendor=NanoDM
2019-11-15 13:11:51 UTC/bin/sh -c #(nop) COPY dir:808916d5bc1beb49a15a5c60bbbd803856b43f09b5e2c11dc630f05e297faedb in /
2019-11-15 13:11:52 UTC/bin/sh -c #(nop) COPY dir:96d595c91424fb5c9073dbbadec3422050aac2b3b8c7aaccab2873789366642f in /
2019-11-15 13:22:36 UTC|2 BUILD_DATE=20191115-2111 VCS_REF=6b6e2b2 /bin/sh -c set -x && apk --update add --no-cache -t .build-deps boost-dev g++ git make openssl-dev qt5-qttools-dev ; git clone http://127.0.0.1:8086/qBittorrent.git /tmp/qbittorrent && git clone http://127.0.0.1:8086/qbittorrent-patches.git /tmp/qbittorrent-patches && cd /tmp/qbittorrent && latesttag=$(git describe --tags `git rev-list --tags --max-count=1`) && git checkout $latesttag && for p in /tmp/qbittorrent-patches/*.patch; do echo "patching $p ..."; patch -p1 < $p; done && PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure --prefix=/usr --disable-gui --disable-stacktrace && make -j $((`nproc --all`+1)) install && cd / && apk del --purge .build-deps && rm -rf /tmp/* && apk --update add --no-cache boost-system boost-thread openssl && apk add --allow-untrusted -X http://127.0.0.1:8001/ qt5-qtbase=5.12.4-r2 && rm -rf /tmp/* && mkdir -p /home/app/.config/qBittorrent && touch /home/app/.config/qBittorrent/.not-mapped && mkdir -p /home/app/.local/share/data/qBittorrent && touch /home/app/.local/share/data/qBittorrent/.not-mapped && mkdir -p /home/app/.cache/qBittorrent && mkdir /downloads && touch /downloads/.not-mapped && chmod go+rw -R /home/app /downloads && ln -s /home/app/.config/qBittorrent /config && ln -s /home/app/.local/share/data/qBittorrent /data && su app -s /bin/sh -c 'qbittorrent-nox -v'
2019-11-15 13:22:37 UTC/bin/sh -c #(nop) VOLUME [/config /data /downloads]
2019-11-15 13:22:39 UTC/bin/sh -c #(nop) ENV HOME=/home/app WEB_PORT=8080 BT_PORT=8999 UMASK_SET=000 QBT_AUTH_SERVER_ADDR=127.0.0.1
2019-11-15 13:22:39 UTC/bin/sh -c #(nop) WORKDIR /home/app
2019-11-15 13:22:40 UTC/bin/sh -c #(nop) EXPOSE 8999 8999/udp 8080
2019-11-15 13:22:41 UTC/bin/sh -c #(nop) CMD ["/app-init.sh"]
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.