Skip to content

Dockerfile for an image that has NodeJS and Python installed

Notifications You must be signed in to change notification settings

IPG-Automotive-UK/docker-nodejs-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Docker NodeJS & Python

Dockerfile for a Linux image that has NodeJS and Python installed. This is a base container for our web applications that require NodeJS and Python.

  • NodeJS 20.9.0
  • Python 3.8.0

Build & push image to DockerHub

https://hub.docker.com/repository/docker/ipgautomotive/nodejs-python

We build for AMD64 and ARM64 architectures.

If this is the first time you are building this image then you will need to run this command to create a multi-arch builder.

docker buildx create --name ipgbuilder

Now you can create the builds.

docker buildx use ipgbuilder
docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64 --tag ipgautomotive/nodejs-python:node20 --push .

About

Dockerfile for an image that has NodeJS and Python installed

Resources

Stars

Watchers

Forks