Skip to content

Image Dependency Graph

This is a Directed Acyclic Graph (DAG) showing the images and their dependency relations. The outer boxes represent the images, and their inner boxes represent the software that is built/installed by container-forge.

We do not list the packages which are installed from the underlying Linux distribution's package manager, so if nothing else is built/installed in an image, it will say "no builds".

See the Image Specification for more information.

flowchart TB
    subgraph base
        direction LR
        no_pkg_base[no builds]
    end
    subgraph base_root
        direction LR
        root_base_root[root]
    end
    subgraph recon
        direction LR
        rcdb_recon[rcdb]
        ccdb_recon[ccdb]
        qadb_recon[qadb]
        hipo_recon[hipo]
        clas12-config_recon[clas12-config]
        coatjava_recon[coatjava]
        denoiser_recon[denoiser]
        clara_recon[clara]
    end
    subgraph analysis
        direction LR
        rcdb_analysis[rcdb]
        ccdb_analysis[ccdb]
        qadb_analysis[qadb]
        hipo_analysis[hipo]
        clas12-config_analysis[clas12-config]
        iguana_analysis[iguana]
        clas12root_analysis[clas12root]
    end
    base --> base_root
    base --> recon
    base_root --> analysis