Skip to content

[BUG] Singularity Hub not building latest simcore image #23

@jeffmm

Description

@jeffmm

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)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions