Containers#

We publish (to GitHub packages) several Docker container images useful for building and running CLP:

  • An image containing the dependencies necessary to build CLP core in a Centos 7.4 x86 environment.

    ghcr.io/y-scope/clp/clp-core-dependencies-x86-centos7.4:main
    
  • An image containing the dependencies necessary to build CLP core in an Ubuntu Focal x86 environment.

    ghcr.io/y-scope/clp/clp-core-dependencies-x86-ubuntu-focal:main
    
  • An image containing the dependencies necessary to build CLP core in an Ubuntu Jammy x86 environment.

    ghcr.io/y-scope/clp/clp-core-dependencies-x86-ubuntu-jammy:main
    
  • An image containing the CLP core binaries (clg, clp, clp-s, glt, etc.) built in an Ubuntu Focal x86 environment.

    ghcr.io/y-scope/clp/clp-core-x86-ubuntu-focal:main
    
  • An image containing the dependencies necessary to run the CLP package in an Ubuntu Focal x86 environment.

    ghcr.io/y-scope/clp/clp-execution-x86-ubuntu-focal:main
    
  • An image containing the dependencies necessary to run the CLP package in an Ubuntu Jammy x86 environment.

    ghcr.io/y-scope/clp/clp-execution-x86-ubuntu-jammy:main