Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 444 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 444 Bytes

Atomic Jolt CI Docker Image

Updating


  1. Login:
docker login
  1. Build the new image:
docker build .
  1. Get the new image ID:
docker image ls
  1. Make a new tag, updating versions where necessary:
docker tag <image id> dspencer01/atomicjolt-ci:ruby-2.4.1--node-8.15.1--yarn-1.10.1
  1. Push the new tag to dockerhub:
docker push dspencer01/atomicjolt-ci:ruby-2.4.1--node-8.15.1--yarn-1.10.1