A minimal Ubuntu 14.04.04/Debian (Jessie) based docker image for PyPy 5.0.1. There are also onbuild
variants for both.
- pypy:5.0.1 compatible with python-2.7.11
- pypy:5.0.1-onbuild compatible with python-2.7.11
- pypy:5.0.1-debian compatible with python-2.7.11
- pypy:5.0.1-debian-onbuild compatible with python-2.7.11
To build an Ubuntu 14.04 based image:
make ubuntu
To build a Debian(Jessie) based image:
make debian
To build everything:
make
To run the PyPy shell:
docker run -it --rm jeethu/pypy:5.0.1
Older PyPy builds are on the following branches
Trusted builds are on Docker Hub.
- Najam Khan
- Contributed a Debian based build.