Describe the issue
Singularity Hub doesn't seem to be respecting github's webook to indicate rebuilding simcore's singularity image
To Reproduce
Push a commit to master or experimental branches, watch singularity hub decline to do its job
Expected behavior
Singularity hub should rebuild the simcore singularity image from the recipe on both master and jmm/directory_tree_refactor branches when commits to the branches are made
Additional context
This may be due to singularity hub caching the Singularity recipe and not updating if it doesn't see any change, so merging jmm/directory_tree_refactor or seeing an additional recipe for an experimental image (e.g. Singularity.experimental) might force a rebuild.
In the meantime, my workaround has been to build the singularity image on summit using
singularity remote login
which gives a link that will let you log in with your github, then generate a key, then use the key to login, then you can build remotely with
singularity build --remote simcore_experimental.sif Singularity
(you have to do a remote build, because doing a singularity build requires sudo)
Describe the issue
Singularity Hub doesn't seem to be respecting github's webook to indicate rebuilding simcore's singularity image
To Reproduce
Push a commit to master or experimental branches, watch singularity hub decline to do its job
Expected behavior
Singularity hub should rebuild the simcore singularity image from the recipe on both master and jmm/directory_tree_refactor branches when commits to the branches are made
Additional context
This may be due to singularity hub caching the Singularity recipe and not updating if it doesn't see any change, so merging jmm/directory_tree_refactor or seeing an additional recipe for an experimental image (e.g. Singularity.experimental) might force a rebuild.
In the meantime, my workaround has been to build the singularity image on summit using
singularity remote loginwhich gives a link that will let you log in with your github, then generate a key, then use the key to login, then you can build remotely with
singularity build --remote simcore_experimental.sif Singularity(you have to do a remote build, because doing a singularity build requires sudo)