Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. sudo singularity build new.image.sif fermi-rhel6.singularity.def or
  2. sudo singularity build --sandbox new.image.dir fermi-rhel6.singularity.def # this is an "image" in a directory path that you can "cd" into and manually making changes.

The singularity definition file fermi-rhel6.singularity.def depends on docker rhel6 image, and SLAC's RHEL6 yum repo. Both could go away in the not too far future. When that happens, we will only be able to build new image from existing images. A definition file to do that looks like this;

...