root-project / root-docker

Docker recipes for ROOT
30 stars 33 forks source link

Switch image building infra to GitHub Actions #40

Open eguiraud opened 3 years ago

eguiraud commented 3 years ago

This would solve #36 , but it would also let us script many of the operations that are currently performed manually when publishing new images: the repo's README file could be updated automatically and in principle we could also script github actions that check whether a ROOT version is available for download or for installation in conda/fedora/arch and, if yes, adds the tag to the repo, builds the image and publishes it.

EDIT: oh and testing: github actions could test the images by running a simple ROOT workload.

lobis commented 2 years ago

@eguiraud

So I posted a comment before reading this issue which is a better match. It even has the help wanted tag. You can assign me to this issue and https://github.com/root-project/root-docker/issues/36 if you want.

eguiraud commented 2 years ago

Hey, thanks a lot for the help, I will take a look at the PR as soon as I have time