sdk-container-builds icon indicating copy to clipboard operation
sdk-container-builds copied to clipboard

Unexpected media type in container manifest

Open osric-ukho opened this issue 9 months ago • 0 comments

Hi folks,

I'm trying to push a newly created image to an OCI compliant registry, but the push fails with a 415 Unsupported Media Type error.

It looks like the manifest media type is "application/vnd.docker.distribution.manifest.v2+json", insted of the "application/vnd.oci.image.manifest.v1+json" (or at least, something in the "application/vnd.oci" space) that I expected.

Looking through the docs I didn't see how to specify the image type, did I miss something obvious?

Thanks, Osric.

osric-ukho avatar Feb 27 '25 09:02 osric-ukho