EasyBuild provides container images suitable for test builds and CI workflows.
¶ Example command
docker run --rm -it -v "$PWD":/workspace -w /workspace ghcr.io/easybuilders/easybuild:latest eb --version
- Mount persistent directories for source cache and build output when needed.
- Pin image tags in production CI pipelines.
- For large cluster installs, host-based build nodes are usually preferred.