2019-11-15 13:11:42 UTC
50.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:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 5.27% (2.66 MB)
[#001] sha256:05d5893f726cde67853ba17c20278fd9f4a4a3bcc7677cc428638f9173debc64 - 0.0% (1006 Bytes)
[#002] sha256:93faf52b95d6a9b34bd095813aa04802914d7eb03734f66ee126ac1efee5126d - 4.41% (2.23 MB)
[#003] sha256:0df9f0f7c27c58082357b844af517cf44b77fa80cd2ad7ebb506527c7cd42e0f - 0.0% (1.17 KB)
[#004] sha256:9b88b992b3547abc265101cbe8e1ba77a09f9f286937b661b1834b81c2c2257b - 4.77% (2.41 MB)
[#005] sha256:5fa79421bcfc68fe0a93140a6791aad563337b35ebfe8e46d521eabf2cbd5a5a - 53.19% (26.8 MB)
[#006] sha256:57e9dfa0536b9804cd81560236211c35970f9df926a8d10e63066acaa64e1084 - 32.35% (16.3 MB)
/bin/sh -c #(nop) ADD file:fe64057fbb83dccb960efabbf1cd8777920ef279a7fa8dbca0a8801c651bdf7c in /
2019-08-20 20:19:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-09-13 00:51:26 UTC/bin/sh -c #(nop) LABEL multi.maintainer=HuangYeWuDeng
2019-09-13 00:51:27 UTC/bin/sh -c #(nop) ENV TZ=Asia/Shanghai TERM=xterm-256color UMASK_SET=022 PUID=1000 PGID=100
2019-09-13 00:51:29 UTC/bin/sh -c #(nop) COPY dir:e355e40d444f9a9fbecfef6081dc5ab86efbd3faadd36d8575f3598afee88090 in /
2019-09-13 00:51:29 UTC/bin/sh -c #(nop) ARG BUILD_ARCH=amd64
2019-09-13 00:51:38 UTC|1 BUILD_ARCH=amd64 /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:51:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2019-09-21 17:22:26 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-09-21 17:22:26 UTC/bin/sh -c #(nop) ARG VCS_REF
2019-11-15 13:10:19 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-2110 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:10:20 UTC/bin/sh -c #(nop) COPY dir:808916d5bc1beb49a15a5c60bbbd803856b43f09b5e2c11dc630f05e297faedb in /
2019-11-15 13:10:21 UTC/bin/sh -c #(nop) COPY dir:2d3ce5f325da6297ab61d7119bc563d161de526637db6cbe781cd59b7dfe15fe in /
2019-11-15 13:11:33 UTC|2 BUILD_DATE=20191115-2110 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:11:34 UTC/bin/sh -c #(nop) VOLUME [/config /data /downloads]
2019-11-15 13:11:35 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:11:36 UTC/bin/sh -c #(nop) WORKDIR /home/app
2019-11-15 13:11:37 UTC/bin/sh -c #(nop) EXPOSE 8999 8999/udp 8080
2019-11-15 13:11:38 UTC/bin/sh -c #(nop) CMD ["/app-init.sh"]
2019-11-15 13:11:42 UTC/bin/sh -c apk-install python3 && rm -rf /tmp/*
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.