sdk-container-builds
sdk-container-builds copied to clipboard
Unexpected media type in container manifest
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.