Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.27 KB

dockerfiles

GitHub tag (latest by date) GitHub issues GitHub pull requests License

Docker containers for building pyg4ometry wheels based on the Manylinux images. Pre-built images are available on Docker Hub.

  • ubuntu is a base image including all required software to build pyg4ometry. Used in the pyg4ometry GitHub actions CI
  • pyg4ometry is based on the ubuntu image but includes pyg4ometry too
  • manylinux2014 is a custom image for building pyg4ometry wheels, used in the pyg4ometry CI by the cbuildwheel action
  • Automated builds are configured on Docker Hub to build manylinux2014 images at every commit or pull request created in this repository (see Docker Hub > Builds > Configure Automated Builds)
  • the bin/build-and-deploy.sh script can be used to build locally and push images to the Docker Hub