2021-10-23 01:20:14 UTC
164 MB
7.79.1
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT80
PYCURL_SSL_LIBRARYopenssl
PYTHON_GET_PIP_SHA256fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
PYTHON_PIP_VERSION21.2.4
PYTHON_SETUPTOOLS_VERSION57.5.0
PYTHON_VERSION3.8.12
TZCST-8
[#000] sha256:b11ae9fc5d8a106cfed3a6f6c75e5b5b5797c566fac4411622b4055df6541286 - 1.64% (2.69 MB)
[#001] sha256:6fc387334281d3d644874c7fa4e676cf60daf255166116e3e86f51d42c1fb1c3 - 0.16% (275 KB)
[#002] sha256:6366d56a862d9afc46f19f490be2aad447ee5bd8a243502a71f6240126dcecaa - 6.64% (10.9 MB)
[#003] sha256:3e1927948df88b3052218c6e6063ab72fb1f66e66d1f8bc8af04453ac2ad2a01 - 0.0% (234 Bytes)
[#004] sha256:096417f70b8a0e2d48d7a94fa7267e889c4ab6dc2bd601eff7157b5ab3da9d2f - 1.36% (2.24 MB)
[#005] sha256:6647cc8fb4e55a8e396950dcdf21fae2f8243296548a53ce87b44c7248337e66 - 0.0% (236 Bytes)
[#006] sha256:381a6194f98edf8b469184dc26adbe2af7673a688ade890c67c148d587f06b68 - 54.79% (90 MB)
[#007] sha256:db83bd10c8af18a984c0a8f118332534bfc5544d4c8147f0ecd48956a8f21bfe - 4.3% (7.06 MB)
[#008] sha256:efe4dc1ca72f7d0b639b6107f445b96111ba5291af4eba7181d7fe03daf87390 - 3.04% (5 MB)
[#009] sha256:8e40e00f7c343a8187383c51dc133a2bd47e282fe582723ae7d0739013359b32 - 6.07% (9.97 MB)
[#010] sha256:8715026f305f38f41b2f16e75e374912fb08ac399d2ffc2b6218350f1ee65c6d - 0.0% (3.04 KB)
[#011] sha256:cca1d301d76e2333cfad4de367f2096de8ab4e7d08d82ec22c0e2026e5b7f18f - 17.07% (28 MB)
[#012] sha256:36ae7bd107d0fb4403da983f5b5743c9276a7599e6f4a929c2c6a742da5fd5ce - 4.91% (8.07 MB)
/bin/sh -c #(nop) ADD file:42a7bc5a08b546b47049dd0f89ae4e7a8c86342f87000f39ade3ff52916a6c2e in /
2021-08-27 17:38:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-27 22:56:18 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-08-27 22:56:19 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-08-27 23:22:52 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates ;
2021-08-27 23:22:53 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-08-31 20:43:27 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.12
2021-08-31 20:51:14 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && python3 --version
2021-08-31 20:51:15 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-08-31 20:51:15 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.2.4
2021-09-08 01:58:31 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
2021-09-08 01:58:31 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
2021-09-08 01:58:32 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
2021-09-08 01:58:44 UTC/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-09-08 01:58:44 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV PYCURL_SSL_LIBRARY=openssl
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV CURL_VERSION=7.79.1
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositories # buildkit
2021-09-28 16:12:36 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk update && apk add --update --no-cache openrc redis bash git autoconf g++ tzdata nano openssh-client automake nghttp2-dev ca-certificates zlib zlib-dev brotli brotli-dev zstd zstd-dev linux-headers libtool util-linux file # buildkit
2021-09-28 16:33:20 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c file /bin/busybox && [[ $(getconf LONG_BIT) = "32" && -z $(file /bin/busybox | grep "arm") ]] && configtmp="setarch i386 ./config -m32" || configtmp="./config " && apk add --update --no-cache --virtual curldeps make perl && wget https://curl.se/download/curl-$CURL_VERSION.tar.bz2 && git clone --depth 1 -b OpenSSL_1_1_1l+quic https://github.com/quictls/openssl && git clone https://github.com/ngtcp2/nghttp3 && git clone https://github.com/ngtcp2/ngtcp2 && cd openssl && echo $configtmp enable-tls1_3 --prefix=/usr && $configtmp enable-tls1_3 --prefix=/usr && make && make install_sw && cd .. && rm -r openssl && cd nghttp3 && autoreconf -i && ./configure --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r nghttp3 && cd ngtcp2 && autoreconf -i && ./configure PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib/pkgconfig LDFLAGS="-Wl,-rpath,/usr/lib" --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r ngtcp2 && tar xjvf curl-$CURL_VERSION.tar.bz2 && rm curl-$CURL_VERSION.tar.bz2 && cd curl-$CURL_VERSION && ./buildconf && LDFLAGS="-Wl,-rpath,/usr/lib" ./configure --with-openssl=/usr --with-nghttp2=/usr --with-nghttp3=/usr --with-ngtcp2=/usr --prefix=/usr --enable-ipv6 --enable-unix-sockets --without-libidn --disable-static --disable-ldap --with-pic && make && make install && cd .. && rm -r curl-$CURL_VERSION && apk del curldeps # buildkit
2021-09-28 16:33:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --upgrade wheel && pip install pycurl && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)ADD . /usr/src/app # buildkit
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)WORKDIR /usr/src/app
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rc-status -a && echo -e '#!/bin/sh \nredis-server /etc/redis.conf' > /etc/local.d/redis.start && chmod +x /etc/local.d/redis.start && rc-update add local && rc-status -a # buildkit
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /root/.ssh && cp -f ssh/qiandao_fetch /root/.ssh/id_rsa && cp -f ssh/qiandao_fetch.pub /root/.ssh/id_rsa.pub && chmod 600 /root/.ssh/id_rsa && ssh-keyscan gitee.com > /root/.ssh/known_hosts && let num=$RANDOM%100+10 && sleep $num && git clone [email protected]:a76yyyy/qiandao.git /gitclone_tmp && yes | cp -rf /gitclone_tmp/. /usr/src/app # buildkit
2021-10-23 01:20:14 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --no-cache-dir -r requirements.txt && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:20:14 UTC (buildkit.dockerfile.v0)ENV PORT=80
2021-10-23 01:20:14 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2021-10-23 01:20:14 UTC (buildkit.dockerfile.v0)ENV TZ=CST-8
2021-10-23 01:20:14 UTC (buildkit.dockerfile.v0)VOLUME [/usr/src/app/ /data]
2021-10-23 01:20:14 UTC (buildkit.dockerfile.v0)CMD ["sh" "-c" "redis-server --daemonize yes && python /usr/src/app/run.py"]
2021-10-23 01:20:03 UTC
164 MB
7.79.1
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT80
PYCURL_SSL_LIBRARYopenssl
PYTHON_GET_PIP_SHA256fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
PYTHON_PIP_VERSION21.2.4
PYTHON_SETUPTOOLS_VERSION57.5.0
PYTHON_VERSION3.8.12
TZCST-8
[#000] sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e - 1.64% (2.68 MB)
[#001] sha256:c11246b421beac7bdab2cd3f620a098af2a8bbbf8e608bef7bf056866e710734 - 0.16% (275 KB)
[#002] sha256:5e6f9a3065f19547192c18fa1ed3dd5ec163a387fa47d78aec28e960f5c1097c - 6.54% (10.7 MB)
[#003] sha256:1d7a167f2660c7a9f713d5ccff5a310c5cf7cf2869c3fa195f2296280f9be43d - 0.0% (233 Bytes)
[#004] sha256:31d8734f0d12ecab9e11c4879fa93c812a94db545e750ffeb5180e1b204f31c6 - 1.37% (2.24 MB)
[#005] sha256:61d32a38ae2a525c174f065cff5a8424604e81b34fa7fac577249facc4f1b5f5 - 0.0% (236 Bytes)
[#006] sha256:9ae947b16051620e878998246b3aa101fddbbbe52fa350e11cd5c2a102b9bc15 - 54.9% (90 MB)
[#007] sha256:49e578ef713a0eb79d0b803392260fe0046a7924cd304d7911cb0467d6e4e74a - 4.26% (6.98 MB)
[#008] sha256:6e6cf6a934c1afedfe592205b935465b367002a1aa1b66b80313ebfbc3211235 - 3.05% (4.99 MB)
[#009] sha256:d7ffd780ea37428c8c7cf1f9e14edafdd62ca71b7b36c39fe6ace675a4e8efa6 - 6.08% (9.97 MB)
[#010] sha256:cc8d21bede99bb05e303488bce8fea3a921893e9eb7f4777731bf25aca159bdb - 0.0% (3.04 KB)
[#011] sha256:2b4c237b5d5522eb4ce6a3db8cad01ddce29940a5883139a8e185a6b20db75a7 - 17.1% (28 MB)
[#012] sha256:cd2c268f74e3d9bd237f012dd5fabbe738f513b88966646c399948f126576274 - 4.9% (8.03 MB)
/bin/sh -c #(nop) ADD file:aad4290d27580cc1a094ffaf98c3ca2fc5d699fe695dfb8e6e9fac20f1129450 in /
2021-08-27 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-27 19:27:41 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-08-27 23:31:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-08-27 23:49:40 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates ;
2021-08-27 23:49:40 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-08-31 19:50:48 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.12
2021-08-31 19:58:45 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && python3 --version
2021-08-31 19:58:47 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-08-31 19:58:48 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.2.4
2021-09-08 01:13:46 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
2021-09-08 01:13:47 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
2021-09-08 01:13:47 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
2021-09-08 01:13:53 UTC/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-09-08 01:13:53 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV PYCURL_SSL_LIBRARY=openssl
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV CURL_VERSION=7.79.1
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositories # buildkit
2021-09-28 16:12:32 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk update && apk add --update --no-cache openrc redis bash git autoconf g++ tzdata nano openssh-client automake nghttp2-dev ca-certificates zlib zlib-dev brotli brotli-dev zstd zstd-dev linux-headers libtool util-linux file # buildkit
2021-09-28 16:32:23 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c file /bin/busybox && [[ $(getconf LONG_BIT) = "32" && -z $(file /bin/busybox | grep "arm") ]] && configtmp="setarch i386 ./config -m32" || configtmp="./config " && apk add --update --no-cache --virtual curldeps make perl && wget https://curl.se/download/curl-$CURL_VERSION.tar.bz2 && git clone --depth 1 -b OpenSSL_1_1_1l+quic https://github.com/quictls/openssl && git clone https://github.com/ngtcp2/nghttp3 && git clone https://github.com/ngtcp2/ngtcp2 && cd openssl && echo $configtmp enable-tls1_3 --prefix=/usr && $configtmp enable-tls1_3 --prefix=/usr && make && make install_sw && cd .. && rm -r openssl && cd nghttp3 && autoreconf -i && ./configure --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r nghttp3 && cd ngtcp2 && autoreconf -i && ./configure PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib/pkgconfig LDFLAGS="-Wl,-rpath,/usr/lib" --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r ngtcp2 && tar xjvf curl-$CURL_VERSION.tar.bz2 && rm curl-$CURL_VERSION.tar.bz2 && cd curl-$CURL_VERSION && ./buildconf && LDFLAGS="-Wl,-rpath,/usr/lib" ./configure --with-openssl=/usr --with-nghttp2=/usr --with-nghttp3=/usr --with-ngtcp2=/usr --prefix=/usr --enable-ipv6 --enable-unix-sockets --without-libidn --disable-static --disable-ldap --with-pic && make && make install && cd .. && rm -r curl-$CURL_VERSION && apk del curldeps # buildkit
2021-09-28 16:32:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --upgrade wheel && pip install pycurl && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:19:26 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-10-23 01:19:26 UTC (buildkit.dockerfile.v0)ADD . /usr/src/app # buildkit
2021-10-23 01:19:26 UTC (buildkit.dockerfile.v0)WORKDIR /usr/src/app
2021-10-23 01:19:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rc-status -a && echo -e '#!/bin/sh \nredis-server /etc/redis.conf' > /etc/local.d/redis.start && chmod +x /etc/local.d/redis.start && rc-update add local && rc-status -a # buildkit
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /root/.ssh && cp -f ssh/qiandao_fetch /root/.ssh/id_rsa && cp -f ssh/qiandao_fetch.pub /root/.ssh/id_rsa.pub && chmod 600 /root/.ssh/id_rsa && ssh-keyscan gitee.com > /root/.ssh/known_hosts && let num=$RANDOM%100+10 && sleep $num && git clone [email protected]:a76yyyy/qiandao.git /gitclone_tmp && yes | cp -rf /gitclone_tmp/. /usr/src/app # buildkit
2021-10-23 01:20:03 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --no-cache-dir -r requirements.txt && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:20:03 UTC (buildkit.dockerfile.v0)ENV PORT=80
2021-10-23 01:20:03 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2021-10-23 01:20:03 UTC (buildkit.dockerfile.v0)ENV TZ=CST-8
2021-10-23 01:20:03 UTC (buildkit.dockerfile.v0)VOLUME [/usr/src/app/ /data]
2021-10-23 01:20:03 UTC (buildkit.dockerfile.v0)CMD ["sh" "-c" "redis-server --daemonize yes && python /usr/src/app/run.py"]
2021-10-23 01:20:42 UTC
149 MB
7.79.1
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT80
PYCURL_SSL_LIBRARYopenssl
PYTHON_GET_PIP_SHA256fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
PYTHON_PIP_VERSION21.2.4
PYTHON_SETUPTOOLS_VERSION57.5.0
PYTHON_VERSION3.8.12
TZCST-8
[#000] sha256:2e78c0f86ba9a1fed30df20cb48c9cc73e9626399f12749d36b892ff99c0ecf5 - 1.68% (2.51 MB)
[#001] sha256:6f8e9151897ef0dc047f9ca095a7c3486bf84800e0cf22dcd437dfebbade82d6 - 0.18% (275 KB)
[#002] sha256:301f8863fef9cfc0749b56e52d4e5e08f8682c60d16837de44dac77d3c668f48 - 6.94% (10.3 MB)
[#003] sha256:7fba06605d613f8a3859559f5f2662c24f7de3b834b66af59157df5dda06ffd2 - 0.0% (232 Bytes)
[#004] sha256:aff7dace9e815a87bdc79ecd3a98fbde28fa6ec9616aee656e794847632302f2 - 1.5% (2.24 MB)
[#005] sha256:6647cc8fb4e55a8e396950dcdf21fae2f8243296548a53ce87b44c7248337e66 - 0.0% (236 Bytes)
[#006] sha256:5c5a3805fe537a120aa24e1a8277fe9f033447142e4e241e6dba54672002a3d6 - 51.08% (76 MB)
[#007] sha256:1ea6d2a307eb4c7b50239afc5bba75c93bd2ea3a65fe04865eaa8768194f097b - 4.32% (6.42 MB)
[#008] sha256:5729a524b11e6d9e22668154458c7f1bccb955b3c2d4e3ee5e6c35d643d051f2 - 3.35% (4.99 MB)
[#009] sha256:7c84d31fa96f163259944d133e074ca41b462af7157376c53f218cb02a9d77f5 - 6.7% (9.97 MB)
[#010] sha256:11181de17f636dcf9bcee987b95ebe0d7c00de41102cbcbdff0c6f047a722f66 - 0.0% (3.04 KB)
[#011] sha256:07f3b1a23881bc272a2ca504fcda4d2ea5f34cd5c814d95b1ae37b5e4dccb27c - 18.84% (28.1 MB)
[#012] sha256:c6e1a66b2bb3c8b2c7e45a2276ce755b0a99bf2b46e3c2e4052cfdc68b612e68 - 5.4% (8.04 MB)
/bin/sh -c #(nop) ADD file:1c1c4520d49cb6e8f795f3b953d1ed3c3c77868b98b53a455169c254fcec5acd in /
2021-08-27 17:49:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-27 22:42:05 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-08-27 22:42:06 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-08-27 23:08:50 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates ;
2021-08-27 23:08:51 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-08-31 21:40:48 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.12
2021-08-31 21:51:49 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && python3 --version
2021-08-31 21:51:51 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-08-31 21:51:52 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.2.4
2021-09-08 01:30:00 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
2021-09-08 01:30:00 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
2021-09-08 01:30:01 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
2021-09-08 01:30:16 UTC/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-09-08 01:30:17 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV PYCURL_SSL_LIBRARY=openssl
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV CURL_VERSION=7.79.1
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositories # buildkit
2021-09-28 16:12:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk update && apk add --update --no-cache openrc redis bash git autoconf g++ tzdata nano openssh-client automake nghttp2-dev ca-certificates zlib zlib-dev brotli brotli-dev zstd zstd-dev linux-headers libtool util-linux file # buildkit
2021-09-28 18:48:58 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c file /bin/busybox && [[ $(getconf LONG_BIT) = "32" && -z $(file /bin/busybox | grep "arm") ]] && configtmp="setarch i386 ./config -m32" || configtmp="./config " && apk add --update --no-cache --virtual curldeps make perl && wget https://curl.se/download/curl-$CURL_VERSION.tar.bz2 && git clone --depth 1 -b OpenSSL_1_1_1l+quic https://github.com/quictls/openssl && git clone https://github.com/ngtcp2/nghttp3 && git clone https://github.com/ngtcp2/ngtcp2 && cd openssl && echo $configtmp enable-tls1_3 --prefix=/usr && $configtmp enable-tls1_3 --prefix=/usr && make && make install_sw && cd .. && rm -r openssl && cd nghttp3 && autoreconf -i && ./configure --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r nghttp3 && cd ngtcp2 && autoreconf -i && ./configure PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib/pkgconfig LDFLAGS="-Wl,-rpath,/usr/lib" --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r ngtcp2 && tar xjvf curl-$CURL_VERSION.tar.bz2 && rm curl-$CURL_VERSION.tar.bz2 && cd curl-$CURL_VERSION && ./buildconf && LDFLAGS="-Wl,-rpath,/usr/lib" ./configure --with-openssl=/usr --with-nghttp2=/usr --with-nghttp3=/usr --with-ngtcp2=/usr --prefix=/usr --enable-ipv6 --enable-unix-sockets --without-libidn --disable-static --disable-ldap --with-pic && make && make install && cd .. && rm -r curl-$CURL_VERSION && apk del curldeps # buildkit
2021-09-28 18:52:08 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --upgrade wheel && pip install pycurl && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:19:26 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-10-23 01:19:26 UTC (buildkit.dockerfile.v0)ADD . /usr/src/app # buildkit
2021-10-23 01:19:26 UTC (buildkit.dockerfile.v0)WORKDIR /usr/src/app
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rc-status -a && echo -e '#!/bin/sh \nredis-server /etc/redis.conf' > /etc/local.d/redis.start && chmod +x /etc/local.d/redis.start && rc-update add local && rc-status -a # buildkit
2021-10-23 01:19:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /root/.ssh && cp -f ssh/qiandao_fetch /root/.ssh/id_rsa && cp -f ssh/qiandao_fetch.pub /root/.ssh/id_rsa.pub && chmod 600 /root/.ssh/id_rsa && ssh-keyscan gitee.com > /root/.ssh/known_hosts && let num=$RANDOM%100+10 && sleep $num && git clone [email protected]:a76yyyy/qiandao.git /gitclone_tmp && yes | cp -rf /gitclone_tmp/. /usr/src/app # buildkit
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --no-cache-dir -r requirements.txt && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)ENV PORT=80
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)ENV TZ=CST-8
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)VOLUME [/usr/src/app/ /data]
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)CMD ["sh" "-c" "redis-server --daemonize yes && python /usr/src/app/run.py"]
2021-10-23 01:20:04 UTC
143 MB
7.79.1
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT80
PYCURL_SSL_LIBRARYopenssl
PYTHON_GET_PIP_SHA256fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
PYTHON_PIP_VERSION21.2.4
PYTHON_SETUPTOOLS_VERSION57.5.0
PYTHON_VERSION3.8.12
TZCST-8
[#000] sha256:a14774a5a62e0f454febaec7cb603e18a6a8e25ef9da4a4da85b155bdd5e5a7a - 1.62% (2.32 MB)
[#001] sha256:30d8e0b2f9a23d662efa5dee6f3f21f07fe8fffc2aa562b0514bbb0e47de358e - 0.19% (274 KB)
[#002] sha256:501edc19cc45880b4a6d6123688f4693be2eded964f7b50fea7ce16bd9054d92 - 6.89% (9.87 MB)
[#003] sha256:b2af96004e7587c4bd25c0be429771657b65250f5f8533d9af6a7bebe23ae2d2 - 0.0% (229 Bytes)
[#004] sha256:a97b15c66c832d4d436d82dc7cf37493147b808a84fe235eee20b6cb4cd59108 - 1.56% (2.24 MB)
[#005] sha256:6647cc8fb4e55a8e396950dcdf21fae2f8243296548a53ce87b44c7248337e66 - 0.0% (236 Bytes)
[#006] sha256:e9302112917d51eb3a1367acfccf6c721b996fdea351b79fe2dd8bf5ca5190c3 - 49.81% (71.4 MB)
[#007] sha256:7ea25f24778a31884db86af174295752291f1af28be5eb2067fee4ee1ff53017 - 4.31% (6.18 MB)
[#008] sha256:3426f893487e811e0719d88f4964412e1a01f10c629a183f3ffff4008fba4cfe - 3.48% (4.99 MB)
[#009] sha256:9ce6f0884f6cf70133ea31066002dafa5f28c023a5c7c1d66978f39fd0ed8aa3 - 6.96% (9.97 MB)
[#010] sha256:3d08a58852de96b8ff2b37e74245494c9a2b9aa8bfa9c0fdefcfb52b22f9752c - 0.0% (3.04 KB)
[#011] sha256:ad45243b787df98eaf1b510f78324b94071bbe86387be9f86958ced59f79984b - 19.57% (28 MB)
[#012] sha256:35bef6d5180b2a372a408cb93b3c2484c26b1b9707dc4c3880f5f2b2f40083cf - 5.6% (8.03 MB)
/bin/sh -c #(nop) ADD file:a7da7992ccea54d3295231027614f138aa45c4d4a25ea6ec9bf7b316b9f67d95 in /
2021-08-27 17:57:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-28 00:49:02 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-08-28 00:49:03 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-08-28 01:14:17 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates ;
2021-08-28 01:14:17 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-08-31 21:21:03 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.12
2021-08-31 21:31:20 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && python3 --version
2021-08-31 21:31:21 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-08-31 21:31:22 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.2.4
2021-09-08 03:35:47 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
2021-09-08 03:35:48 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
2021-09-08 03:35:48 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
2021-09-08 03:36:03 UTC/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-09-08 03:36:03 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV PYCURL_SSL_LIBRARY=openssl
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV CURL_VERSION=7.79.1
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositories # buildkit
2021-09-28 16:12:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk update && apk add --update --no-cache openrc redis bash git autoconf g++ tzdata nano openssh-client automake nghttp2-dev ca-certificates zlib zlib-dev brotli brotli-dev zstd zstd-dev linux-headers libtool util-linux file # buildkit
2021-09-28 18:52:08 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c file /bin/busybox && [[ $(getconf LONG_BIT) = "32" && -z $(file /bin/busybox | grep "arm") ]] && configtmp="setarch i386 ./config -m32" || configtmp="./config " && apk add --update --no-cache --virtual curldeps make perl && wget https://curl.se/download/curl-$CURL_VERSION.tar.bz2 && git clone --depth 1 -b OpenSSL_1_1_1l+quic https://github.com/quictls/openssl && git clone https://github.com/ngtcp2/nghttp3 && git clone https://github.com/ngtcp2/ngtcp2 && cd openssl && echo $configtmp enable-tls1_3 --prefix=/usr && $configtmp enable-tls1_3 --prefix=/usr && make && make install_sw && cd .. && rm -r openssl && cd nghttp3 && autoreconf -i && ./configure --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r nghttp3 && cd ngtcp2 && autoreconf -i && ./configure PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib/pkgconfig LDFLAGS="-Wl,-rpath,/usr/lib" --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r ngtcp2 && tar xjvf curl-$CURL_VERSION.tar.bz2 && rm curl-$CURL_VERSION.tar.bz2 && cd curl-$CURL_VERSION && ./buildconf && LDFLAGS="-Wl,-rpath,/usr/lib" ./configure --with-openssl=/usr --with-nghttp2=/usr --with-nghttp3=/usr --with-ngtcp2=/usr --prefix=/usr --enable-ipv6 --enable-unix-sockets --without-libidn --disable-static --disable-ldap --with-pic && make && make install && cd .. && rm -r curl-$CURL_VERSION && apk del curldeps # buildkit
2021-09-28 18:54:23 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --upgrade wheel && pip install pycurl && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)ADD . /usr/src/app # buildkit
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)WORKDIR /usr/src/app
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rc-status -a && echo -e '#!/bin/sh \nredis-server /etc/redis.conf' > /etc/local.d/redis.start && chmod +x /etc/local.d/redis.start && rc-update add local && rc-status -a # buildkit
2021-10-23 01:19:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /root/.ssh && cp -f ssh/qiandao_fetch /root/.ssh/id_rsa && cp -f ssh/qiandao_fetch.pub /root/.ssh/id_rsa.pub && chmod 600 /root/.ssh/id_rsa && ssh-keyscan gitee.com > /root/.ssh/known_hosts && let num=$RANDOM%100+10 && sleep $num && git clone [email protected]:a76yyyy/qiandao.git /gitclone_tmp && yes | cp -rf /gitclone_tmp/. /usr/src/app # buildkit
2021-10-23 01:20:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --no-cache-dir -r requirements.txt && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:20:04 UTC (buildkit.dockerfile.v0)ENV PORT=80
2021-10-23 01:20:04 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2021-10-23 01:20:04 UTC (buildkit.dockerfile.v0)ENV TZ=CST-8
2021-10-23 01:20:04 UTC (buildkit.dockerfile.v0)VOLUME [/usr/src/app/ /data]
2021-10-23 01:20:04 UTC (buildkit.dockerfile.v0)CMD ["sh" "-c" "redis-server --daemonize yes && python /usr/src/app/run.py"]
2021-10-23 01:20:42 UTC
157 MB
7.79.1
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT80
PYCURL_SSL_LIBRARYopenssl
PYTHON_GET_PIP_SHA256fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
PYTHON_PIP_VERSION21.2.4
PYTHON_SETUPTOOLS_VERSION57.5.0
PYTHON_VERSION3.8.12
TZCST-8
[#000] sha256:552d1f2373af9bfe12033568ebbfb0ccbb0de11279f9a415a29207e264d7f4d9 - 1.65% (2.59 MB)
[#001] sha256:82397dd0b53e51c9238ac3da861e9862f3f01e133f3447bc318b86ede25c8bf1 - 0.17% (275 KB)
[#002] sha256:ea96addd4e5a9065de10c8cc698a1cf86dffd94c88a6cefe314b684aa76c021a - 6.88% (10.8 MB)
[#003] sha256:968775df8ebc9201256291a162db868cafbe9ca1647d5579df7c6b9e5ac36ba2 - 0.0% (229 Bytes)
[#004] sha256:e6573ac64e2803cbcb1cb2597a7c1d5400dcc8b7637a74420e5cb962a1c2fd4d - 1.43% (2.24 MB)
[#005] sha256:6647cc8fb4e55a8e396950dcdf21fae2f8243296548a53ce87b44c7248337e66 - 0.0% (236 Bytes)
[#006] sha256:80514d761744c1d34a9bf3cddc36a8bbf9c074ee14aa4505789ddd2622e535bc - 52.89% (82.8 MB)
[#007] sha256:488d965e9b82b91d8634233cb44dd070f50f138e5fde2fd354c106270fe70d46 - 4.38% (6.85 MB)
[#008] sha256:037f7a79fb42b1f0e17f1669fcd71dd67f15f80d231aac9fb68aa4c959093ea3 - 3.19% (4.99 MB)
[#009] sha256:7c84d31fa96f163259944d133e074ca41b462af7157376c53f218cb02a9d77f5 - 6.37% (9.97 MB)
[#010] sha256:db7c82764357090d688e2e8cbe0b9373c9212b4112a17f5f795c77c7da1e02d7 - 0.0% (3.04 KB)
[#011] sha256:b74dbd2c3c5bd0c3361f1e64ce5d0432fc1a4be54d5adb0a4c398cea48e3defc - 17.91% (28 MB)
[#012] sha256:47748f081052e60cdbbbf1664f7afead9bf2a4727c4f75c4587edf6bc0a31013 - 5.12% (8.02 MB)
/bin/sh -c #(nop) ADD file:dc8af9c7bfe9f9541e1db38dea01c4201609f3075b31e108f2073ffed8c5e4b9 in /
2021-08-27 17:39:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-27 19:18:09 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-08-28 00:00:34 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-08-28 00:14:42 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates ;
2021-08-28 00:14:42 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-09-01 00:30:15 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.12
2021-09-01 00:36:02 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && python3 --version
2021-09-01 00:36:03 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-09-01 00:36:03 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.2.4
2021-09-08 01:25:14 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
2021-09-08 01:25:14 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
2021-09-08 01:25:15 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b
2021-09-08 01:25:21 UTC/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-09-08 01:25:21 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV PYCURL_SSL_LIBRARY=openssl
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)ENV CURL_VERSION=7.79.1
2021-09-28 16:11:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositories # buildkit
2021-09-28 16:12:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk update && apk add --update --no-cache openrc redis bash git autoconf g++ tzdata nano openssh-client automake nghttp2-dev ca-certificates zlib zlib-dev brotli brotli-dev zstd zstd-dev linux-headers libtool util-linux file # buildkit
2021-09-28 19:01:12 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c file /bin/busybox && [[ $(getconf LONG_BIT) = "32" && -z $(file /bin/busybox | grep "arm") ]] && configtmp="setarch i386 ./config -m32" || configtmp="./config " && apk add --update --no-cache --virtual curldeps make perl && wget https://curl.se/download/curl-$CURL_VERSION.tar.bz2 && git clone --depth 1 -b OpenSSL_1_1_1l+quic https://github.com/quictls/openssl && git clone https://github.com/ngtcp2/nghttp3 && git clone https://github.com/ngtcp2/ngtcp2 && cd openssl && echo $configtmp enable-tls1_3 --prefix=/usr && $configtmp enable-tls1_3 --prefix=/usr && make && make install_sw && cd .. && rm -r openssl && cd nghttp3 && autoreconf -i && ./configure --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r nghttp3 && cd ngtcp2 && autoreconf -i && ./configure PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib/pkgconfig LDFLAGS="-Wl,-rpath,/usr/lib" --prefix=/usr --enable-lib-only && make && make install && cd .. && rm -r ngtcp2 && tar xjvf curl-$CURL_VERSION.tar.bz2 && rm curl-$CURL_VERSION.tar.bz2 && cd curl-$CURL_VERSION && ./buildconf && LDFLAGS="-Wl,-rpath,/usr/lib" ./configure --with-openssl=/usr --with-nghttp2=/usr --with-nghttp3=/usr --with-ngtcp2=/usr --prefix=/usr --enable-ipv6 --enable-unix-sockets --without-libidn --disable-static --disable-ldap --with-pic && make && make install && cd .. && rm -r curl-$CURL_VERSION && apk del curldeps # buildkit
2021-09-28 19:03:31 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --upgrade wheel && pip install pycurl && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)LABEL maintainer=a76yyyy <[email protected]>
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)ADD . /usr/src/app # buildkit
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)WORKDIR /usr/src/app
2021-10-23 01:19:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rc-status -a && echo -e '#!/bin/sh \nredis-server /etc/redis.conf' > /etc/local.d/redis.start && chmod +x /etc/local.d/redis.start && rc-update add local && rc-status -a # buildkit
2021-10-23 01:19:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /root/.ssh && cp -f ssh/qiandao_fetch /root/.ssh/id_rsa && cp -f ssh/qiandao_fetch.pub /root/.ssh/id_rsa.pub && chmod 600 /root/.ssh/id_rsa && ssh-keyscan gitee.com > /root/.ssh/known_hosts && let num=$RANDOM%100+10 && sleep $num && git clone [email protected]:a76yyyy/qiandao.git /gitclone_tmp && yes | cp -rf /gitclone_tmp/. /usr/src/app # buildkit
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install --upgrade setuptools && pip install --no-cache-dir -r requirements.txt && rm -rf /var/cache/apk/* && rm -rf /usr/share/man/* # buildkit
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)ENV PORT=80
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)ENV TZ=CST-8
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)VOLUME [/usr/src/app/ /data]
2021-10-23 01:20:42 UTC (buildkit.dockerfile.v0)CMD ["sh" "-c" "redis-server --daemonize yes && python /usr/src/app/run.py"]