PyPy - http://pypy.org/
In a Docker container. Using Alpine. Simples.
docker pull njoyce/pypy:2-5.9.0
Images is 124 MB
uncompressed. It is a fat build - meaning all the
extensions such as tk
, openssl
, ncurses
are included.
Latest version (at time of building) of pip
and setuptools
.
Note that only Py2.7 support has been added so far.
make build
+----------------+-------------+
Name | Description |
---|---|
PYPY_VERSION | The PyPy version to build. |
ALPINE_VERSION | The version of Alpine to use |
+----------------+------------+ |
make push
Same variables are used as the build section.