DeiC-HPC / cotainr

cotainr - a user space Apptainer/Singularity container builder.
European Union Public License 1.2
21 stars 5 forks source link

Simple docker CI #70

Closed joasode closed 2 weeks ago

joasode commented 1 month ago

Here I create simple Containers for platform independent development. Currently uses Python 3.12 and no singularity. Note: Singularity does not recommend building nested containers, which might be an issue

On the way towards better platform independent developer environments as well as a more transparent CI system.

joasode commented 2 weeks ago

For the purpose of platform independent development, we now use linux VMs internally, so this PR is stale. Although this PR could become relevant for enabling more robust local execution of the CI in the future. See https://danielquinn.org/blog/developing-with-docker/. Closing for now.