-
Notifications
You must be signed in to change notification settings - Fork 544
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: crane copy is not working in 0.10 #1393
Comments
@jonjohnsonjr seems related to cross origin mounting? |
This is a bug in harbor. They SHOULD return a 202 here: Can you file a bug against them? We could have an allowlist for registries we expect this to work with, or a denylist for registries we know it breaks, but that makes it difficult to adopt :/ |
What about a command-line flag to support this old behavior? |
I updated my Harbor instance from (2.4.x) to the latest version (2.5.1) and it seems like it's working again with Crane 0.10. Thanks for the help! |
That's great to hear! We might just want to document that this behavior breaks on Harbor <v2.5, if that's already fixed. |
Just to note that we are experiencing this bug in latest harbor version in the helm chart (Version v2.5.1-b0506782) @imjasonh how did you fix the issue? |
Describe the bug
I'm trying to copy images from a GitLab registry to a Harbor registry using the latest version of Crane (0.10).
To Reproduce
Expected behavior
When I revert to 0.9, it works as expected.
The text was updated successfully, but these errors were encountered: