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.
We need to use this new release. It doesn't look like dockerhub globbing has been fixed. Let's add explicit ghcr container for now.
The use of globs for ghcr.io registry images is not currently functional (see #496). In dockerhub.py, the assumption is for docker registry API calls, which fail for ghcr.io where the...
From https://github.com/opensciencegrid/cvmfs-singularity-sync/actions/runs/12949710366/job/36120999861?pr=483 it looks like the following images can no longer be downloaded: ``` Failed images: hub.opensciencegrid.org/matyasosg/testimage:latest registry.hub.docker.com/sickleinafrica/plink2:latest registry.hub.docker.com/sickleinafrica/beagle:latest ``` EDIT: - exists: https://hub.docker.com/r/sickleinafrica/beagle - just no `latest` tag