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:
minimal
denotes an image used to run the software stack on cvmfsrun
is an extension of minimal that adds some basic network tools for debuggingspack
includes 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,
alma9
is the image which developer can run an IDE with vim, emacs, OSG worker node utils (kerberos, voms-proxy, etc)al9
is the absolute minimal set of packages required to run the DAQ (not currently in use)