Currently OCI layout destination doesn't support signature. https://github.com/containers/image/blob/3152ce9a40792572a5536accef3aaf4ca90a44f0/oci/layout/oci_dest.go#L27-L37 However, cosign can save signatures in oci layout. https://github.com/sigstore/cosign/blob/main/pkg/oci/layout/write.go https://github.com/cri-o/cri-o/issues/9135#issuecomment-2883921245 Is there any reason c/image doesn't support signatures for OCI layout destination?