Skip to content

comp530-f22/comp530-container

 
 

Repository files navigation

UNC System Course Sequence Docker Image

This docker image defines the environment for courses at UNC including COMP 211, COMP 530, and COMP 730.

Building from scratch

docker build .

For more detailed output, use:

docker build . --progress=plan

Push to dockerhub

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.

About

Base container image for COMP 530

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 46.2%
  • Python 25.1%
  • Dockerfile 17.0%
  • Emacs Lisp 11.7%