Skip to content
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

crane: Support copy over all non-digest tags #2038

Open
stevehipwell opened this issue Dec 12, 2024 · 0 comments
Open

crane: Support copy over all non-digest tags #2038

stevehipwell opened this issue Dec 12, 2024 · 0 comments

Comments

@stevehipwell
Copy link

I need to sync a complex set of tags where the non-digest tags are mutable, currently I'm doing this by copying each non-digest tag individually and then copying all tags with no clobber afterwards to pick up any new tags. The individual copy is very slow compared to the all tags copy due to it running as a single operation in the shell.

One idea would be to support the --omit-digest-tags in combination with the --all-tags for crane copy but this doesn't quite seem right, maybe a --all-non-digest-tags flag would work?

Alternatively a copy option that checks if the digests match before pushing might also work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant