singularityhub / singularityhub.github.io

Container tools for scientific computing! Docs at https://singularityhub.github.io/singularityhub-docs
https://singularityhub.github.io
68 stars 9 forks source link

github webhook isnt working #244

Closed wheaton5 closed 1 year ago

wheaton5 commented 1 year ago

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

vsoch commented 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.

wheaton5 commented 1 year ago

Thanks for letting me know. Where do people host their singularity builds now? Is there a standard repository service used?

vsoch commented 1 year ago

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.

vsoch commented 1 year ago

Let me know if you have any other questions - otherwise closing the issue!