Skip to content

g4edge/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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