Skip to content

bemanproject/infra-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beman Container Infrastructure

This repository contains the infrastructure for the Beman project's Docker images. See the organization's GitHub Packages page for more information.

Images

This project builds the following images intended for use by CI for Beman libraries:

  • ghcr.io/bemanproject/infra-containers-gcc
    • trunk (rebuilt weekly)
    • latest/15/15.2.0
    • 14/14.3.0
    • 13/13.4.1
    • 12/12.5.0
    • 11/11.5.0
  • ghcr.io/bemanproject/infra-containers-clang
    • trunk (rebuilt weekly)
    • latest/22/22.1.0
    • 21/21.1.8
    • 20/20.1.8
    • 19/19.1.7
    • 18/18.1.8
    • 17/17.0.6

Along with the compiler version specified in the tag, these images contain CMake 4.2.1 and recent versions of ninja, git, and jq.

Implementation Details

The CI images are based on Gentoo Linux for the following reasons:

  • Its package repository has fast turnaround of new compiler and tool versions, allowing us to ensure we can always provide up-to-date versions
  • It provides binary caching of packages, improving image build times relative to needing to build everything from source
  • It gives us an pathway to start building compiler forks from source by editing ebuild files

Adding Packages

If these images are missing a tool that you need, either:

  • Submit a pull request adding an emerge command to Dockerfile.test and Dockerfile.fromsource with the Gentoo package for that tool (preferred), or:
  • Install the tool inline in the CI job:
    • emerge-webrsync to restore the package data that the image build process removes to save space
    • emerge <your-package-name> to install the tool itself.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors