Giter Club home page Giter Club logo

docker-python-nodejs's Introduction

Pulls CircleCI

Last updated by bot: 2022-02-11

๐Ÿณ Python with Node.js

The latest tag is currently:

  • Node: 16.x
  • npm: 8.x
  • yarn: stable
  • Python: latest
  • pip: latest
  • pipenv: latest
  • poetry: latest

๐Ÿท Tags

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.10-nodejs17 3.10.2 17.5.0 buster
python3.10-nodejs17-bullseye 3.10.2 17.5.0 bullseye
python3.10-nodejs17-slim 3.10.2 17.5.0 slim
python3.10-nodejs17-alpine 3.10.2 17.5.0 alpine
python3.10-nodejs16 3.10.2 16.14.0 buster
python3.10-nodejs16-bullseye 3.10.2 16.14.0 bullseye
python3.10-nodejs16-slim 3.10.2 16.14.0 slim
python3.10-nodejs16-alpine 3.10.2 16.14.0 alpine
python3.10-nodejs14 3.10.2 14.19.0 buster
python3.10-nodejs14-bullseye 3.10.2 14.19.0 bullseye
python3.10-nodejs14-slim 3.10.2 14.19.0 slim
python3.10-nodejs14-alpine 3.10.2 14.19.0 alpine
python3.10-nodejs12 3.10.2 12.22.10 buster
python3.10-nodejs12-bullseye 3.10.2 12.22.10 bullseye
python3.10-nodejs12-slim 3.10.2 12.22.10 slim
python3.10-nodejs12-alpine 3.10.2 12.22.10 alpine
python3.9-nodejs17 3.9.10 17.5.0 buster
python3.9-nodejs17-bullseye 3.9.10 17.5.0 bullseye
python3.9-nodejs17-slim 3.9.10 17.5.0 slim
python3.9-nodejs17-alpine 3.9.10 17.5.0 alpine
python3.9-nodejs16 3.9.10 16.14.0 buster
python3.9-nodejs16-bullseye 3.9.10 16.14.0 bullseye
python3.9-nodejs16-slim 3.9.10 16.14.0 slim
python3.9-nodejs16-alpine 3.9.10 16.14.0 alpine
python3.9-nodejs14 3.9.10 14.19.0 buster
python3.9-nodejs14-bullseye 3.9.10 14.19.0 bullseye
python3.9-nodejs14-slim 3.9.10 14.19.0 slim
python3.9-nodejs14-alpine 3.9.10 14.19.0 alpine
python3.9-nodejs12 3.9.10 12.22.10 buster
python3.9-nodejs12-bullseye 3.9.10 12.22.10 bullseye
python3.9-nodejs12-slim 3.9.10 12.22.10 slim
python3.9-nodejs12-alpine 3.9.10 12.22.10 alpine
python3.8-nodejs17 3.8.12 17.5.0 buster
python3.8-nodejs17-bullseye 3.8.12 17.5.0 bullseye
python3.8-nodejs17-slim 3.8.12 17.5.0 slim
python3.8-nodejs17-alpine 3.8.12 17.5.0 alpine
python3.8-nodejs16 3.8.12 16.14.0 buster
python3.8-nodejs16-bullseye 3.8.12 16.14.0 bullseye
python3.8-nodejs16-slim 3.8.12 16.14.0 slim
python3.8-nodejs16-alpine 3.8.12 16.14.0 alpine
python3.8-nodejs14 3.8.12 14.19.0 buster
python3.8-nodejs14-bullseye 3.8.12 14.19.0 bullseye
python3.8-nodejs14-slim 3.8.12 14.19.0 slim
python3.8-nodejs14-alpine 3.8.12 14.19.0 alpine
python3.8-nodejs12 3.8.12 12.22.10 buster
python3.8-nodejs12-bullseye 3.8.12 12.22.10 bullseye
python3.8-nodejs12-slim 3.8.12 12.22.10 slim
python3.8-nodejs12-alpine 3.8.12 12.22.10 alpine
python3.7-nodejs17 3.7.12 17.5.0 buster
python3.7-nodejs17-bullseye 3.7.12 17.5.0 bullseye
python3.7-nodejs17-slim 3.7.12 17.5.0 slim
python3.7-nodejs17-alpine 3.7.12 17.5.0 alpine
python3.7-nodejs16 3.7.12 16.14.0 buster
python3.7-nodejs16-bullseye 3.7.12 16.14.0 bullseye
python3.7-nodejs16-slim 3.7.12 16.14.0 slim
python3.7-nodejs16-alpine 3.7.12 16.14.0 alpine
python3.7-nodejs14 3.7.12 14.19.0 buster
python3.7-nodejs14-bullseye 3.7.12 14.19.0 bullseye
python3.7-nodejs14-slim 3.7.12 14.19.0 slim
python3.7-nodejs14-alpine 3.7.12 14.19.0 alpine
python3.7-nodejs12 3.7.12 12.22.10 buster
python3.7-nodejs12-bullseye 3.7.12 12.22.10 bullseye
python3.7-nodejs12-slim 3.7.12 12.22.10 slim
python3.7-nodejs12-alpine 3.7.12 12.22.10 alpine

Lovely! These tags are kept updated automatically when new minor or patch version are released by build_versions/main.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

USER pn
WORKDIR /home/pn/app

All images have a default user pn with uid 1000 and gid 1000.

Disclaimer

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

docker-python-nodejs's People

Contributors

dependabot[bot] avatar felixonmars avatar joshua-noakes1 avatar nikolaik avatar snpranav avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.