cvmfs-singularity-sync
cvmfs-singularity-sync copied to clipboard
Scripts to synchronize Singularity images to a CVMFS repository.
I have added support for the latest E4S containers from https://e4s.io.
Add support for `[]` and `?` in glob patterns. Closes #408.
Retrieves tag list through an API call that's not rate limited
It would be nice if the script processing the docker_images.txt file could also deal with single character glob pattern '?' in addition to '*'. For example, we might have the...
The sync does not delete containers that no longer are listed in the `docker_images.txt` file.