We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6a348 commit d2c4a29Copy full SHA for d2c4a29
pkg/airgap/ociartifactsbundler.go
@@ -273,7 +273,7 @@ func findSuccessors(platformMatcher platforms.MatchComparer) func(context.Contex
273
274
// Include descriptors that are referencing a previously selected digest.
275
// Mostly to include Attestation Manifests.
276
- // https://github.com/moby/buildkit/blob/v0.28.1/docs/attestations/attestation-storage.md#attestation-manifest-descriptor
+ // https://github.com/moby/buildkit/blob/v0.29.0/docs/attestations/attestation-storage.md#attestation-manifest-descriptor
277
for _, desc := range discardedDescs {
278
refDigestAnnotation, ok := desc.Annotations["vnd.docker.reference.digest"]
279
if !ok {
0 commit comments