Skip to content
Snippets Groups Projects
Forked from unpacked / sync
366 commits behind the upstream repository.
Name Last commit Last update
README.md
loop.sh
recipe.yaml

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:

https://filer-carbon.cern.ch/grafana/d/CpZ5wupmz/s3-bucket-statistics?orgId=1&var-bucket=cvmfs-unpacked&from=now%2Fd&to=now%2Fd&refresh=30s

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.