Skip to content

Commit

Permalink
Merge pull request #1684 from mtrmac/quay.io-sigstore
Browse files Browse the repository at this point in the history
Make the pseudo-config used in sigstore attachments a bit more valid
  • Loading branch information
rhatdan authored Oct 15, 2022
2 parents d6c2e38 + 52db772 commit 1921a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker_image_dest.go
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ func (d *dockerImageDestination) putSignaturesToSigstoreAttachments(ctx context.
Digest: "", // We will fill this in later.
Size: 0,
}, nil)
ociConfig.RootFS.Type = "layers"
} else {
logrus.Debugf("Fetching sigstore attachment config %s", ociManifest.Config.Digest.String())
// We don’t benefit from a real BlobInfoCache here because we never try to reuse/mount configs.
Expand Down

0 comments on commit 1921a19

Please sign in to comment.