Present repository deploys provided list of docker images in cvmfs.
Jenkins job that takes care of uploading the content on the repo:
https://lcgapp-services.cern.ch/cvmfs-jenkins/job/unpacked.cern.ch/
Statistics for the storage system based on S3:
Announcements, questions, etc on mattermost:
https://mattermost.web.cern.ch/cernvm/channels/unpackedcernch
See also /cvmfs/unpacked.cern.ch/README.md
Compatibility
Only Docker style images are currently supported. Podman/Buildah must be explicitly instructed to generate Docker images:
podman build -t <tag> --format docker .
buildah commit --format docker "$ctr" "<tag>"
We are working on adding OCI image support.