2021-01-12 21:49:49 UTC
70.5 MB
0.19.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.3
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
[#000] sha256:a5116b3c01b9daadc6c4605561821b0e7f908a2d339a79315de7651174cd76d7 - 37.55% (26.5 MB)
[#001] sha256:b130eaa32a01790379a6c29b8975a689d1fe7ae060e921a32ed35d2d01b0bcf0 - 3.72% (2.63 MB)
[#002] sha256:ab0d4b56241dad64379830ed472f677577e5e5864efe926cffe5de22f701d36d - 51.39% (36.2 MB)
[#003] sha256:573885099eb2744664525d80084ce67ee6d6284e1b4df0573efcd7cd9b9a4116 - 3.26% (2.3 MB)
[#004] sha256:b2c6f013d6a6258bf9405e177ad656768e88585092f6936bab97aed54f397cf4 - 4.07% (2.87 MB)
/bin/sh -c #(nop) ADD file:601e9b729a871ae893eafa56eeac5d5d2c93a1bd60786560aae25b3644295a23 in /
2021-01-12 00:39:36 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 11:48:33 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 11:48:46 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-01-12 11:48:46 UTC/bin/sh -c #(nop) ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 11:48:47 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.3
2021-01-12 11:51:33 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='4fb85fdd516482cab727bb9473b066ff8fb672940dedf7ccc32bf92957d29e0a' ;; arm64) pypyArch='aarch64'; sha256='bc82cf7f0182b942a2cfad4a0d167f364bfbf18f434e100a2fe62bc88547ac9b' ;; i386) pypyArch='linux32'; sha256='f183c61e66fd2c536a65695bd7ff770748c2884c235a589b9c6ac63690770c69' ;; s390x) pypyArch='s390x'; sha256='0de9c33ff3500c6e7fd273d0a6d341bc839b0298f697c4d6fe141f2b54c5c3e2' ;; *) 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 "https://downloads.python.org/pypy/pypy3.6-v${PYPY_VERSION}-${pypyArch}.tar.bz2" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum -c; 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 -svT '/opt/pypy/bin/pypy3' '/usr/local/bin/pypy3'; 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-01-12 11:51:34 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 11:51:34 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 11:51:35 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 11:52:02 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-01-12 11:52:02 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2021-01-12 21:49:37 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-12 21:49:49 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-12 21:49:49 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-12 23:06:46 UTC
67.7 MB
0.19.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.3
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
[#000] sha256:a076a628af6f7dcabc536bee373c0d9b48d9f0516788e64080c4e841746e6ce6 - 38.2% (25.9 MB)
[#001] sha256:197c25cb54733e53444257a84b7f8e2d7f246ebb208ccaeafdb0633999216d29 - 3.86% (2.62 MB)
[#002] sha256:baad85cb7e1476f30f126bce90cfeec14049235cf9b8b90aff0c11874fbd1c0c - 50.29% (34 MB)
[#003] sha256:e7b3148fdaf09952107609f6b178fcd05ecd8a999962b8b27b32253244d6a506 - 3.4% (2.3 MB)
[#004] sha256:c946e2a39b28a614a3e9f571943b5d8e708f70d3f6dcafba2e4b470c448f83a6 - 4.24% (2.87 MB)
/bin/sh -c #(nop) ADD file:422aca8901ae3d869a815051cea7f1e4c0204fad16884e7cd01da57d142f2e3a in /
2021-01-12 00:32:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 03:36:28 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 03:36:36 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-01-12 03:36:36 UTC/bin/sh -c #(nop) ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 03:36:36 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.3
2021-01-12 03:38:13 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='4fb85fdd516482cab727bb9473b066ff8fb672940dedf7ccc32bf92957d29e0a' ;; arm64) pypyArch='aarch64'; sha256='bc82cf7f0182b942a2cfad4a0d167f364bfbf18f434e100a2fe62bc88547ac9b' ;; i386) pypyArch='linux32'; sha256='f183c61e66fd2c536a65695bd7ff770748c2884c235a589b9c6ac63690770c69' ;; s390x) pypyArch='s390x'; sha256='0de9c33ff3500c6e7fd273d0a6d341bc839b0298f697c4d6fe141f2b54c5c3e2' ;; *) 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 "https://downloads.python.org/pypy/pypy3.6-v${PYPY_VERSION}-${pypyArch}.tar.bz2" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum -c; 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 -svT '/opt/pypy/bin/pypy3' '/usr/local/bin/pypy3'; 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-01-12 03:38:14 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 03:38:14 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 03:38:14 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 03:38:34 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-01-12 03:38:34 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2021-01-12 23:06:35 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-12 23:06:46 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-12 23:06:46 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-13 00:03:59 UTC
60.4 MB
0.19.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.3
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
[#000] sha256:f8be76fcf2062bd14a3a78f858da701db8bcd907a2d0f33716d89d9329df2b1f - 40.82% (24.7 MB)
[#001] sha256:ee6c3568f616f90cc607df59faff41e552ae184ed16e25ebf7f6e7e4570c3edc - 4.11% (2.49 MB)
[#002] sha256:08b7906e9d648d34eba94932de50c4d9474273e09c3af3987bf78c51e720447e - 46.51% (28.1 MB)
[#003] sha256:643eefd94f674d4d39bcf27455b5970d91a9c79cdf617ef9b149a56f07f56e0b - 3.81% (2.3 MB)
[#004] sha256:4c1c06e59c2777561c490b6c49d9e15645aa67d131a4585f6b84aaebdf2522d4 - 4.76% (2.87 MB)
/bin/sh -c #(nop) ADD file:0252dccbbfb76766e0e189783d38f6a6afd13f44daa7c5370ffd094adea0f583 in /
2021-01-12 00:41:21 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 01:50:20 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 01:50:39 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-01-12 01:50:42 UTC/bin/sh -c #(nop) ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 01:50:44 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.3
2021-01-12 01:54:37 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='4fb85fdd516482cab727bb9473b066ff8fb672940dedf7ccc32bf92957d29e0a' ;; arm64) pypyArch='aarch64'; sha256='bc82cf7f0182b942a2cfad4a0d167f364bfbf18f434e100a2fe62bc88547ac9b' ;; i386) pypyArch='linux32'; sha256='f183c61e66fd2c536a65695bd7ff770748c2884c235a589b9c6ac63690770c69' ;; s390x) pypyArch='s390x'; sha256='0de9c33ff3500c6e7fd273d0a6d341bc839b0298f697c4d6fe141f2b54c5c3e2' ;; *) 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 "https://downloads.python.org/pypy/pypy3.6-v${PYPY_VERSION}-${pypyArch}.tar.bz2" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum -c; 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 -svT '/opt/pypy/bin/pypy3' '/usr/local/bin/pypy3'; 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-01-12 01:54:38 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 01:54:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 01:54:40 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 01:55:12 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-01-12 01:55:13 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2021-01-13 00:03:32 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-13 00:03:58 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-13 00:03:59 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-12 23:07:47 UTC
63.2 MB
0.19.0
LANGC.UTF-8
PATH/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYPY_VERSION7.3.3
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
[#000] sha256:a0e3e06c0bd0347fefe8bde60780e7e551c0cdf1cbcf40be3d052e823d5ec118 - 38.84% (24.5 MB)
[#001] sha256:7277412244faf657e0387f2a8b82b450cb6bc8123401b24ef4bf19b7a71b95d6 - 3.67% (2.32 MB)
[#002] sha256:572dd418ec4f0c58e7059010b8c458d74b7523285190aa7a8067cd6209ba69b3 - 49.29% (31.1 MB)
[#003] sha256:7a0840eadfc3324706cdb0dca8b0f67cc0bf42e46899d756df2fdaaf383e9580 - 3.64% (2.3 MB)
[#004] sha256:eabba5380459e7f38108cd9a755c075911c7d4301a8d3d571086801124079107 - 4.55% (2.87 MB)
/bin/sh -c #(nop) ADD file:c01d899d503187f788db0a7d658bf3f2b6541026a4c654707d3272f6d3ffaf58 in /
2021-01-12 00:42:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 09:56:25 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 09:56:30 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-01-12 09:56:30 UTC/bin/sh -c #(nop) ENV PATH=/opt/pypy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 09:56:30 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.3
2021-01-12 09:56:54 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='4fb85fdd516482cab727bb9473b066ff8fb672940dedf7ccc32bf92957d29e0a' ;; arm64) pypyArch='aarch64'; sha256='bc82cf7f0182b942a2cfad4a0d167f364bfbf18f434e100a2fe62bc88547ac9b' ;; i386) pypyArch='linux32'; sha256='f183c61e66fd2c536a65695bd7ff770748c2884c235a589b9c6ac63690770c69' ;; s390x) pypyArch='s390x'; sha256='0de9c33ff3500c6e7fd273d0a6d341bc839b0298f697c4d6fe141f2b54c5c3e2' ;; *) 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 "https://downloads.python.org/pypy/pypy3.6-v${PYPY_VERSION}-${pypyArch}.tar.bz2" --progress=dot:giga; echo "$sha256 *pypy.tar.bz2" | sha256sum -c; 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 -svT '/opt/pypy/bin/pypy3' '/usr/local/bin/pypy3'; 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-01-12 09:56:56 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 09:56:57 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 09:56:57 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 09:57:17 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-01-12 09:57:18 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2021-01-12 23:07:32 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-12 23:07:47 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-12 23:07:47 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.