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
mtrmac
changed the title
"unexpected MIME type for sigstore attachment manifest" when pulling a Cosign-ed image from Artifactory
Support v2s2 manifests in sigstore attachments (for cosign compatibility)
Jun 28, 2024
Issue Description
A signed image that got successfully pushed to Artifactory, using https://github.com/sigstore/cosign#registry-support, cannot be pulled due to an error:
Issue seems to be https://github.com/containers/image/blob/main/docker/docker_client.go#L1043 expects only OCI.
Steps to reproduce the issue (using Podman or Docker client)
Sign and push an image using
COSIGN_DOCKER_MEDIA_TYPES=1 cosign sign ....
to Artifactory, as described in https://github.com/sigstore/cosign#registry-supportTry to pull the image
Actual result
Expected result
Image pulled successfully.
Additional environment details
Cosign v1.13.1
Also tried with v2.1.1.
The text was updated successfully, but these errors were encountered: