Closed schaefi closed 6 months ago
Instead of using skopeo sync use skopeo copy calls and specify the tag. The tag list should be retrieved via
skopeo sync
skopeo copy
skopeo inspect docker://registry.example.com/some_container
This allows cgyle to apply a filter for the tags
Fixed with #6
Instead of using
skopeo sync
useskopeo copy
calls and specify the tag. The tag list should be retrieved viaThis allows cgyle to apply a filter for the tags