mkdir ~/git
cd ~/git
git clone https://github.com/ncar/lrose-bootstrap
cd ~/git/lrose-bootstrap/docker
./redhat/make_custom_image.redhat -t centos -v 7
cd ~/git/lrose-bootstrap/docker/solo3
make_solo3_image.centos
This will create an image named:
build.lrose-solo3/centos:latest
docker tag build.lrose-solo3/centos:latest nsflrose/lrose-solo3:latest
We want to push the image to nsflrose.
Log in to docker, and ensure you are in the nsflrose group.
docker login
docker push nsflrose/lrose-solo3:latest