2020-03-31 19:53:22 UTC
64 MB
0.18.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_SHA256421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
PYTHON_PIP_VERSION20.0.2
[#000] sha256:7101806a3a87632f9e8e3ed7e99547db8d61727cb461d50f91fa2099ee987d87 - 34.46% (22.1 MB)
[#001] sha256:81063cabef6473a77a3e7dd3e1c13b0db3b70ac0c630a1fe194a25f253b93cfc - 4.95% (3.17 MB)
[#002] sha256:9cc5e340e8f73f7666c802bde537b7f75903cc6957f5fb6aeb74ccb4f13314f8 - 53.01% (33.9 MB)
[#003] sha256:ebb67adf3ddb7f83e06ee929311d75bbaeb336b85b1e00cf03d2494e29ca9d52 - 3.22% (2.06 MB)
[#004] sha256:dbeb3907d446a9c77ae91948351f104b66fde2e9397eacb644118a116374cc8f - 4.36% (2.79 MB)
/bin/sh -c #(nop) ADD file:3b9d63dd21a9a32c414c2ec2fda6cd46b6d0ea83cd89b56de0f238f27458082f in /
2020-03-31 00:42:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-03-31 02:20:32 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-03-31 02:20:32 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-03-31 02:20:42 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-03-31 02:20:42 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.0
2020-03-31 02:21:16 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-03-31 02:21:16 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-03-31 02:21:16 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
2020-03-31 02:21:17 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
2020-03-31 02:21:36 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-03-31 02:21:36 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2020-03-31 19:53:03 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.18.0
2020-03-31 19:53:22 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-03-31 19:53:22 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-04-01 02:13:43 UTC
62.1 MB
0.18.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_SHA256421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
PYTHON_PIP_VERSION20.0.2
[#000] sha256:48839397421a64189661c2b86a34eb515d09a28204587a2b06b59df9f6e2d786 - 34.56% (21.5 MB)
[#001] sha256:3e6962b8a10e7b1e222cf5715f76b332bc65b253279e237dad49cc1a12096a15 - 5.03% (3.12 MB)
[#002] sha256:5fdcaad2e6e2aa70f8e80dcc98f765ed2049114788123ae340dbefea9b48a39d - 52.6% (32.7 MB)
[#003] sha256:7110fa87e8959ebc94f8a5c412c4e7525174e2d67a73164d5a3f99e4efae088b - 3.32% (2.06 MB)
[#004] sha256:8663cd6d23eaa4d69d063fbc2ae5208fa2e53c564779b978a790a3a111ce06da - 4.49% (2.79 MB)
/bin/sh -c #(nop) ADD file:e077f4d014ea0869fc4b3d5a3e6b3c8b792a97a8b4a328f33a994369225ff222 in /
2020-03-31 01:24:08 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-03-31 04:28:48 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-03-31 04:28:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-03-31 04:29:01 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-03-31 04:29:01 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.0
2020-03-31 04:29:44 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-03-31 04:29:44 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-03-31 04:29:45 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
2020-03-31 04:29:45 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
2020-03-31 04:30:08 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-03-31 04:30:09 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2020-04-01 02:13:32 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.18.0
2020-04-01 02:13:43 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-04-01 02:13:43 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-04-01 00:56:12 UTC
54.2 MB
0.18.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_SHA256421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
PYTHON_PIP_VERSION20.0.2
[#000] sha256:43bf72d10816e9fab289a20d17eb586989e2caecbf80328a1c24f031683c350a - 35.85% (19.4 MB)
[#001] sha256:d1b079b4a6668cc91b73fc76540a04788d5618f0720e5b155719ff4f35a5fd1e - 5.15% (2.79 MB)
[#002] sha256:8d6961d9a4aa29f4f24c451000c7c598a108c957a2a800a6a09448b99fbc84de - 50.04% (27.1 MB)
[#003] sha256:193c159f1672282b491b9e2ada59f56e7fe9141af8f366210c7b530aff240d66 - 3.81% (2.06 MB)
[#004] sha256:6d7641b5b8da851fd033dd3d3e0104132822ed482eb416ddbfccc57a70b110e8 - 5.16% (2.79 MB)
/bin/sh -c #(nop) ADD file:002dfad10aab7242b4c5779d19cdca9d7fc4c9fc6fdfa8ed7f282c459fab5da4 in /
2020-03-31 02:08:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-03-31 06:19:13 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-03-31 06:19:14 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-03-31 06:19:29 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-03-31 06:19:30 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.0
2020-03-31 06:20:25 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-03-31 06:20:28 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-03-31 06:20:29 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
2020-03-31 06:20:30 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
2020-03-31 06:21:16 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-03-31 06:21:17 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2020-04-01 00:55:46 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.18.0
2020-04-01 00:56:11 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-04-01 00:56:12 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-02-06 00:56:12 UTC
57.4 MB
0.18.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.92% (21.7 MB)
[#001] sha256:726be2ccb991dbc9c941fbe88c5f880cf4710ef3c3fca9ed447e2e27bf343660 - 4.89% (2.8 MB)
[#002] sha256:9c213f5d600e4919ceddcd067aa917a9979a9eb5847405ce1f090e147a9f8d0d - 48.64% (27.9 MB)
[#003] sha256:8cc08e8568a559571192f9f4c1477fbf3ef256d0e7db55d0d1666bded3349797 - 3.69% (2.12 MB)
[#004] sha256:059666345c5e5b2b7b34c4d354ad8ca6c2182c18811f051e49cb0d81c2e3ea54 - 4.87% (2.79 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-02-06 00:55:28 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.18.0
2020-02-06 00:56:09 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-02-06 00:56:12 UTC/bin/sh -c #(nop) CMD ["hy"]
2020-03-31 12:59:19 UTC
60.8 MB
0.18.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_SHA256421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
PYTHON_PIP_VERSION20.0.2
[#000] sha256:dd13cd38a69bea5bf9b51ea258a456377b153ad92cc7940735f837ffc48e3aa3 - 35.07% (21.3 MB)
[#001] sha256:e8051dd3802de0e1b2edb71b958dbe40632e22c67651b2e578dd7038fdf3ad3b - 4.73% (2.88 MB)
[#002] sha256:6252444776d83dbb842d0ad0edc3b0f9b20d1ae7b8914c42e812ee81fa22e1bf - 52.22% (31.8 MB)
[#003] sha256:784100544a35c7776a81bbbf7bcd3f81de2e704b2ca56ab6890cc87314115d91 - 3.39% (2.06 MB)
[#004] sha256:789481fb5968889269a2b431738efad50ac69cb1db0873c958a51c72bf4e65e1 - 4.59% (2.79 MB)
/bin/sh -c #(nop) ADD file:6e9e5d781c6539464e26848fbf62d2af4e1981f3edb1c6cd7b2bbbb141593c0d in /
2020-03-31 01:10:35 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-03-31 02:33:36 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-03-31 02:33:36 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-03-31 02:33:41 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-03-31 02:33:41 UTC/bin/sh -c #(nop) ENV PYPY_VERSION=7.3.0
2020-03-31 02:34:00 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-03-31 02:34:02 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-03-31 02:34:02 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
2020-03-31 02:34:02 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
2020-03-31 02:34:14 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-03-31 02:34:14 UTC/bin/sh -c #(nop) CMD ["pypy3"]
2020-03-31 12:59:11 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.18.0
2020-03-31 12:59:18 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2020-03-31 12:59:19 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.