This repository houses Dockerfiles used to create images used for continuous integration the DUNE DAQ organization. New commits to the develop branch will trigger an automatic build of the image with the tag latest. The images are also built on an automatic, weekly schedule.
The naming convention for Dockerfiles under dockerfiles is as follows:
minimaldenotes an image used to run the software stack on cvmfsrunis an extension of minimal that adds some basic network tools for debuggingspackincludes additional externals which spack build relies on, e.g.,python3-yaml. These images are used as the basis for the externals images in which the nightly builds are run.
For the Alma9 images,
alma9is the image which developer can run an IDE with vim, emacs, OSG worker node utils (kerberos, voms-proxy, etc)al9is the absolute minimal set of packages required to run the DAQ (not currently in use)