Skip to content
Snippets Groups Projects
Select Git revision
  • bmad
  • master default protected
  • apptainer_in_dind
  • build_g4
  • v1.0.0
5 results

image_recipes

  • Clone with SSH
  • Clone with HTTPS
  • Docker and Singularity Image Recipes

    Overview

    A useful registry of images and collection of image building recipes for docker and singularity. Use image builders for jumping off point into more focused or slimmed down versions.

    Download the latest singularity image from gitlab

    The gitlab-api v4 way:

    https://eicweb.phy.anl.gov/api/v4/projects/{project_number}/jobs/artifacts/{version}/raw/build/{img}.sif?job={jobname}
    • project_number is found just under the project title on gitlab.
    • version value typically master or a tag like v1.0.0.
    • jobname is the name of the ci job which produced the singularity image.

    old way:

    wget \
    https://eicweb.phy.anl.gov/whit/image_recipes/-/jobs/artifacts/master/raw/build/Singularity.root_base.simg?job=root_base_singularity \
    -O Singularity.root_base.simg