2020-02-02 11:16:58 UTC
64.1 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.3.0
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
[#000] sha256:4f51b031b74b1f7fab6310c197fd7534181ba2db1f0cec6686fb9e9a82abbb9c - 34.45% (22.1 MB)
[#001] sha256:f9e1b5aedc7226752cd7c853fe533ea2db8f5b680344708b1cc98036d18a3f2d - 4.94% (3.17 MB)
[#002] sha256:4bcb8c7fb0c4e9dcde9693e033a031b5e4dffde04fd7aa526f4ceed819e46d88 - 52.96% (33.9 MB)
[#003] sha256:8ea3c08baf0b26ad25ca79d686767dbe3f10b22089882b022ba09fced389eed8 - 3.22% (2.06 MB)
[#004] sha256:20d8949db7bf4e0700a1a3b747ac8c1b9557006b31e1f4ddea1920fe3281c109 - 4.43% (2.84 MB)
/bin/sh -c #(nop) ADD file:c9b4696be461d46d96c760441f34e219e229f90bc6946125b2f809218c3456ce in /
2020-02-01 16:42:07 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-02-01 22:59:41 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-02-01 22:59:41 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-02-02 04:50:58 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/*
2020-02-02 04:50:58 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.0
2020-02-02 04:51:45 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='d3d549e8f43de820ac3385b698b83fa59b4d7dd6cf3fe34c115f731e26ad8856' ;; arm64) pypyArch='aarch64'; sha256='b900241bca7152254c107a632767f49edede99ca6360b9a064141267b47ef598' ;; i386) pypyArch='linux32'; sha256='7045b295d38ba0b5ee65bd3f078ca249fcf1de73fedeaab2d6ad78de2eab0f0e' ;; ppc64el) pypyArch='ppc64le'; sha256='d6f3b701313df69483b43ebdd21b9652ae5e808b2eea5fbffe3b74b82d2e7433' ;; s390x) pypyArch='s390x'; sha256='0fe2f7bbf42ea88b40954d7de773a43179a44f40656f2f58201524be70699544' ;; *) 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.6-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 '{}' +
2020-02-02 04:51:46 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-02-02 04:51:46 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-02-02 04:51:47 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-02-02 04:52: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
2020-02-02 04:52:06 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2020-02-02 11:16:44 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-02-02 11:16:58 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-02-02 11:16:58 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-02-02 22:55:48 UTC
62.2 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.3.0
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
[#000] sha256:619014d83c026bca3d21f5eb42a629ac2dbe15bdb37b77f25fc1ac5fbada68e5 - 34.54% (21.5 MB)
[#001] sha256:aecfb7085e31119386f42512295974d036332fb4a516a245979ddb25f0ca0502 - 5.02% (3.12 MB)
[#002] sha256:203e7a8aab8be0241d7bdf447a9dea942752b06efb106b2f64d42d64447de3fc - 52.55% (32.7 MB)
[#003] sha256:c8d84e877bb3727f2c6d674885a7655d06cc55cacd4ba11c1bf8218e557f9a89 - 3.32% (2.06 MB)
[#004] sha256:f4846064f13cdce958c728822dfb11e90cb92027e01982d751a24ce91efbc31e - 4.57% (2.84 MB)
/bin/sh -c #(nop) ADD file:003d2bac85e72555ed93f77a2b1d595a7fe51c4a9a2401496a82fc673a863fd6 in /
2020-02-01 17:23:58 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-02-02 06:50:56 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-02-02 06:50:56 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-02-02 06:51:05 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/*
2020-02-02 06:51:05 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.0
2020-02-02 06:51:34 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='d3d549e8f43de820ac3385b698b83fa59b4d7dd6cf3fe34c115f731e26ad8856' ;; arm64) pypyArch='aarch64'; sha256='b900241bca7152254c107a632767f49edede99ca6360b9a064141267b47ef598' ;; i386) pypyArch='linux32'; sha256='7045b295d38ba0b5ee65bd3f078ca249fcf1de73fedeaab2d6ad78de2eab0f0e' ;; ppc64el) pypyArch='ppc64le'; sha256='d6f3b701313df69483b43ebdd21b9652ae5e808b2eea5fbffe3b74b82d2e7433' ;; s390x) pypyArch='s390x'; sha256='0fe2f7bbf42ea88b40954d7de773a43179a44f40656f2f58201524be70699544' ;; *) 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.6-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 '{}' +
2020-02-02 06:51:35 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-02-02 06:51:35 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-02-02 06:51:35 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-02-02 06:51: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 /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
2020-02-02 06:51:59 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2020-02-02 22:55:34 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-02-02 22:55:47 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-02-02 22:55:48 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-02-02 16:32:03 UTC
54.2 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.3.0
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
[#000] sha256:5c630fa6465ea72ddec15fd68bdd45a6da6fa4b1981895bf7c2852eedf066194 - 35.84% (19.4 MB)
[#001] sha256:090710a28bb080f26a80615f48e74900ae3fd9d827156b1fdc1ba76ce99e0d9e - 5.14% (2.79 MB)
[#002] sha256:7c48e7d64d934a49603760bdec2dfbfeaee32ebe66109be181c6449f9dc78bbf - 49.98% (27.1 MB)
[#003] sha256:883f0cf3991eb6651ab9740c42241c9ca91bcc0225848db304e75c215ce39fbf - 3.8% (2.06 MB)
[#004] sha256:3bfc333ff4632e7d884e3837c4672a0eee97a2035619e5d72230853d146875c0 - 5.24% (2.84 MB)
/bin/sh -c #(nop) ADD file:d3338eed8ee88c2a5856cc2eb73701e4de79a7e551602df07834a1ad4f671435 in /
2020-02-01 16:43:21 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-02-02 04:11:33 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-02-02 04:11:33 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-02-02 04:11:50 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/*
2020-02-02 04:11:51 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.0
2020-02-02 04:12:43 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='d3d549e8f43de820ac3385b698b83fa59b4d7dd6cf3fe34c115f731e26ad8856' ;; arm64) pypyArch='aarch64'; sha256='b900241bca7152254c107a632767f49edede99ca6360b9a064141267b47ef598' ;; i386) pypyArch='linux32'; sha256='7045b295d38ba0b5ee65bd3f078ca249fcf1de73fedeaab2d6ad78de2eab0f0e' ;; ppc64el) pypyArch='ppc64le'; sha256='d6f3b701313df69483b43ebdd21b9652ae5e808b2eea5fbffe3b74b82d2e7433' ;; s390x) pypyArch='s390x'; sha256='0fe2f7bbf42ea88b40954d7de773a43179a44f40656f2f58201524be70699544' ;; *) 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.6-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 '{}' +
2020-02-02 04:12:46 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-02-02 04:12:46 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-02-02 04:12:47 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-02-02 04:13:27 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
2020-02-02 04:13:30 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2020-02-02 16:31:23 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-02-02 16:32:02 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-02-02 16:32:03 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-01-23 02:34:04 UTC
57.4 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.3.0
PYTHON_GET_PIP_SHA256b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
PYTHON_PIP_VERSION20.0.1
[#000] sha256:af52e7ef6e83efadeae17be91daa6ecf61b7dfb39709c29be9b24876e60c0e36 - 37.89% (21.7 MB)
[#001] sha256:726be2ccb991dbc9c941fbe88c5f880cf4710ef3c3fca9ed447e2e27bf343660 - 4.88% (2.8 MB)
[#002] sha256:9c213f5d600e4919ceddcd067aa917a9979a9eb5847405ce1f090e147a9f8d0d - 48.61% (27.9 MB)
[#003] sha256:8cc08e8568a559571192f9f4c1477fbf3ef256d0e7db55d0d1666bded3349797 - 3.69% (2.12 MB)
[#004] sha256:07ce167ad7cda680d104f8efbeb0854c1dd9148729e1c5d1a564abb2cf44b496 - 4.94% (2.84 MB)
/bin/sh -c #(nop) ADD file:a1ee5955ff3ede8df9558f4bec0c7962d54c43374f857e1da7e2639ddf82a9f1 in /
2019-12-28 04:23:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-12-28 14:24:49 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-12-28 14:24:52 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-12-28 14:25:11 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-12-28 14:25:13 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.0
2019-12-28 14:26:29 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='d3d549e8f43de820ac3385b698b83fa59b4d7dd6cf3fe34c115f731e26ad8856' ;; arm64) pypyArch='aarch64'; sha256='b900241bca7152254c107a632767f49edede99ca6360b9a064141267b47ef598' ;; i386) pypyArch='linux32'; sha256='7045b295d38ba0b5ee65bd3f078ca249fcf1de73fedeaab2d6ad78de2eab0f0e' ;; ppc64el) pypyArch='ppc64le'; sha256='d6f3b701313df69483b43ebdd21b9652ae5e808b2eea5fbffe3b74b82d2e7433' ;; s390x) pypyArch='s390x'; sha256='0fe2f7bbf42ea88b40954d7de773a43179a44f40656f2f58201524be70699544' ;; *) 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.6-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 '{}' +
2020-01-23 00:31:48 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.1
2020-01-23 00:31:49 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
2020-01-23 00:31:51 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
2020-01-23 00:32:47 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
2020-01-23 00:32:50 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2020-01-23 02:33:26 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-01-23 02:34:01 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-01-23 02:34:04 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-02-01 23:09:40 UTC
60.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.3.0
PYTHON_GET_PIP_SHA256da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
PYTHON_PIP_VERSION20.0.2
[#000] sha256:24a7c24214752593c0f651c56554e1bc6056ce340eb46cb71ed7ff0c430845a8 - 35.06% (21.3 MB)
[#001] sha256:1f9e763e547cf21faac4a94429849f31f4eae1d2617351a250a50b3309f4cd9c - 4.73% (2.88 MB)
[#002] sha256:91ea72473e0e4ba4f596e7e82b6951c90512b38287a4fb62a8e693456f5cb498 - 52.17% (31.8 MB)
[#003] sha256:c41674b8ef5289557a62d51df913cb44bf2b8bac74f8ababde8bec848aacb49e - 3.39% (2.06 MB)
[#004] sha256:1de3f0738582b07f512715daffa4ce81890cba6377caeb00b13f4f486dd0b3ed - 4.66% (2.84 MB)
/bin/sh -c #(nop) ADD file:cf4bb119f25d8a9b9a2cd43101d5e87e0dbaa42d3f6688b39e66eea637225cc2 in /
2020-02-01 16:43:57 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-02-01 17:08:43 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-02-01 17:08:43 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-02-01 21:28:49 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/*
2020-02-01 21:28:50 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.0
2020-02-01 21:29:14 UTC/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='d3d549e8f43de820ac3385b698b83fa59b4d7dd6cf3fe34c115f731e26ad8856' ;; arm64) pypyArch='aarch64'; sha256='b900241bca7152254c107a632767f49edede99ca6360b9a064141267b47ef598' ;; i386) pypyArch='linux32'; sha256='7045b295d38ba0b5ee65bd3f078ca249fcf1de73fedeaab2d6ad78de2eab0f0e' ;; ppc64el) pypyArch='ppc64le'; sha256='d6f3b701313df69483b43ebdd21b9652ae5e808b2eea5fbffe3b74b82d2e7433' ;; s390x) pypyArch='s390x'; sha256='0fe2f7bbf42ea88b40954d7de773a43179a44f40656f2f58201524be70699544' ;; *) 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.6-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 '{}' +
2020-02-01 21:29:16 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-02-01 21:29:16 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
2020-02-01 21:29:17 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
2020-02-01 21:29:28 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
2020-02-01 21:29:28 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2020-02-01 23:09:31 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.17.0
2020-02-01 23:09:40 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-02-01 23:09:40 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.