Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

MadKudu/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

MadKudu's Dockerfiles

Dockerfiles for MadKudu's Docker images

Node images are based off of Cirlce CI's Docker images

Building

The image name and tags should be the same name as Circle CI's name and tags. For example, madkudu/node:8.10 uses circleci/node:8.10

docker build -t=madkudu/node:{tag} .

docker push madkudu/node:{tag}