This docker image defines the environment for courses at UNC including COMP 211, COMP 530, and COMP 730.
docker build .
For more detailed output, use:
docker build . --progress=plan
Dockerhub is configured to automatically build and update the
comp530:latest
tag upon a push to the master branch.
This can be configured for other image tags in the docker hub page.
Dockerhub also automatically builds images in response to a PR, which should prevent merging changes that break the build.