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
Using replace option on cosing attest, an attestation with wrong mediatype is created, namely mediaType application/vnd.docker.distribution.manifest.v2+json instead of application/vnd.oci.image.manifest.v1+json. This results in tool like skopeo throwing an error:
FATA[0001] Error parsing manifest for image: unsupported docker v2s2 media type: "application/vnd.oci.image.manifest.v1+json"
Version
Latest and greatest
The text was updated successfully, but these errors were encountered:
Description
Using replace option on
cosing attest
, an attestation with wrong mediatype is created, namely mediaTypeapplication/vnd.docker.distribution.manifest.v2+json
instead ofapplication/vnd.oci.image.manifest.v1+json
. This results in tool like skopeo throwing an error:Version
Latest and greatest
The text was updated successfully, but these errors were encountered: