These images are based on CircleCI images, with added AWS CLI
The n14
tag includes:
- node 16x
- npm 8.12.2
- awscli 2
The n14
tag includes:
- node 14x
- npm 8.10.0
- awscli 2
The n12
tag includes:
- node 12x
- npm 8.10
- awscli 2
docker build -f <version>/Dockerfile -t nigelng/cci-node-awscli:<tagname> .
docker run -it nigelng/cci-node-awscli:<tagname> bash
# Push all new tags
docker push --all-tags nigelng/cci-node-awscli
# Push particular tag
docker push -t nigelng/cci-node-awscli:<tagname>
docker:
- image: nigelng/cci-node-awscli:n14