Skip to content

njoyce/pypy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPy - http://pypy.org/

In a Docker container. Using Alpine. Simples.

Pulling

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.

Building:

Note that only Py2.7 support has been added so far.

make build

Variables for the build:

+----------------+-------------+

Name Description
PYPY_VERSION The PyPy version to build.
ALPINE_VERSION The version of Alpine to use
+----------------+------------+

Pushing:

make push

Same variables are used as the build section.

About

PyPy in a Docker container, on Alpine

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published