conda-forge / staged-recipes

A place to submit conda recipes before they become fully fledged conda-forge feedstocks
https://conda-forge.org
BSD 3-Clause "New" or "Revised" License
712 stars 4.99k forks source link

Add singularity-cri #7787

Open jakirkham opened 5 years ago

jakirkham commented 5 years ago

Would be great to have a package for singularity-cri. This is an implementation of the Container Runtime Interface (CRI), which is used by Kubernetes to interface with different container runtimes.

jakirkham commented 5 years ago

Should note that singularity-cri is not yet released, but should be in a couple weeks. ( https://github.com/sylabs/singularity-cri/issues/181 ) That said, it may take some time to figure out how to build it. Also will give us the opportunity to raise any issues encountered in the build with upstream. So this build effort can happen in tandem with upstream moving towards a release.

jakirkham commented 5 years ago

cc @conda-forge/singularity @conda-forge/kubernetes

sodre commented 5 years ago

@jakirkham, we should also look at packaging gVisor which also solves a very similar problem :)

jakirkham commented 5 years ago

Sure, do you want to add a new issue?

jakirkham commented 5 years ago

There is now an alpha release.

jakirkham commented 5 years ago

Have a very rough start in PR ( https://github.com/conda-forge/staged-recipes/pull/7890 ). Still needs some more work though.