Namespace
library
Image / Tag
hylang:0.17.0-pypy
Content Digest
sha256:85517117910aeb76204633ef00c7a769ad660488e452b85762dcdbd28e2f7f78
Details
Created

2019-10-16 00:13:53 UTC

Size

62.5 MB

Content Digest
Environment
HY_VERSION

0.17.0

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYPY_VERSION

7.2.0

PYTHON_GET_PIP_SHA256

8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py

PYTHON_PIP_VERSION

19.3


Layers

[#000] sha256:16e2336ed3f3170046025d653edb3b949aab72dc5130b1452406847e32444b2b - 35.32% (22.1 MB)

[#001] sha256:08833067c6c7ece3cf735d9bebcd100bcb537ed6d868f4feef7f5409d4618cff - 5.07% (3.17 MB)

[#002] sha256:194321324f12d83e33decd6c1df9df8ac33c367fe39122ffd20f3ef521593951 - 51.85% (32.4 MB)

[#003] sha256:202570e0b8996a1b426e93356c3c1bb7774cede2dc5786cca1c07d5630053507 - 3.26% (2.04 MB)

[#004] sha256:023db7cd3d9315950f1aa485563c782392a6b5740bd1d413d79649792bbb0c55 - 4.5% (2.81 MB)


History
2019-09-11 22:43:38 UTC

/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-10-15 23:20:37 UTC

/bin/sh -c #(nop) ENV PYPY_VERSION=7.2.0

2019-10-15 23:21:14 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='aa128e555ad0fe5c4c15104ae0903052bd232b6e3a73f5fe023d27b8fd0d6089' ;; arm64) pypyArch='aarch64'; sha256='f82dc9dc6c692417ee9727f23beae75364a5757ebdc657a2a1d0010ac3ad17ab' ;; i386) pypyArch='linux32'; sha256='45e99de197cb3e974cfc8d45e0076ad2066852e61e56b3eafd1237efafd2c43e' ;; ppc64el) pypyArch='ppc64le'; sha256='6aef73a3b68e9a6c062cadd83d3db16790960cf97401ca6f2aad2195e9b05c35' ;; s390x) pypyArch='s390x'; sha256='a11da8118064db102d159e9221319c428b298c4a87f26166fd6ae94be8d6ae0d' ;; *) 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 '{}' +

2019-10-15 23:21:15 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.3

2019-10-15 23:21:15 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py

2019-10-15 23:21:15 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c

2019-10-15 23:21: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 /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-10-15 23:21:34 UTC

/bin/sh -c #(nop) CMD ["pypy3"]

2019-10-16 00:13:36 UTC

/bin/sh -c #(nop) ENV HY_VERSION=0.17.0

2019-10-16 00:13:53 UTC

/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"

2019-10-16 00:13:53 UTC

/bin/sh -c #(nop) CMD ["hy"]

Details
Created

2019-10-16 00:17:24 UTC

Size

60.7 MB

Content Digest
Environment
HY_VERSION

0.17.0

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYPY_VERSION

7.2.0

PYTHON_GET_PIP_SHA256

8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py

PYTHON_PIP_VERSION

19.3


Layers

[#000] sha256:8f91359f1fffbf32b24ca854fb263d88a222371f38e90cf4583c5742cfdc3039 - 35.36% (21.5 MB)

[#001] sha256:f61f70a954fcd7679118440916b9140483ac470e6e15feff299278b87d9618d8 - 5.14% (3.12 MB)

[#002] sha256:0372cdd384359b38a0028aebbd7dbebf7e555682e20e467335e6b34d7bb98d3d - 51.5% (31.3 MB)

[#003] sha256:2792be956ff1652cf46b3a7b59816a1a6c82decd943ada027a04fff6c34d28c6 - 3.36% (2.04 MB)

[#004] sha256:c989dc8121843b2c8fd9762a0bfba10c33273adb93a54b83ca7f8466b2555901 - 4.63% (2.81 MB)


History
2019-09-11 23:27:46 UTC

/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-10-15 23:33:35 UTC

/bin/sh -c #(nop) ENV PYPY_VERSION=7.2.0

2019-10-15 23:34:05 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='aa128e555ad0fe5c4c15104ae0903052bd232b6e3a73f5fe023d27b8fd0d6089' ;; arm64) pypyArch='aarch64'; sha256='f82dc9dc6c692417ee9727f23beae75364a5757ebdc657a2a1d0010ac3ad17ab' ;; i386) pypyArch='linux32'; sha256='45e99de197cb3e974cfc8d45e0076ad2066852e61e56b3eafd1237efafd2c43e' ;; ppc64el) pypyArch='ppc64le'; sha256='6aef73a3b68e9a6c062cadd83d3db16790960cf97401ca6f2aad2195e9b05c35' ;; s390x) pypyArch='s390x'; sha256='a11da8118064db102d159e9221319c428b298c4a87f26166fd6ae94be8d6ae0d' ;; *) 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 '{}' +

2019-10-15 23:34:06 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.3

2019-10-15 23:34:06 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py

2019-10-15 23:34:06 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c

2019-10-15 23:34:31 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-10-15 23:34:32 UTC

/bin/sh -c #(nop) CMD ["pypy3"]

2019-10-16 00:17:09 UTC

/bin/sh -c #(nop) ENV HY_VERSION=0.17.0

2019-10-16 00:17:24 UTC

/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"

2019-10-16 00:17:24 UTC

/bin/sh -c #(nop) CMD ["hy"]

Details
Created

2019-10-15 23:40:10 UTC

Size

62.1 MB

Content Digest
Environment
HY_VERSION

0.17.0

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYPY_VERSION

7.2.0

PYTHON_GET_PIP_SHA256

8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py

PYTHON_PIP_VERSION

19.3


Layers

[#000] sha256:dcc9fb138818bd495610317481ca5b236dccfeecf43998fc55d72e2d85ae592c - 34.37% (21.3 MB)

[#001] sha256:63b30934dea02879a491bf2bd219c93ba21b53d77d013ddb2e792277e87ce808 - 4.64% (2.88 MB)

[#002] sha256:a7a51ece90cac8d97ab2d24b4f653647580ad83eda5b28d69433dbb497593e3c - 53.18% (33 MB)

[#003] sha256:a6e13d43002f01b13afd797447eb004f2aff9b1f7ad71079a0b8daf11cf254f0 - 3.28% (2.04 MB)

[#004] sha256:3fc3bcd2b1e4c449e04825cb162411ce3eac20e1fd9908b09830e9599a67e8ff - 4.53% (2.81 MB)


History
2019-09-11 22:44:13 UTC

/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-10-15 22:56:43 UTC

/bin/sh -c #(nop) ENV PYPY_VERSION=7.2.0

2019-10-15 22:57:16 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) pypyArch='linux64'; sha256='aa128e555ad0fe5c4c15104ae0903052bd232b6e3a73f5fe023d27b8fd0d6089' ;; arm64) pypyArch='aarch64'; sha256='f82dc9dc6c692417ee9727f23beae75364a5757ebdc657a2a1d0010ac3ad17ab' ;; i386) pypyArch='linux32'; sha256='45e99de197cb3e974cfc8d45e0076ad2066852e61e56b3eafd1237efafd2c43e' ;; ppc64el) pypyArch='ppc64le'; sha256='6aef73a3b68e9a6c062cadd83d3db16790960cf97401ca6f2aad2195e9b05c35' ;; s390x) pypyArch='s390x'; sha256='a11da8118064db102d159e9221319c428b298c4a87f26166fd6ae94be8d6ae0d' ;; *) 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 '{}' +

2019-10-15 22:57:17 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.3

2019-10-15 22:57:17 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d/get-pip.py

2019-10-15 22:57:17 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c

2019-10-15 22:57: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 /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-10-15 22:57:34 UTC

/bin/sh -c #(nop) CMD ["pypy3"]

2019-10-15 23:39:51 UTC

/bin/sh -c #(nop) ENV HY_VERSION=0.17.0

2019-10-15 23:40:10 UTC

/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"

2019-10-15 23:40:10 UTC

/bin/sh -c #(nop) CMD ["hy"]

Danger Zone
Delete Tag

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.

Delete