Giter Site home page Giter Site logo

docker-python-nodejs's Introduction

๐Ÿณ Python with Node.js

Pulls CircleCI

Last updated by bot: 2024-04-04

The latest tag is currently:

  • Node.js: 20.x
  • npm: 9.x
  • yarn: stable
  • Python: latest
  • pip: latest
  • pipenv: latest
  • poetry: latest
  • uv: 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.12-nodejs21 3.12.2 21.7.2 bookworm
python3.12-nodejs21-bullseye 3.12.2 21.7.2 bullseye
python3.12-nodejs21-slim 3.12.2 21.7.2 slim
python3.12-nodejs21-alpine 3.12.2 21.7.2 alpine
python3.12-nodejs20 3.12.2 20.12.1 bookworm
python3.12-nodejs20-bullseye 3.12.2 20.12.1 bullseye
python3.12-nodejs20-slim 3.12.2 20.12.1 slim
python3.12-nodejs20-alpine 3.12.2 20.12.1 alpine
python3.12-nodejs18 3.12.2 18.20.1 bookworm
python3.12-nodejs18-bullseye 3.12.2 18.20.1 bullseye
python3.12-nodejs18-slim 3.12.2 18.20.1 slim
python3.12-nodejs18-alpine 3.12.2 18.20.1 alpine
python3.11-nodejs21 3.11.9 21.7.2 bookworm
python3.11-nodejs21-bullseye 3.11.9 21.7.2 bullseye
python3.11-nodejs21-slim 3.11.9 21.7.2 slim
python3.11-nodejs21-alpine 3.11.9 21.7.2 alpine
python3.11-nodejs20 3.11.9 20.12.1 bookworm
python3.11-nodejs20-bullseye 3.11.9 20.12.1 bullseye
python3.11-nodejs20-slim 3.11.9 20.12.1 slim
python3.11-nodejs20-alpine 3.11.9 20.12.1 alpine
python3.11-nodejs18 3.11.9 18.20.1 bookworm
python3.11-nodejs18-bullseye 3.11.9 18.20.1 bullseye
python3.11-nodejs18-slim 3.11.9 18.20.1 slim
python3.11-nodejs18-alpine 3.11.9 18.20.1 alpine
python3.10-nodejs21 3.10.14 21.7.2 bookworm
python3.10-nodejs21-bullseye 3.10.14 21.7.2 bullseye
python3.10-nodejs21-slim 3.10.14 21.7.2 slim
python3.10-nodejs21-alpine 3.10.14 21.7.2 alpine
python3.10-nodejs20 3.10.14 20.12.1 bookworm
python3.10-nodejs20-bullseye 3.10.14 20.12.1 bullseye
python3.10-nodejs20-slim 3.10.14 20.12.1 slim
python3.10-nodejs20-alpine 3.10.14 20.12.1 alpine
python3.10-nodejs18 3.10.14 18.20.1 bookworm
python3.10-nodejs18-bullseye 3.10.14 18.20.1 bullseye
python3.10-nodejs18-slim 3.10.14 18.20.1 slim
python3.10-nodejs18-alpine 3.10.14 18.20.1 alpine
python3.9-nodejs21 3.9.19 21.7.2 bookworm
python3.9-nodejs21-bullseye 3.9.19 21.7.2 bullseye
python3.9-nodejs21-slim 3.9.19 21.7.2 slim
python3.9-nodejs21-alpine 3.9.19 21.7.2 alpine
python3.9-nodejs20 3.9.19 20.12.1 bookworm
python3.9-nodejs20-bullseye 3.9.19 20.12.1 bullseye
python3.9-nodejs20-slim 3.9.19 20.12.1 slim
python3.9-nodejs20-alpine 3.9.19 20.12.1 alpine
python3.9-nodejs18 3.9.19 18.20.1 bookworm
python3.9-nodejs18-bullseye 3.9.19 18.20.1 bullseye
python3.9-nodejs18-slim 3.9.19 18.20.1 slim
python3.9-nodejs18-alpine 3.9.19 18.20.1 alpine
python3.8-nodejs21 3.8.19 21.7.2 bookworm
python3.8-nodejs21-bullseye 3.8.19 21.7.2 bullseye
python3.8-nodejs21-slim 3.8.19 21.7.2 slim
python3.8-nodejs21-alpine 3.8.19 21.7.2 alpine
python3.8-nodejs20 3.8.19 20.12.1 bookworm
python3.8-nodejs20-bullseye 3.8.19 20.12.1 bullseye
python3.8-nodejs20-slim 3.8.19 20.12.1 slim
python3.8-nodejs20-alpine 3.8.19 20.12.1 alpine
python3.8-nodejs18 3.8.19 18.20.1 bookworm
python3.8-nodejs18-bullseye 3.8.19 18.20.1 bullseye
python3.8-nodejs18-slim 3.8.19 18.20.1 slim
python3.8-nodejs18-alpine 3.8.19 18.20.1 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.

Image tags are built for linux/amd64 and linux/arm64 platforms, except for alpine which is only linux/amd64. See issue #70 for details.

Supported versions

Python version Start End
3.12 2023-10-02 2028-10
3.11 2022-10-24 2027-10
3.10 2021-10-04 2026-10
3.9 2020-10-05 2025-10
3.8 2019-10-14 2024-10
Node.js version Start End
v21 2023-10-17 2024-06-01
v20 2023-04-18 2026-04-30
v18 2022-04-19 2025-04-30

Versions are kept up to date using official sources. For Python we scrape the Supported Versions table at devguide.python.org/versions and for Node.js we fetch the release schedule JSON from github.com/nodejs/Release.

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

nikolaik avatar renovate[bot] avatar dependabot[bot] avatar felixonmars avatar macintacos avatar snpranav 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.