2022-11-15 04:20:58 UTC
97.7 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGzh_CN.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/share/pnpm:/root/.local/share/pnpm/global/5/node_modules:
PNPM_HOME/root/.local/share/pnpm
PS1\u@\h:\w $
PYTHON_GET_PIP_SHA25636c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
PYTHON_PIP_VERSION22.3
PYTHON_SETUPTOOLS_VERSION65.5.0
PYTHON_VERSION3.11.0
QL_BRANCHv2.15.0
QL_DIR/ql
SHELL/bin/bash
[#000] sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 2.74% (2.68 MB)
[#001] sha256:9e124a36b9ab9caae9b9b43bffcb6f6d9f126ab89cf2a8b20b9a6f912df03d36 - 0.65% (646 KB)
[#002] sha256:86456952aa287ca80ac7d7f349dc9edbabda9393ab022d20f2e4c2263cd7d2e7 - 12.69% (12.4 MB)
[#003] sha256:4ece9ef7a5797feb2ddaf23aee223848643c0baaedaaa203c721aecb6b272b25 - 0.0% (231 Bytes)
[#004] sha256:d23932e6a29745d83bb55958d74a2ddaf76acff3dd68607d3cfa0d7b910ba975 - 2.98% (2.91 MB)
[#005] sha256:264bf62af250b1f62a1724250d03389f9b57a132608a67cc50ea244d0a46f3fe - 0.0% (97 Bytes)
[#006] sha256:c4d3829e09bc5782e713dc2a84ad4a7cb8865b257b21e7989b1f8b52a904e1c2 - 80.94% (79.1 MB)
/bin/sh -c #(nop) ADD file:ceeb6e8632fafc657116cbf3afbd522185a16963230b57881073dad22eb0e1a3 in /
2022-11-12 04:19:23 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-11-12 05:56:57 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-11-12 06:39:07 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-11-12 06:39:08 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;
2022-11-12 06:57:28 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2022-11-12 06:57:28 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.0
2022-11-12 07:15:58 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev 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 ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; 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 --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; 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-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; make install; cd /; 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 'libpython*.a' \) \) \) -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-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version
2022-11-12 07:15:59 UTC/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done
2022-11-12 07:15:59 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3
2022-11-12 07:15:59 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.0
2022-11-12 07:15:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
2022-11-12 07:15:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=36c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
2022-11-12 07:16:06 UTC/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version
2022-11-12 07:16:06 UTC/bin/sh -c #(nop) CMD ["python3"]
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ARG QL_MAINTAINER=whyour
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)LABEL maintainer=whyour
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ARG QL_URL=https://github.com/whyour/qinglong.git
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ARG QL_BRANCH=develop
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ENV PNPM_HOME=/root/.local/share/pnpm PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/share/pnpm:/root/.local/share/pnpm/global/5/node_modules: LANG=zh_CN.UTF-8 SHELL=/bin/bash PS1=\u@\h:\w $ QL_DIR=/ql QL_BRANCH=v2.15.0
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)WORKDIR /ql
2022-11-15 04:20:58 UTC (buildkit.dockerfile.v0)RUN |3 QL_MAINTAINER=whyour QL_URL=https://github.com/whyour/qinglong.git QL_BRANCH=v2.15.0 /bin/sh -c set -x && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update -f && apk upgrade && apk --no-cache add -f bash coreutils moreutils git curl wget tzdata perl openssl nginx nodejs jq openssh npm && rm -rf /var/cache/apk/* && apk update && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && git config --global user.email "qinglong@@users.noreply.github.com" && git config --global user.name "qinglong" && git config --global http.postBuffer 524288000 && npm install -g pnpm && pnpm add -g pm2 ts-node typescript tslib && git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && cd ${QL_DIR} && cp -f .env.example .env && chmod 777 ${QL_DIR}/shell/*.sh && chmod 777 ${QL_DIR}/docker/*.sh && pnpm install --prod && rm -rf /root/.pnpm-store && rm -rf /root/.local/share/pnpm/store && rm -rf /root/.cache && rm -rf /root/.npm && git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static && mkdir -p ${QL_DIR}/static && cp -rf /static/* ${QL_DIR}/static && rm -rf /static # buildkit
2022-11-15 04:20:58 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["./docker/docker-entrypoint.sh"]
2022-11-15 04:30:59 UTC
94.6 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGzh_CN.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/share/pnpm:/root/.local/share/pnpm/global/5/node_modules:
PNPM_HOME/root/.local/share/pnpm
PS1\u@\h:\w $
PYTHON_GET_PIP_SHA25636c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
PYTHON_PIP_VERSION22.3
PYTHON_SETUPTOOLS_VERSION65.5.0
PYTHON_VERSION3.11.0
QL_BRANCHv2.15.0
QL_DIR/ql
SHELL/bin/bash
[#000] sha256:9616ea8c1de4a90b1a50591336485e88ae5c2346e0d778bdbe69b00647bf8e39 - 2.64% (2.49 MB)
[#001] sha256:abe974d15ab7b1ace1e4997a68bcfb22f2652af9f902f110d0a90fbdd2ef2053 - 0.67% (651 KB)
[#002] sha256:a69683a8852c8900b94150a78af049bb63d4f73fbdd7239fba1302b9b211ec82 - 12.65% (12 MB)
[#003] sha256:63725fb700eaa74dc7942aef8ee5d333eb6b74e224f29ff11f0a997c56208595 - 0.0% (231 Bytes)
[#004] sha256:674ccdfc0729f9bce3af337d333d7dca91424f8b44926c580003374850885ee5 - 3.08% (2.91 MB)
[#005] sha256:264bf62af250b1f62a1724250d03389f9b57a132608a67cc50ea244d0a46f3fe - 0.0% (97 Bytes)
[#006] sha256:6430248d3d908d7fd42fbb222f58e334c6eb9022cd2197660119455ea8a8d470 - 80.96% (76.6 MB)
/bin/sh -c #(nop) ADD file:493290ed8856fa13463defe63da0d30ab3de5dde042c87ef7c0701d66ebb8892 in /
2022-11-12 03:49:18 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-11-12 06:28:49 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-11-12 06:28:49 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-11-12 06:28:51 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;
2022-11-12 06:55:00 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2022-11-12 06:55:00 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.0
2022-11-12 07:21:38 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev 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 ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; 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 --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; 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-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; make install; cd /; 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 'libpython*.a' \) \) \) -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-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version
2022-11-12 07:21:39 UTC/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done
2022-11-12 07:21:39 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3
2022-11-12 07:21:39 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.0
2022-11-12 07:21:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
2022-11-12 07:21:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=36c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
2022-11-12 07:21:47 UTC/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version
2022-11-12 07:21:47 UTC/bin/sh -c #(nop) CMD ["python3"]
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ARG QL_MAINTAINER=whyour
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)LABEL maintainer=whyour
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ARG QL_URL=https://github.com/whyour/qinglong.git
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ARG QL_BRANCH=develop
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ENV PNPM_HOME=/root/.local/share/pnpm PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/share/pnpm:/root/.local/share/pnpm/global/5/node_modules: LANG=zh_CN.UTF-8 SHELL=/bin/bash PS1=\u@\h:\w $ QL_DIR=/ql QL_BRANCH=v2.15.0
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)WORKDIR /ql
2022-11-15 04:30:59 UTC (buildkit.dockerfile.v0)RUN |3 QL_MAINTAINER=whyour QL_URL=https://github.com/whyour/qinglong.git QL_BRANCH=v2.15.0 /bin/sh -c set -x && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update -f && apk upgrade && apk --no-cache add -f bash coreutils moreutils git curl wget tzdata perl openssl nginx nodejs jq openssh npm && rm -rf /var/cache/apk/* && apk update && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && git config --global user.email "qinglong@@users.noreply.github.com" && git config --global user.name "qinglong" && git config --global http.postBuffer 524288000 && npm install -g pnpm && pnpm add -g pm2 ts-node typescript tslib && git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && cd ${QL_DIR} && cp -f .env.example .env && chmod 777 ${QL_DIR}/shell/*.sh && chmod 777 ${QL_DIR}/docker/*.sh && pnpm install --prod && rm -rf /root/.pnpm-store && rm -rf /root/.local/share/pnpm/store && rm -rf /root/.cache && rm -rf /root/.npm && git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static && mkdir -p ${QL_DIR}/static && cp -rf /static/* ${QL_DIR}/static && rm -rf /static # buildkit
2022-11-15 04:30:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["./docker/docker-entrypoint.sh"]
2022-11-15 04:30:56 UTC
92.3 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGzh_CN.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/share/pnpm:/root/.local/share/pnpm/global/5/node_modules:
PNPM_HOME/root/.local/share/pnpm
PS1\u@\h:\w $
PYTHON_GET_PIP_SHA25636c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
PYTHON_PIP_VERSION22.3
PYTHON_SETUPTOOLS_VERSION65.5.0
PYTHON_VERSION3.11.0
QL_BRANCHv2.15.0
QL_DIR/ql
SHELL/bin/bash
[#000] sha256:e44ba29d168a7f7c9e914f3724614df9e070aa6ef9b9ba5c9004db3c071f403a - 2.5% (2.31 MB)
[#001] sha256:dfb04c1ebc7f7005f359b85d4698d031de9ca4a4e8bc776ac6faa3f052b3a3f1 - 0.68% (644 KB)
[#002] sha256:997ef90ff733ebe7a201a71b832a552bd33839b74047f89bc3f1f00139c6e629 - 12.39% (11.4 MB)
[#003] sha256:1c2e907876797a7e7631369ff616b83ed0b57d0c152d486322351a767e140814 - 0.0% (238 Bytes)
[#004] sha256:f7d4e780d98ace8e2493833d7c0b1f6faf5cd1f8fe4d0e61347d9544ec861bed - 3.16% (2.91 MB)
[#005] sha256:0499836eb754820614cfd2fcfd08f10d4045152ec259980297e3d4e9e27b5090 - 0.0% (99 Bytes)
[#006] sha256:2a1491762b5ef7da35d9af2d712260fe2085fc0f603d3c7e88b08e1cb909a3b7 - 81.28% (75.1 MB)
/bin/sh -c #(nop) ADD file:0b4a628f529226f5ec9d357ca63138bd2d22411a889c780ac8d395d761e07b2c in /
2022-11-12 03:57:24 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-11-12 08:12:04 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-11-12 08:12:04 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-11-12 08:12:06 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;
2022-11-12 08:38:23 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2022-11-12 08:38:23 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.0
2022-11-12 09:08:06 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev 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 ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; 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 --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; 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-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; make install; cd /; 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 'libpython*.a' \) \) \) -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-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version
2022-11-12 09:08:08 UTC/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done
2022-11-12 09:08:09 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3
2022-11-12 09:08:09 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.0
2022-11-12 09:08:09 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
2022-11-12 09:08:09 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=36c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
2022-11-12 09:08:18 UTC/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version
2022-11-12 09:08:18 UTC/bin/sh -c #(nop) CMD ["python3"]
2022-11-15 04:18:07 UTC (buildkit.dockerfile.v0)ARG QL_MAINTAINER=whyour
2022-11-15 04:18:07 UTC (buildkit.dockerfile.v0)LABEL maintainer=whyour
2022-11-15 04:18:07 UTC (buildkit.dockerfile.v0)ARG QL_URL=https://github.com/whyour/qinglong.git
2022-11-15 04:18:07 UTC (buildkit.dockerfile.v0)ARG QL_BRANCH=develop
2022-11-15 04:18:07 UTC (buildkit.dockerfile.v0)ENV PNPM_HOME=/root/.local/share/pnpm PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/share/pnpm:/root/.local/share/pnpm/global/5/node_modules: LANG=zh_CN.UTF-8 SHELL=/bin/bash PS1=\u@\h:\w $ QL_DIR=/ql QL_BRANCH=v2.15.0
2022-11-15 04:18:07 UTC (buildkit.dockerfile.v0)WORKDIR /ql
2022-11-15 04:30:56 UTC (buildkit.dockerfile.v0)RUN |3 QL_MAINTAINER=whyour QL_URL=https://github.com/whyour/qinglong.git QL_BRANCH=v2.15.0 /bin/sh -c set -x && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update -f && apk upgrade && apk --no-cache add -f bash coreutils moreutils git curl wget tzdata perl openssl nginx nodejs jq openssh npm && rm -rf /var/cache/apk/* && apk update && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && git config --global user.email "qinglong@@users.noreply.github.com" && git config --global user.name "qinglong" && git config --global http.postBuffer 524288000 && npm install -g pnpm && pnpm add -g pm2 ts-node typescript tslib && git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && cd ${QL_DIR} && cp -f .env.example .env && chmod 777 ${QL_DIR}/shell/*.sh && chmod 777 ${QL_DIR}/docker/*.sh && pnpm install --prod && rm -rf /root/.pnpm-store && rm -rf /root/.local/share/pnpm/store && rm -rf /root/.cache && rm -rf /root/.npm && git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static && mkdir -p ${QL_DIR}/static && cp -rf /static/* ${QL_DIR}/static && rm -rf /static # buildkit
2022-11-15 04:30:56 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["./docker/docker-entrypoint.sh"]
2022-11-15 04:31:25 UTC
97.5 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGzh_CN.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/share/pnpm:/root/.local/share/pnpm/global/5/node_modules:
PNPM_HOME/root/.local/share/pnpm
PS1\u@\h:\w $
PYTHON_GET_PIP_SHA25636c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
PYTHON_PIP_VERSION22.3
PYTHON_SETUPTOOLS_VERSION65.5.0
PYTHON_VERSION3.11.0
QL_BRANCHv2.15.0
QL_DIR/ql
SHELL/bin/bash
[#000] sha256:6875df1f535433e5affe18ecfde9acb7950ab5f76887980ff06c5cdd48cf98f4 - 2.65% (2.58 MB)
[#001] sha256:e190eeb0612a6514b857c64886ec8f64d8e235210be5682cf6abbc5bd172b135 - 0.65% (648 KB)
[#002] sha256:b4727b51eed627eface71c55490f3017153992b7d9ae395a99b1e11841128d06 - 12.79% (12.5 MB)
[#003] sha256:ce34a3004b391575b577e7922f6d501a0b8ba079dc0741b068b86558c26ee4a1 - 0.0% (233 Bytes)
[#004] sha256:c2d1fb4b985539792a58c07d86ded12be8d93a927545ff63fb67003099439c04 - 2.99% (2.91 MB)
[#005] sha256:264bf62af250b1f62a1724250d03389f9b57a132608a67cc50ea244d0a46f3fe - 0.0% (97 Bytes)
[#006] sha256:c9ef6db514e8c0443c4ce924860be671af25c56cbeb158e7638e214b798e4bfa - 80.92% (78.9 MB)
/bin/sh -c #(nop) ADD file:57d621536158358b14d15155826ef2dd4ca034278044111ec0aaf6717016e569 in /
2022-11-12 03:39:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-11-12 06:23:34 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-11-12 08:16:58 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-11-12 08:16:59 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;
2022-11-12 08:35:03 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2022-11-12 08:35:03 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.0
2022-11-12 08:53:19 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev 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 ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; 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 --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; 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-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; make install; cd /; 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 'libpython*.a' \) \) \) -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-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version
2022-11-12 08:53:19 UTC/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done
2022-11-12 08:53:19 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3
2022-11-12 08:53:19 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.0
2022-11-12 08:53:20 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
2022-11-12 08:53:20 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=36c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
2022-11-12 08:53:25 UTC/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version
2022-11-12 08:53:25 UTC/bin/sh -c #(nop) CMD ["python3"]
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ARG QL_MAINTAINER=whyour
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)LABEL maintainer=whyour
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ARG QL_URL=https://github.com/whyour/qinglong.git
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ARG QL_BRANCH=develop
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)ENV PNPM_HOME=/root/.local/share/pnpm PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/share/pnpm:/root/.local/share/pnpm/global/5/node_modules: LANG=zh_CN.UTF-8 SHELL=/bin/bash PS1=\u@\h:\w $ QL_DIR=/ql QL_BRANCH=v2.15.0
2022-11-15 04:18:08 UTC (buildkit.dockerfile.v0)WORKDIR /ql
2022-11-15 04:31:25 UTC (buildkit.dockerfile.v0)RUN |3 QL_MAINTAINER=whyour QL_URL=https://github.com/whyour/qinglong.git QL_BRANCH=v2.15.0 /bin/sh -c set -x && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update -f && apk upgrade && apk --no-cache add -f bash coreutils moreutils git curl wget tzdata perl openssl nginx nodejs jq openssh npm && rm -rf /var/cache/apk/* && apk update && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && git config --global user.email "qinglong@@users.noreply.github.com" && git config --global user.name "qinglong" && git config --global http.postBuffer 524288000 && npm install -g pnpm && pnpm add -g pm2 ts-node typescript tslib && git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && cd ${QL_DIR} && cp -f .env.example .env && chmod 777 ${QL_DIR}/shell/*.sh && chmod 777 ${QL_DIR}/docker/*.sh && pnpm install --prod && rm -rf /root/.pnpm-store && rm -rf /root/.local/share/pnpm/store && rm -rf /root/.cache && rm -rf /root/.npm && git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static && mkdir -p ${QL_DIR}/static && cp -rf /static/* ${QL_DIR}/static && rm -rf /static # buildkit
2022-11-15 04:31:25 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["./docker/docker-entrypoint.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.