2021-04-10 15:45:34 UTC
73.3 MB
0.20.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.4
PYTHON_GET_PIP_SHA25695c5ee602b2f3cc50ae053d716c3c89bea62c58568f64d7d25924d399b2d5218
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/3843bff3a0a61da5b63ea0b7d34794c5c51a2f11/get-pip.py
PYTHON_PIP_VERSION20.3.4
[#000] sha256:7cc57a8772e5e479618650dfa70f315b474d3f205d04bde7f602f469c1928d84 - 36.18% (26.5 MB)
[#001] sha256:c61c37f00ee5e12d61f2fa53765dba4639a1276ccfeaa02c264cec3061c35dad - 3.61% (2.64 MB)
[#002] sha256:1bb6aa0c5a2a43e5eaaef24ab93bf5d469b3accdce756915517059d06d2b5339 - 52.86% (38.7 MB)
[#003] sha256:9913d309d630181fd37e1e3eb8ebe00e4eed0b48d7afce77744f5f6d090526f9 - 3.34% (2.45 MB)
[#004] sha256:bcdb88461f7313f658f34efac8416815aaec849a0ab6200b7958c1efcb3de02b - 4.02% (2.94 MB)
/bin/sh -c #(nop) ADD file:8885d4d13678543780bb04ba14b621179665f7951d5b261036a7092df9b376e7 in /
2021-04-10 00:39:43 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-04-10 01:07:12 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates; rm -rf /var/lib/apt/lists/*
2021-04-10 01:07:12 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-04-10 01:07:12 UTC/bin/sh -c #(nop) ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-10 01:07:12 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.4
2021-04-10 01:07:43 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in 'amd64') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux64.tar.bz2'; sha256='09d7298b44a38648a87995ec06e1e093761644e50f547c8bb0b2d7f4fe433548'; ;; 'arm64') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-aarch64.tar.bz2'; sha256='a4148fa73b74a091e004e1f378b278c0b8830984cbcb91e10fa31fd915c43efe'; ;; 'i386') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux32.tar.bz2'; sha256='04de1a2e80530f3d74abcf133ec046a0fb12d81956bc043dee8ab4799f3b77eb'; ;; 's390x') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-s390x.tar.bz2'; sha256='7d6fb180c359a66a158ef6e81eeca88fbabbb62656a1700f425a70db18de2a0f'; ;; *) 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 libexpat1 libncurses5 ; wget -O pypy.tar.bz2 "$url" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum --check --strict -; mkdir /opt/pypy; tar -xjC /opt/pypy --strip-components=1 -f pypy.tar.bz2; find /opt/pypy/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; ln -sv '/opt/pypy/bin/pypy3' /usr/local/bin/; pypy3 --version; cd /opt/pypy/lib_pypy; if [ -f _ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; pypy3 _ssl_build.py; fi; if [ -f _lzma_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev liblzma-dev; pypy3 _lzma_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /opt/pypy -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 /opt/pypy -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +
2021-04-10 01:07:44 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.4
2021-04-10 01:07:44 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/3843bff3a0a61da5b63ea0b7d34794c5c51a2f11/get-pip.py
2021-04-10 01:07:44 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=95c5ee602b2f3cc50ae053d716c3c89bea62c58568f64d7d25924d399b2d5218
2021-04-10 01:07:58 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 /opt/pypy -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
2021-04-10 01:07:58 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2021-04-10 15:45:26 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.20.0
2021-04-10 15:45:34 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-04-10 15:45:34 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-04-11 06:26:07 UTC
70.7 MB
0.20.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.4
PYTHON_GET_PIP_SHA25695c5ee602b2f3cc50ae053d716c3c89bea62c58568f64d7d25924d399b2d5218
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/3843bff3a0a61da5b63ea0b7d34794c5c51a2f11/get-pip.py
PYTHON_PIP_VERSION20.3.4
[#000] sha256:f7ec5a41d630a33a2d1db59b95d89d93de7ae5a619a3a8571b78457e48266eba - 36.6% (25.9 MB)
[#001] sha256:7d3da5fcf5fa7542a53548bf7e7c8a6b703cce1920fbfd5e30a79641a1047c04 - 3.72% (2.63 MB)
[#002] sha256:e71dcb35be3554efe9eb06a6058f7ab16efd20c2ebbdab0904f03dc179b70e58 - 52.06% (36.8 MB)
[#003] sha256:9d8e771f6c47637605bf43be1997efb24f0a4f76ba789042de94048eea563685 - 3.46% (2.45 MB)
[#004] sha256:3f62a145b82e9b7faeb1ba4f016709c8452a1607499e9e6537835113f2e35a57 - 4.16% (2.94 MB)
/bin/sh -c #(nop) ADD file:c855b3c65f5ba94d548d7d2659094eeb63fbf7f8419ac8e07712c3320c38b62c in /
2021-04-10 01:20:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-04-10 14:53:43 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates; rm -rf /var/lib/apt/lists/*
2021-04-10 14:53:43 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-04-10 14:53:43 UTC/bin/sh -c #(nop) ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-10 14:53:43 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.4
2021-04-10 14:54:09 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in 'amd64') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux64.tar.bz2'; sha256='09d7298b44a38648a87995ec06e1e093761644e50f547c8bb0b2d7f4fe433548'; ;; 'arm64') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-aarch64.tar.bz2'; sha256='a4148fa73b74a091e004e1f378b278c0b8830984cbcb91e10fa31fd915c43efe'; ;; 'i386') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux32.tar.bz2'; sha256='04de1a2e80530f3d74abcf133ec046a0fb12d81956bc043dee8ab4799f3b77eb'; ;; 's390x') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-s390x.tar.bz2'; sha256='7d6fb180c359a66a158ef6e81eeca88fbabbb62656a1700f425a70db18de2a0f'; ;; *) 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 libexpat1 libncurses5 ; wget -O pypy.tar.bz2 "$url" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum --check --strict -; mkdir /opt/pypy; tar -xjC /opt/pypy --strip-components=1 -f pypy.tar.bz2; find /opt/pypy/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; ln -sv '/opt/pypy/bin/pypy3' /usr/local/bin/; pypy3 --version; cd /opt/pypy/lib_pypy; if [ -f _ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; pypy3 _ssl_build.py; fi; if [ -f _lzma_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev liblzma-dev; pypy3 _lzma_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /opt/pypy -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 /opt/pypy -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +
2021-04-10 14:54:10 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.4
2021-04-10 14:54:10 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/3843bff3a0a61da5b63ea0b7d34794c5c51a2f11/get-pip.py
2021-04-10 14:54:10 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=95c5ee602b2f3cc50ae053d716c3c89bea62c58568f64d7d25924d399b2d5218
2021-04-10 14:54:23 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 /opt/pypy -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
2021-04-10 14:54:23 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2021-04-11 06:25:59 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.20.0
2021-04-11 06:26:07 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-04-11 06:26:07 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-04-11 03:41:20 UTC
66.3 MB
0.20.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.4
PYTHON_GET_PIP_SHA25695c5ee602b2f3cc50ae053d716c3c89bea62c58568f64d7d25924d399b2d5218
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/3843bff3a0a61da5b63ea0b7d34794c5c51a2f11/get-pip.py
PYTHON_PIP_VERSION20.3.4
[#000] sha256:15cb40b9c4df1a06940dc2a154c3be46844241235c1a091afa70da0ee2dc811a - 37.25% (24.7 MB)
[#001] sha256:33eeb66cbe9658b76a975f836346c35755c240ebca8217427c30173634860e16 - 3.78% (2.5 MB)
[#002] sha256:8aab0ee42cb4a11e3e17422c825ccbc39df6b242599eba21cfe6e967484a3704 - 50.85% (33.7 MB)
[#003] sha256:6ed5666e8cc1941e207efae721881e8fe98ea0496bf008b64b51a82aa485511c - 3.69% (2.45 MB)
[#004] sha256:f703a17d551bd43577c356789e0a0bdfb69735cb53cab845d1ac920b6732e84f - 4.44% (2.94 MB)
/bin/sh -c #(nop) ADD file:b24da7eb23eeae04e00d0e45da29a89fe8f992e8dcf4ba482afb907b8015b7bf in /
2021-04-10 00:41:28 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-04-10 10:59:29 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates; rm -rf /var/lib/apt/lists/*
2021-04-10 10:59:31 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-04-10 10:59:31 UTC/bin/sh -c #(nop) ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-10 10:59:32 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.4
2021-04-10 11:00:34 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in 'amd64') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux64.tar.bz2'; sha256='09d7298b44a38648a87995ec06e1e093761644e50f547c8bb0b2d7f4fe433548'; ;; 'arm64') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-aarch64.tar.bz2'; sha256='a4148fa73b74a091e004e1f378b278c0b8830984cbcb91e10fa31fd915c43efe'; ;; 'i386') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux32.tar.bz2'; sha256='04de1a2e80530f3d74abcf133ec046a0fb12d81956bc043dee8ab4799f3b77eb'; ;; 's390x') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-s390x.tar.bz2'; sha256='7d6fb180c359a66a158ef6e81eeca88fbabbb62656a1700f425a70db18de2a0f'; ;; *) 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 libexpat1 libncurses5 ; wget -O pypy.tar.bz2 "$url" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum --check --strict -; mkdir /opt/pypy; tar -xjC /opt/pypy --strip-components=1 -f pypy.tar.bz2; find /opt/pypy/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; ln -sv '/opt/pypy/bin/pypy3' /usr/local/bin/; pypy3 --version; cd /opt/pypy/lib_pypy; if [ -f _ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; pypy3 _ssl_build.py; fi; if [ -f _lzma_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev liblzma-dev; pypy3 _lzma_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /opt/pypy -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 /opt/pypy -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +
2021-04-10 11:00:37 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.4
2021-04-10 11:00:38 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/3843bff3a0a61da5b63ea0b7d34794c5c51a2f11/get-pip.py
2021-04-10 11:00:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=95c5ee602b2f3cc50ae053d716c3c89bea62c58568f64d7d25924d399b2d5218
2021-04-10 11:01:13 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 /opt/pypy -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
2021-04-10 11:01:14 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2021-04-11 03:40:48 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.20.0
2021-04-11 03:41:19 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-04-11 03:41:20 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-04-10 14:59:37 UTC
66.2 MB
0.20.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.4
PYTHON_GET_PIP_SHA25695c5ee602b2f3cc50ae053d716c3c89bea62c58568f64d7d25924d399b2d5218
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/3843bff3a0a61da5b63ea0b7d34794c5c51a2f11/get-pip.py
PYTHON_PIP_VERSION20.3.4
[#000] sha256:65291f8717b3afd99b63cee867dd3e06b956a8ee6aa8580cc31d913b25de209d - 37.09% (24.6 MB)
[#001] sha256:0a33292499aedeb1acd227d4039dfe0ec55992571f7f810acd207de19bf75c7c - 3.53% (2.34 MB)
[#002] sha256:b3a0073cca68f65e9790ab080530ab15a30b633a7a1da7024231b18aeff6c2fe - 51.24% (33.9 MB)
[#003] sha256:bb39557cfd356f3e25e239ded890fef84af970347971d73722eaa7664a776e84 - 3.69% (2.45 MB)
[#004] sha256:dcbb5032da69403b5c8ed9ca2aaf5793488e0727b1f30d2ea645d2d0214299d9 - 4.45% (2.94 MB)
/bin/sh -c #(nop) ADD file:dbe2182f8699f2a6011413ea01862e6c0e85853d922dffd72a28d994d23c79bc in /
2021-04-10 00:42:25 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-04-10 04:34:48 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates; rm -rf /var/lib/apt/lists/*
2021-04-10 04:34:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-04-10 04:34:48 UTC/bin/sh -c #(nop) ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-04-10 04:34:49 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.4
2021-04-10 04:35:13 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in 'amd64') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux64.tar.bz2'; sha256='09d7298b44a38648a87995ec06e1e093761644e50f547c8bb0b2d7f4fe433548'; ;; 'arm64') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-aarch64.tar.bz2'; sha256='a4148fa73b74a091e004e1f378b278c0b8830984cbcb91e10fa31fd915c43efe'; ;; 'i386') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-linux32.tar.bz2'; sha256='04de1a2e80530f3d74abcf133ec046a0fb12d81956bc043dee8ab4799f3b77eb'; ;; 's390x') url='https://downloads.python.org/pypy/pypy3.7-v7.3.4-s390x.tar.bz2'; sha256='7d6fb180c359a66a158ef6e81eeca88fbabbb62656a1700f425a70db18de2a0f'; ;; *) 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 libexpat1 libncurses5 ; wget -O pypy.tar.bz2 "$url" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum --check --strict -; mkdir /opt/pypy; tar -xjC /opt/pypy --strip-components=1 -f pypy.tar.bz2; find /opt/pypy/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; rm pypy.tar.bz2; ln -sv '/opt/pypy/bin/pypy3' /usr/local/bin/; pypy3 --version; cd /opt/pypy/lib_pypy; if [ -f _ssl_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev; pypy3 _ssl_build.py; fi; if [ -f _lzma_build.py ]; then apt-get install -y --no-install-recommends gcc libc6-dev liblzma-dev; pypy3 _lzma_build.py; fi; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; find /opt/pypy -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 /opt/pypy -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +
2021-04-10 04:35:16 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.4
2021-04-10 04:35:16 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/3843bff3a0a61da5b63ea0b7d34794c5c51a2f11/get-pip.py
2021-04-10 04:35:16 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=95c5ee602b2f3cc50ae053d716c3c89bea62c58568f64d7d25924d399b2d5218
2021-04-10 04:35:33 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 /opt/pypy -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
2021-04-10 04:35:34 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2021-04-10 14:59:30 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.20.0
2021-04-10 14:59:37 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-04-10 14:59:37 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.