2019-09-12 18:33:02 UTC
61.9 MB
0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.0.0
PYTHON_GET_PIP_SHA25657e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
PYTHON_PIP_VERSION19.2.3
[#000] sha256:16e2336ed3f3170046025d653edb3b949aab72dc5130b1452406847e32444b2b - 35.67% (22.1 MB)
[#001] sha256:08833067c6c7ece3cf735d9bebcd100bcb537ed6d868f4feef7f5409d4618cff - 5.12% (3.17 MB)
[#002] sha256:be247e989d0796c20ad8de6d343b76e47d3c054ffa44a186399b7d856655c4ba - 51.32% (31.8 MB)
[#003] sha256:be796164726f016e065f6413248d69db18e0591b39e652121215675afafc0733 - 3.29% (2.04 MB)
[#004] sha256:98b5cea59618f10bf15e8c2bf51fb75bf8703c873902195ddfc10a2109ada3dd - 4.6% (2.85 MB)
/bin/sh -c #(nop) ADD file:8bc08dfa2497c2f2aa5368a174cab8c82ad30aa91d233a203cd0c750ada01781 in /
2019-09-11 22:43:38 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-12 05:55:39 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-09-12 05:55:39 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-09-12 13:58:06 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libexpat1 libffi6 libgdbm3 libsqlite3-0 && rm -rf /var/lib/apt/lists/*
2019-09-12 13:58:06 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.0.0
2019-09-12 13:58:45 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='729e3c54325969c98bd3658c6342b9f5987b96bad1d6def04250a08401b54c4b' ;; i386) pypyArch='linux32'; sha256='b8db8fbca9621de8ea8cd7184b322f2dddb2f385e8e5a63dfb75bb3fea4b2e3f' ;; ppc64el) pypyArch='ppc64le'; sha256='2912884da05abc2cdf71dd337c3f280095351312c1a1732a52b6878174a0fd02' ;; s390x) pypyArch='s390x'; sha256='d588b045cc0d3a75c31fce54c1d181b1206ad9a5dd272fe79160a6268401605f' ;; *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends bzip2 wget libncurses5 ; wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3.5-v${PYPY_VERSION}-${pypyArch}.tar.bz2" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum -c; tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2; find /usr/local/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; pypy3 --version; if [ -f /usr/local/lib_pypy/_ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; cd /usr/local/lib_pypy; pypy3 _ssl_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pypy3 --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +
2019-09-12 13:58:45 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.2.3
2019-09-12 13:58:46 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
2019-09-12 13:58:46 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
2019-09-12 13:59:06 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; pypy3 get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; apt-get purge -y --auto-remove wget; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2019-09-12 13:59:06 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2019-09-12 18:32:47 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2019-09-12 18:33:02 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2019-09-12 18:33:02 UTC/bin/sh -c #(nop) CMD ["hy"]
2019-09-13 04:43:53 UTC
59.9 MB
0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.0.0
PYTHON_GET_PIP_SHA25657e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
PYTHON_PIP_VERSION19.2.3
[#000] sha256:8f91359f1fffbf32b24ca854fb263d88a222371f38e90cf4583c5742cfdc3039 - 35.82% (21.5 MB)
[#001] sha256:f61f70a954fcd7679118440916b9140483ac470e6e15feff299278b87d9618d8 - 5.21% (3.12 MB)
[#002] sha256:27fd56d43bc7ec54a804255e8d5ef8ffcb9577d31ee541a9cc7df598d504781d - 50.83% (30.5 MB)
[#003] sha256:989f42396246e846ba4eac97c0b22cc33a49371077da327ee8e99552443d49f4 - 3.4% (2.04 MB)
[#004] sha256:4ead922a26973d1b4ebafe9e2487600919c709712f6ea7fd6577ce24518b5e1f - 4.75% (2.85 MB)
/bin/sh -c #(nop) ADD file:e82c447c3eae5d1d0282d8557b0c271b29d1be0d0f23204a09ad468be7a80d8c in /
2019-09-11 23:27:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-12 13:32:23 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-09-12 13:32:23 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-09-12 13:32:33 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libexpat1 libffi6 libgdbm3 libsqlite3-0 && rm -rf /var/lib/apt/lists/*
2019-09-12 13:32:33 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.0.0
2019-09-12 13:33:07 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='729e3c54325969c98bd3658c6342b9f5987b96bad1d6def04250a08401b54c4b' ;; i386) pypyArch='linux32'; sha256='b8db8fbca9621de8ea8cd7184b322f2dddb2f385e8e5a63dfb75bb3fea4b2e3f' ;; ppc64el) pypyArch='ppc64le'; sha256='2912884da05abc2cdf71dd337c3f280095351312c1a1732a52b6878174a0fd02' ;; s390x) pypyArch='s390x'; sha256='d588b045cc0d3a75c31fce54c1d181b1206ad9a5dd272fe79160a6268401605f' ;; *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends bzip2 wget libncurses5 ; wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3.5-v${PYPY_VERSION}-${pypyArch}.tar.bz2" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum -c; tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2; find /usr/local/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; pypy3 --version; if [ -f /usr/local/lib_pypy/_ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; cd /usr/local/lib_pypy; pypy3 _ssl_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pypy3 --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +
2019-09-12 13:33:07 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.2.3
2019-09-12 13:33:07 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
2019-09-12 13:33:07 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
2019-09-12 13:33:26 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; pypy3 get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; apt-get purge -y --auto-remove wget; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2019-09-12 13:33:27 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2019-09-13 04:43:40 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2019-09-13 04:43:53 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2019-09-13 04:43:53 UTC/bin/sh -c #(nop) CMD ["hy"]
2019-09-13 00:38:00 UTC
57.9 MB
0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.0.0
PYTHON_GET_PIP_SHA25657e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
PYTHON_PIP_VERSION19.2.3
[#000] sha256:0122b8c61259ac8a82e0ef73fe1c8a983f625e8b96c1daecc5c0c353b0e45f23 - 37.54% (21.7 MB)
[#001] sha256:0b94f9eae911d8e3877cefd1cdadaceb4d553aba7e94afc7e4366b3e4abbaac4 - 4.84% (2.8 MB)
[#002] sha256:dbec7bd538803bd102578dfb53187fe872bae83c44509c1b33503f6896f6dd8e - 49.19% (28.5 MB)
[#003] sha256:86fe5559e4a4982ad7886fb129e3ebfa833a65208e4175832790ba1331c43625 - 3.52% (2.04 MB)
[#004] sha256:7262ea0d9bcd4775cf466a41dbf01db4ca088f2dd3d8408da96ffe04d73bc6ad - 4.92% (2.85 MB)
/bin/sh -c #(nop) ADD file:55a16db0cb402c0ad8920a036ce2a58bb6e2516fa62d772b4179585f2d17e7c6 in /
2019-09-11 23:43:49 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-12 07:53:18 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-09-12 07:53:23 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-09-12 07:54:06 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libexpat1 libffi6 libgdbm3 libsqlite3-0 && rm -rf /var/lib/apt/lists/*
2019-09-12 07:54:09 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.0.0
2019-09-12 07:57:14 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='729e3c54325969c98bd3658c6342b9f5987b96bad1d6def04250a08401b54c4b' ;; i386) pypyArch='linux32'; sha256='b8db8fbca9621de8ea8cd7184b322f2dddb2f385e8e5a63dfb75bb3fea4b2e3f' ;; ppc64el) pypyArch='ppc64le'; sha256='2912884da05abc2cdf71dd337c3f280095351312c1a1732a52b6878174a0fd02' ;; s390x) pypyArch='s390x'; sha256='d588b045cc0d3a75c31fce54c1d181b1206ad9a5dd272fe79160a6268401605f' ;; *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends bzip2 wget libncurses5 ; wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3.5-v${PYPY_VERSION}-${pypyArch}.tar.bz2" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum -c; tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2; find /usr/local/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; pypy3 --version; if [ -f /usr/local/lib_pypy/_ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; cd /usr/local/lib_pypy; pypy3 _ssl_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pypy3 --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +
2019-09-12 07:57:22 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.2.3
2019-09-12 07:57:26 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
2019-09-12 07:57:30 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
2019-09-12 07:58:29 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; pypy3 get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; apt-get purge -y --auto-remove wget; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2019-09-12 07:58:35 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2019-09-13 00:37:28 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2019-09-13 00:37:59 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2019-09-13 00:38:00 UTC/bin/sh -c #(nop) CMD ["hy"]
2019-09-12 12:15:38 UTC
61.6 MB
0.17.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.0.0
PYTHON_GET_PIP_SHA25657e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
PYTHON_PIP_VERSION19.2.3
[#000] sha256:dcc9fb138818bd495610317481ca5b236dccfeecf43998fc55d72e2d85ae592c - 34.61% (21.3 MB)
[#001] sha256:63b30934dea02879a491bf2bd219c93ba21b53d77d013ddb2e792277e87ce808 - 4.67% (2.88 MB)
[#002] sha256:802fbb54d7e4294afe57d7952cd67cf448eb4a4c92800842865557df2cf62b04 - 52.8% (32.5 MB)
[#003] sha256:d2f124b2a2478dc47d34668df003cd986bcc8cb06a1527ff58c7c35fb12fb57d - 3.3% (2.03 MB)
[#004] sha256:3401e2d6d9988d47d1282a044bdce6c931e5cc4025d5d0f00abfdf2572d1619a - 4.62% (2.85 MB)
/bin/sh -c #(nop) ADD file:ec0f180243d217822dbf38503c62160c63e6adee835d76a8f9772c9cfbdb4b09 in /
2019-09-11 22:44:13 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-12 00:47:54 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-09-12 00:47:55 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-09-12 00:48:02 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libexpat1 libffi6 libgdbm3 libsqlite3-0 && rm -rf /var/lib/apt/lists/*
2019-09-12 00:48:02 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.0.0
2019-09-12 00:48:26 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='729e3c54325969c98bd3658c6342b9f5987b96bad1d6def04250a08401b54c4b' ;; i386) pypyArch='linux32'; sha256='b8db8fbca9621de8ea8cd7184b322f2dddb2f385e8e5a63dfb75bb3fea4b2e3f' ;; ppc64el) pypyArch='ppc64le'; sha256='2912884da05abc2cdf71dd337c3f280095351312c1a1732a52b6878174a0fd02' ;; s390x) pypyArch='s390x'; sha256='d588b045cc0d3a75c31fce54c1d181b1206ad9a5dd272fe79160a6268401605f' ;; *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends bzip2 wget libncurses5 ; wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3.5-v${PYPY_VERSION}-${pypyArch}.tar.bz2" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum -c; tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2; find /usr/local/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; pypy3 --version; if [ -f /usr/local/lib_pypy/_ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; cd /usr/local/lib_pypy; pypy3 _ssl_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pypy3 --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +
2019-09-12 00:48:27 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.2.3
2019-09-12 00:48:27 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
2019-09-12 00:48:27 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
2019-09-12 00:48:46 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; pypy3 get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; apt-get purge -y --auto-remove wget; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2019-09-12 00:48:46 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2019-09-12 12:15:27 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2019-09-12 12:15:37 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2019-09-12 12:15:38 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.