We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running a crane copy to a Private GitLab instance I get the below error
retrying without mount: POST https://<privaterepoimagepath>:<imagetag> UNKNOWN unknown error; map[DriverName:s3aws Enmclosed:map[RequestFailure:map]]
> ~ crane version 0.20.2
Running a crane copy between private GitLab instances
crane copy <originalimage>:<tag> <imagecopy>:<tag> --allow-nondistributable-artifacts --insecure --verbose
The full image to be copied to another container registry
I'm at a loss for how to overcome this. Using crane is critical for my infrastructure, and I have no idea how to fix it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When running a crane copy to a Private GitLab instance I get the below error
retrying without mount: POST https://<privaterepoimagepath>:<imagetag> UNKNOWN unknown error; map[DriverName:s3aws Enmclosed:map[RequestFailure:map]]
To Reproduce
Running a crane copy between private GitLab instances
crane copy <originalimage>:<tag> <imagecopy>:<tag> --allow-nondistributable-artifacts --insecure --verbose
Expected behavior
The full image to be copied to another container registry
I'm at a loss for how to overcome this. Using crane is critical for my infrastructure, and I have no idea how to fix it.
The text was updated successfully, but these errors were encountered: