Skip to content

DUNE-DAQ/daq-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

daq-docker

al9 alma9-minimal alma9-run alma9-spack alma9 c8 c8-minimal

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 cvmfs
  • run is an extension of minimal that adds some basic network tools for debugging
  • spack 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)