-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CVMFS container publishing/conversion system #56
Comments
This has the backing of the RSNT (meeting 20200212). |
Following discussions, the CVMFS team will setup a repository for this as well as a VM to automatically populate the repository with container images. Once the mechanism is in place, the RSNT will work on the policy and mechanism to dictate which image gets pushed to CVMFS, probably through a list in a git repository and some mechanism around merge requests. |
Notes from the meeting :
|
For this we will have to wait until ~ CVMFS 2.11 for the Container Tools to support publishing via a gateway. |
We could deploy an automated container publishing/conversion system , called DUCC.
Some info:
Basically takes a list of images in any external registry (Dockerhub, whatever) as input, and produces Singularity sandbox images on a CVMFS repo as output (as well as layers related to OCI format on CVMFS, which can be used by containerd and Docker, which is useful for Kubernetes).
I set up a PoC a couple years ago but haven't touched it recently. We could discuss whether it would be useful to have this as a production service.
The text was updated successfully, but these errors were encountered: