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

Option to upload an existing .simg rather than rely on triggered builds? #232

Closed dPys closed 3 years ago

dPys commented 3 years ago

My workflow involves custom tweaks to the container made after building it. Is there a way that I can incorporate this into my images that get maintained on hub?

vsoch commented 3 years ago

Unfortunately not! I would suggest doing a CI build on some free service (GitHub actions, CircleCI or similar), doing that tweak, pushing to a Docker registry (quay is my favorite, but of course there is Docker Hub and recently GitHub packages) and then pulling down to a Singularity container.

dPys commented 3 years ago

Darn. Well thanks for the quick reply about it anyway! Might be good to add this one to the wish-list?