Sign inSign up

openup/docker-python-nodejs

By openup

Updated over 3 years ago

Image
Languages & frameworks
Machine learning & AI
Data science
0

3.9K

openup/docker-python-nodejs repository overview

Pulls CircleCI

Last updated by bot: 2020-01-23

Python with Node.js

The latest tag is currently:

  • Node: 12.x
  • npm: 6.x
  • yarn: stable
  • Python: latest
  • pip: latest
  • pipenv: latest

Tags

To use a specific combination of python and node.js see the following table of available image tags.

TagPython versionNode.js versionDistro
python3.8-nodejs133.8.113.7.0buster
python3.8-nodejs13-alpine3.8.113.7.0alpine
python3.8-nodejs123.8.112.14.1buster
python3.8-nodejs12-alpine3.8.112.14.1alpine
python3.8-nodejs103.8.110.18.1buster
python3.8-nodejs10-alpine3.8.110.18.1alpine
python3.7-nodejs133.7.613.7.0buster
python3.7-nodejs13-stretch3.7.613.7.0stretch
python3.7-nodejs13-alpine3.7.613.7.0alpine
python3.7-nodejs123.7.612.14.1buster
python3.7-nodejs12-stretch3.7.612.14.1stretch
python3.7-nodejs12-alpine3.7.612.14.1alpine
python3.7-nodejs103.7.610.18.1buster
python3.7-nodejs10-stretch3.7.610.18.1stretch
python3.7-nodejs10-alpine3.7.610.18.1alpine
python3.6-nodejs133.6.1013.7.0buster
python3.6-nodejs13-stretch3.6.1013.7.0stretch
python3.6-nodejs13-alpine3.6.1013.7.0alpine
python3.6-nodejs123.6.1012.14.1buster
python3.6-nodejs12-stretch3.6.1012.14.1stretch
python3.6-nodejs12-alpine3.6.1012.14.1alpine
python3.6-nodejs103.6.1010.18.1buster
python3.6-nodejs10-stretch3.6.1010.18.1stretch
python3.6-nodejs10-alpine3.6.1010.18.1alpine
python3.5-nodejs133.5.913.7.0buster
python3.5-nodejs13-stretch3.5.913.7.0stretch
python3.5-nodejs13-alpine3.5.913.7.0alpine
python3.5-nodejs123.5.912.14.1buster
python3.5-nodejs12-stretch3.5.912.14.1stretch
python3.5-nodejs12-alpine3.5.912.14.1alpine
python3.5-nodejs103.5.910.18.1buster
python3.5-nodejs10-stretch3.5.910.18.1stretch
python3.5-nodejs10-alpine3.5.910.18.1alpine

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.

Typical tasks

# 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
Use as base image
FROM nikolaik/python-nodejs:latest

Disclaimer

This is experimental and might break from time to time. Use at your own risk!

Tag summary

Content type

Image

Digest

Size

382.7 MB

Last updated

almost 6 years ago

docker pull openup/docker-python-nodejs