Last updated by bot: 2019-09-06
The latest
tag is currently:
- Node: 12.x
- npm: 6.x
- yarn: stable
- Python: latest
- pip: latest
- pipenv: latest
To use a specific combination of python and node.js see the following table of available image tags.
Tag | Python version | Node.js version | Distro |
---|---|---|---|
python3.7-nodejs12 |
3.7.4 | 12.10.0 | stretch |
python3.7-nodejs10 |
3.7.4 | 10.16.3 | stretch |
python3.7-nodejs8 |
3.7.4 | 8.16.1 | stretch |
python3.6-nodejs12 |
3.6.9 | 12.10.0 | stretch |
python3.6-nodejs10 |
3.6.9 | 10.16.3 | stretch |
python3.6-nodejs8 |
3.6.9 | 8.16.1 | stretch |
python3.5-nodejs12 |
3.5.7 | 12.10.0 | stretch |
python3.5-nodejs10 |
3.5.7 | 10.16.3 | stretch |
python3.5-nodejs8 |
3.5.7 | 8.16.1 | stretch |
python2.7-nodejs12 |
2.7.16 | 12.10.0 | stretch |
python2.7-nodejs10 |
2.7.16 | 10.16.3 | stretch |
python2.7-nodejs8 |
2.7.16 | 8.16.1 | stretch |
Lovely! These tags are kept updated automatically (when new minor or patch version are released) by build_versions.py
which is run twice a day on CircleCI.
# Pull from Docker Hub
docker pull nikolaik/python-nodejs:latest
# Build from GitHub
docker build -t nikolaik/python-nodejs github.com/nikolaik/docker-python-nodejs
# Run image
docker run -it nikolaik/python-nodejs bash
FROM nikolaik/python-nodejs:latest
This is experimental and might break from time to time. Use at your own risk!