Skip to content

User Guide

Available Container Images

Use the URI to reference an image, e.g.,

apptainer run [URI]
The following table provides the URI for the latest tag of each image; for all other tags, click the 'Registry' link. Check the Image Specification or the Image Dependency Graph to see what software is included in each image.

Name URI for Latest Version Tags Source
base docker://codecr.jlab.org/hallb/clas12/container-forge/base:latest Registry Dockerfile
base_root docker://codecr.jlab.org/hallb/clas12/container-forge/base_root:latest Registry Dockerfile
recon docker://codecr.jlab.org/hallb/clas12/container-forge/recon:latest Registry Dockerfile
analysis docker://codecr.jlab.org/hallb/clas12/container-forge/analysis:latest Registry Dockerfile
  • the latest tag is the latest version of the image, and may sometimes be unstable
  • tags which start with v are versioned images, and are supposed to be stable, but their software is older than latest
  • tags which start with MR are temporary images, built by developers of this repository; these images are auto-deleted, so do not use them unless you have a reason to

Note

If you copy a URI from the registry webpage, don't forget to prefix it with docker://, e.g., apptainer pull docker://[URI]

How to Use Container Images

Apptainer

Apptainer may be used to download and/or run a container. For example, let's open a shell in the recon image:

apptainer run docker://codecr.jlab.org/hallb/clas12/container-forge/recon:latest