-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync all images from a starting version #1756
Comments
Thanks for reaching out. This seems plausible in principle; the hard thing is finding a versioning standard that is widely applicable (with things like patches, pre-releases and the like), to minimize the number of almost-but-not-quite-the-same options. At some point there was some work on #965 using the “semantic versioning” syntax. |
#996 would suggest that made it in - but can't find this compare feature. Syntax in 965 would be great. |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
@SamStenton Have you found any working and user-friendly solution for now (apart from regex)? I would love to see this feature and happy to contribute whatever I can. |
A friendly reminder that this issue had no activity for 30 days. |
#2189 has implemented a semver filter. |
It would be beneficial to be able to define a minimum version to sync against so that all versions above that initial definition are copied.
We're running Skopeo on a schedule to move images from one repo to another, I don't want to copy all images ever created but instead copy all images created that are greater than a defined version.
This might look like this when using the yaml config:
I know this can be achieved using the regex method however the readability of that begins to get pretty difficult and importantly it's really easy to miss edge cases.
The text was updated successfully, but these errors were encountered: