Closed wheaton5 closed 1 year ago
Singularity Hub was dismantled in 2021 and there is no more service - the current shub://
URI is serving from an archive, so unfortunately there is no webhook that exists to work! The 404 is correct.
Thanks for letting me know. Where do people host their singularity builds now? Is there a standard repository service used?
You can actually push to GitHub actions with ORAS (OCI registry as storage!) Here is an example to build -> push and then pull https://github.com/singularityhub/github-ci/. I mostly (when I need Singularity) just pull from a docker:// URI these days.
Let me know if you have any other questions - otherwise closing the issue!
Links
Version of Singularity
singularity-ce version 3.10.2-jammy
Behavior when Building Locally
Builds successfully
Error on Singularity Hub
github webhook returning 404. webhook address is https://singularity-hub.org/hooks/build/push
What do you think is going on?
not sure