-
Notifications
You must be signed in to change notification settings - Fork 554
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: copy between public registries fails with unexpected status code 400 Bad Request: {"details":"invalid repository name"} #1741
Comments
@jonjohnsonjr Thanks for the fast response on this. My apologies as I realize that in my rush I actually forgot to add my
Pulling / # crane version
fe268b7c97b3a0d6b4d593f81dc1b1b6569b6a98 (for others fe268b7 is the result of PR #1743) With valid auth, I'm now not explicitly getting errors, but things are hanging without finishing with messages of the form "use of closed network connection":
I'm guessing from #1609 (comment) that this is a problem on Docker Hub's side and not really |
Woops, just looks like it was a very very slow copy as it finally finished
Thanks and never mind! |
Describe the bug
Hi. I'm experiencing a problem similar to Issue #1404 for two public image repositories that I own (source: https://gitlab.cern.ch/feickert/multiplatform-docker-build-example/container_registry, target: https://hub.docker.com/r/matthewfeickert/hep-simulation-stack). Here's my workflow:
To Reproduce
This is extra confusing to me as this stopped working recently, but I have in the past successfully done this operation.
I'm experiencing the same thing with
on my local machine.
Does anyone have advice on how to proceed with debugging?
Expected behavior
For
crane copy
to successfully copy the image between the registries.Additional context
Add any other context about the problem here.
crane version
and
Registry used (e.g., GCR, ECR, Quay)
gitlab-registry.cern.ch
(CERN GitLab container reigstry)index.docker.io
(Docker Hub)The text was updated successfully, but these errors were encountered: