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

Latest commit

 

History

History
11 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 434 Bytes

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}