2020-01-25 02:08:22 UTC
32.1 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
HY_VERSION0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
PYTHON_VERSION3.6.10
[#000] sha256:8ad089020f8a1fd366fb13feb183e2f4c7410e2232c54b40f6a54fd56029fdf3 - 8.28% (2.66 MB)
[#001] sha256:1d3e2a250d0b78b8817a7772e2d0f681861ea95ef5d6f89e906a846355968f4e - 0.9% (295 KB)
[#002] sha256:5b2635f0bd1ad07adf83419bbf3f4993f36d7a6c6174da2a03c349d9c6a56b13 - 76.9% (24.7 MB)
[#003] sha256:ca58c7b89504b9f82b74803b5637682c1dfd59507a969f81a7d56eb27c1f6927 - 0.0% (230 Bytes)
[#004] sha256:4a66db164ddbd17f0a4e86aed4f2171ec7d452c42b0aac9f070e0dbf3f342974 - 5.61% (1.8 MB)
[#005] sha256:5411b5329bc6fc4f7e853939061c7dbf3b3aa84c1748261525280f9d8604cec2 - 8.31% (2.67 MB)
/bin/sh -c #(nop) ADD file:8c429ecc11f3cadcecc39922ce15df6b51a649929959b331fed8d1f42d722474 in /
2020-01-23 16:52:57 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-24 02:47:15 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-01-24 02:47:16 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-01-24 02:47:17 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-01-24 03:06:44 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-01-24 03:17:27 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-01-24 03:24:21 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 ha.pool.sks-keyservers.net --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 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && 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 && 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 -rf /usr/src/python && python3 --version
2020-01-24 03:24:22 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
2020-01-25 02:00:32 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-01-25 02:00:32 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-01-25 02:00:32 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-01-25 02:00:39 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" ; 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
2020-01-25 02:00:39 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-01-25 02:08:16 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-01-25 02:08:22 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-01-25 02:08:22 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-01-25 03:38:23 UTC
33.6 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
HY_VERSION0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
PYTHON_VERSION3.6.10
[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 7.92% (2.66 MB)
[#001] sha256:1baf8a687be7ffea0d5471a91e524515128c316739abda79ead8135ca464ea15 - 0.86% (295 KB)
[#002] sha256:1ee7638ed7289a0225bab0e65b3a41d11481353040f3d30e2a831f2bcb3d1fd7 - 77.91% (26.1 MB)
[#003] sha256:7453b11fd5045f20ef3177427e4eafb65d29c38abfd1d1565cc3d17d9b9f9139 - 0.0% (233 Bytes)
[#004] sha256:3c9e10bfe75dc87e8c5cf08cc4fc658cdf10cfbd879183fd719769c426379c53 - 5.36% (1.8 MB)
[#005] sha256:4e8d1bdfc51fc89971ce41819a15850aa802f26c354d4284c814d8e61a9582a3 - 7.94% (2.67 MB)
/bin/sh -c #(nop) ADD file:d48cac34fac385cbc1de6adfdd88300f76f9bbe346cd17e64fd834d042a98326 in /
2020-01-23 16:53:06 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-23 18:05:38 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-01-23 23:09:17 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-01-23 23:09:19 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-01-23 23:32:58 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-01-24 02:34:30 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-01-24 02:41:25 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 ha.pool.sks-keyservers.net --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 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && 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 && 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 -rf /usr/src/python && python3 --version
2020-01-24 02:41:26 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
2020-01-25 02:52:43 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-01-25 02:52:43 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-01-25 02:52:43 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-01-25 02:52:49 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" ; 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
2020-01-25 02:52:49 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-01-25 03:38:17 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-01-25 03:38:22 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-01-25 03:38:23 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-01-25 02:16:59 UTC
31.2 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
HY_VERSION0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
PYTHON_VERSION3.6.10
[#000] sha256:896868b7b9168cabb308702db96dc9769d10c23e20fc66f5f4abedf4c75d7642 - 7.86% (2.45 MB)
[#001] sha256:f08b91b513b40f71ff412d466bdf0eff491ed79d51070e557fa4eb8e2c490139 - 0.92% (295 KB)
[#002] sha256:005716380402a0d869d3fb9329b5b20f08f1adf5d2350973d43cf8a76f7d3d97 - 76.89% (24 MB)
[#003] sha256:98db67d28c5b6f3f0e41d1151444427357e0731ae7a40af0eefdde33590f4272 - 0.0% (230 Bytes)
[#004] sha256:9491ebc1c743a6fc3954b603b2576b1fe7d5dd23f310532e47e9a05436750624 - 5.77% (1.8 MB)
[#005] sha256:b051d75222d3db26527476435f6471390f3254713e8bc91107d3eaf7ee7e370a - 8.55% (2.67 MB)
/bin/sh -c #(nop) ADD file:2aa80d52585a6b34b2cc5811d46965a084e50cfb8cd183f1a88b2b1bc6556e1f in /
2020-01-23 16:53:28 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-23 17:45:48 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-01-23 17:45:49 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-01-23 17:45:52 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-01-23 18:05:18 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-01-23 18:22:05 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-01-23 18:31:22 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 ha.pool.sks-keyservers.net --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 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && 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 && 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 -rf /usr/src/python && python3 --version
2020-01-23 18:31:27 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
2020-01-25 01:54:59 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-01-25 01:55:01 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-01-25 01:55:02 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-01-25 01:55:17 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" ; 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
2020-01-25 01:55:19 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-01-25 02:16:44 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-01-25 02:16:57 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-01-25 02:16:59 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-01-25 04:05:06 UTC
30.5 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
HY_VERSION0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
PYTHON_VERSION3.6.10
[#000] sha256:4e972d957a606327b0b6c2e8aa4a6045c263b7496a536298aaebf690e9d85f1d - 7.43% (2.27 MB)
[#001] sha256:ec7d55ab1b842311f10b795319bc80abba3cf485d9888a91d16898a5e2ac9c3c - 0.94% (294 KB)
[#002] sha256:8b8ae4d1a13f4cd500e2a1b997e0573535c7b9e2cbc8716ea9c526a1bbf54fe4 - 77.01% (23.5 MB)
[#003] sha256:3ff6b592797b2896b9aed40cd5809e346b11c6acc256b64ea3c9fd3f589bb018 - 0.0% (230 Bytes)
[#004] sha256:dfbc4b0965da9d25550dfeaf452c1f9e108e95f492c1688a25f44a55e26d9ca8 - 5.89% (1.8 MB)
[#005] sha256:64d276defc2cce297b400c94ffd860d0b7703231b0f296116ff4030f90313f7e - 8.73% (2.67 MB)
/bin/sh -c #(nop) ADD file:d05c9f9143d11d12045d4faef882e5985e6b38fabe52237dd8d8c0627a9620ab in /
2020-01-23 16:53:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-23 19:16:23 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-01-23 19:16:24 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-01-23 19:16:27 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-01-23 19:34:45 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-01-23 19:49:45 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-01-23 19:57:42 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 ha.pool.sks-keyservers.net --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 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && 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 && 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 -rf /usr/src/python && python3 --version
2020-01-23 19:57:52 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
2020-01-25 02:36:48 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-01-25 02:36:49 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-01-25 02:36:50 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-01-25 02:37: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" ; 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
2020-01-25 02:37:04 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-01-25 04:04:53 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-01-25 04:05:05 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-01-25 04:05:06 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-01-25 02:57:18 UTC
32.7 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
HY_VERSION0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
PYTHON_VERSION3.6.10
[#000] sha256:f07e4bcf42b862c240f4c00f2f7ed362d7d93ca15151de547beda593f3b669e5 - 7.92% (2.59 MB)
[#001] sha256:85ca76d770ee8a5b1349a6e561e1973830f13e671a50fb7a5c62cebdebbcea77 - 0.88% (295 KB)
[#002] sha256:3846a9cbb7b6ab4b0061df1a6506db3d11b94482fc4063adb67efb439e12b168 - 77.56% (25.4 MB)
[#003] sha256:4e2ca462f85503233e7588010f68ad143d106c7c97ecf26766f861eba1f83ac5 - 0.0% (230 Bytes)
[#004] sha256:0566460dce5c3d9e6f0bd6037e0e01aded6e9fc2ec55b41688f5c84184195c74 - 5.5% (1.8 MB)
[#005] sha256:472c8b3185aa6cedba2b1cbdfff002c9314c3bd35133fedc6e1bee29719c4b75 - 8.14% (2.67 MB)
/bin/sh -c #(nop) ADD file:bdfbd4b0dfb53eecc80bac65894d1e2fcfafb27dcf24ab019176e2c9f60b9a39 in /
2020-01-23 16:54:40 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-23 17:59:40 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-01-23 21:00:16 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-01-23 21:00:19 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-01-23 21:17:02 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-01-23 21:32:04 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-01-23 21:39: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 ha.pool.sks-keyservers.net --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 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && 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 && 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 -rf /usr/src/python && python3 --version
2020-01-23 21:39:48 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
2020-01-25 02:19:48 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-01-25 02:19:49 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-01-25 02:19:50 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-01-25 02:20:02 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" ; 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
2020-01-25 02:20:03 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-01-25 02:57:04 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-01-25 02:57:16 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-01-25 02:57:18 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-01-25 03:41:31 UTC
34.3 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
HY_VERSION0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
PYTHON_VERSION3.6.10
[#000] sha256:4ae00dedbff84a762d4b8b9176da2beee50017c43fe09a5ae92c2417d5634510 - 7.81% (2.68 MB)
[#001] sha256:a40439424ae05468c06dc5cd9b4cc43c689b897b0a75c281fb7c5279017124aa - 0.85% (297 KB)
[#002] sha256:7f8c6fa3171598997de6b575e8e1b40f9cb000db2d69444c3c477b885a0df13f - 78.32% (26.9 MB)
[#003] sha256:f4fbfafb852e06d850b73606b626526424043f472d3abd44834ba91f65a00b7a - 0.0% (229 Bytes)
[#004] sha256:330c34d59b0b475c842d030b4aec26dd04a32bba2ad5d660a7b4fbd31d80d36c - 5.25% (1.8 MB)
[#005] sha256:e64d384a6aad430f2a48fd60191e2c903ee359db0415e466bf0c55fedb52d0c5 - 7.77% (2.67 MB)
/bin/sh -c #(nop) ADD file:5e383dfaf3281b9cc17caf519d1aeba934fa92632c10afb8cc189f6ba12d9f64 in /
2020-01-23 16:57:58 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-23 19:41:00 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-01-23 19:41:01 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-01-23 19:41:08 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-01-23 20:00:22 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-01-23 20:13:29 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-01-23 20:21:18 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 ha.pool.sks-keyservers.net --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 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && 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 && 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 -rf /usr/src/python && python3 --version
2020-01-23 20:21:27 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
2020-01-25 02:43:40 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-01-25 02:43:42 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-01-25 02:43:43 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-01-25 02:44:02 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" ; 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
2020-01-25 02:44:05 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-01-25 03:41:05 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-01-25 03:41:29 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-01-25 03:41:31 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-01-25 02:13:43 UTC
33.2 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
HY_VERSION0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
PYTHON_VERSION3.6.10
[#000] sha256:0449d076b2977b7e7ce4c35b0fe5199d86cabaf453e869da73b2efb66d6282dd - 7.39% (2.45 MB)
[#001] sha256:402c9e5c67190f78971413f5f9cc6772539561ab1bac99340e6440e104424c94 - 0.87% (295 KB)
[#002] sha256:79b42d992e44023ebf1c1a58935645c9a14302fc3769eca5a99e853a969d149f - 78.3% (26 MB)
[#003] sha256:ff41cea7fc30325125a5e57ce640664d6bf45a5d39dce0946e0c610ba4d209ab - 0.0% (228 Bytes)
[#004] sha256:b3f2dcebaf282826b6636aaf535f512e7986206b4d7268bbced4f4bdb7f656da - 5.42% (1.8 MB)
[#005] sha256:b69387c6435c661f5dae32247ec08cacfbd51f62a67f226b2703f721e5060e24 - 8.02% (2.67 MB)
/bin/sh -c #(nop) ADD file:922e12714922ae035a33d6ceb8d2683ad3e454deca21ad02b699db908443342b in /
2020-01-23 16:52:44 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-23 19:28:16 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-01-23 19:28:16 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-01-23 19:28:17 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-01-23 19:37:29 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-01-23 19:43:56 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-01-23 19:48:04 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 ha.pool.sks-keyservers.net --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 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && 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 && 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 -rf /usr/src/python && python3 --version
2020-01-23 19:48:05 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
2020-01-25 01:53:47 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-01-25 01:53:47 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-01-25 01:53:47 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-01-25 01:53:52 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" ; 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
2020-01-25 01:53:52 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-01-25 02:13:38 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-01-25 02:13:42 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-01-25 02:13:43 UTC/bin/sh -c #(nop) CMD ["hy"]
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.