Skip to content

nigelng/cci-node-awscli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Docker Images

These images are based on CircleCI images, with added AWS CLI

Node 16x [latest n16]

The n14 tag includes:

  • node 16x
  • npm 8.12.2
  • awscli 2

Node 14x [n14]

The n14 tag includes:

  • node 14x
  • npm 8.10.0
  • awscli 2

Node 12x [n12]

The n12 tag includes:

  • node 12x
  • npm 8.10
  • awscli 2

Development

Build Image

docker build -f <version>/Dockerfile -t nigelng/cci-node-awscli:<tagname> .

Run Image

docker run -it nigelng/cci-node-awscli:<tagname> bash

Push to DockerHub

# Push all new tags
docker push --all-tags nigelng/cci-node-awscli

# Push particular tag
docker push -t nigelng/cci-node-awscli:<tagname>

CCI Usage

docker:
  - image: nigelng/cci-node-awscli:n14

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published