-
Notifications
You must be signed in to change notification settings - Fork 181
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
Cannot oras push
artifact with 0.14.0: Error PUT ... unexpected status code 400: Bad Request
#532
Comments
Error PUT ... unexpected status code 400: Bad Request
oras push
artifact with 0.14.0: Error PUT ... unexpected status code 400: Bad Request
@mathieu-benoit Can you provide detailed logs via setting the debug flag? like
Thanks |
Sure thing @qweeah, here you are: With 0.14.0:
With 0.13.0:
Apparently the Does this help? |
400 is returned for uploading blob
The root cause is: in 0.14.0, the the default image config is changed from |
@mathieu-benoit You can work this around by using
|
I also created a issue for that oras-project/oras-go#294 |
Closing this as it will be further discussed & fixed in oras-project/oras-go |
@mathieu-benoit ORAS CLI will release a patch for this bug today. |
Wonderful, thanks @qweeah and @FeynmanZhou for your help and the fix. I just tested |
With
oras
0.13.0, I'm able to accomplish this successfully:But with
oras
0.14.0, I'm getting this error:Is there a known issue with
oras push
? Or am I missing something since the 0.14.0 version?My OCI registry is Google Artifact Registry.
The text was updated successfully, but these errors were encountered: