Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 527 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 527 Bytes

Meteor CircleCI Base Image

Building Docker image for NodeJS version 14

docker build -t meteor/circleci .

Building Docker image for NodeJS version 18

docker build -f DockerfileNode20 -t meteor/circleci:android-30-node-20 .

latest image created: circleci:2023.12.1-android-34-node-20

Publishing latest Docker tag

docker push meteor/circleci

Publishing specific Docker tag

docker tag <last-id> meteor/circleci:<newtag>
docker push meteor/circleci:<newtag>