You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unsupported manifest media type and no default available: application/vnd.oci.image.manifest.v1+json
My temporary solution:
Move back moby/buildkit:v.10.5, the job now is working normal
The text was updated successfully, but these errors were encountered:
nvhoc
changed the title
unsupported manifest media type and no default available: application/vnd.oci.image.manifest.v1+json
v0.11: unsupported manifest media type and no default available: application/vnd.oci.image.manifest.v1+json
Jan 11, 2023
nvhoc
changed the title
v0.11: unsupported manifest media type and no default available: application/vnd.oci.image.manifest.v1+json
v0.11.0: unsupported manifest media type and no default available: application/vnd.oci.image.manifest.v1+json
Jan 11, 2023
It looks like the docker manifest doesn't support OCI indexes - which ideally, it should.
Here's a couple things you might try in the meantime.
Use docker buildx imagetools inspect instead of docker manifest inspect --raw - it should work similarly, and supports all the different media types in the registry.
Set oci-mediatypes=false in your --output flag (to use the docker distribution manifest list instead of an OCI index)
Set --provenance=false to not generate the provenance (which is what causes the multi-platform index to be generated, even for a single platform).
Environment:
Issue:
When pushing new tag, it creates 3 tags to ECR:
![image](https://user-images.githubusercontent.com/113401605/211713126-ea51d1ed-7ae7-47a7-b4aa-90e0c410b201.png)
When I try to inspect its manifest
I got a message:
My temporary solution:
The text was updated successfully, but these errors were encountered: