From b3d07cadcc4805cf525d03b2d97ef7d52dc3d737 Mon Sep 17 00:00:00 2001 From: k0s-bot <110385897+k0s-bot@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:56:56 +0000 Subject: [PATCH] Bump moby/buildkit to v0.31.0 Signed-off-by: k0s-bot <110385897+k0s-bot@users.noreply.github.com> --- pkg/airgap/ociartifactsbundler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/airgap/ociartifactsbundler.go b/pkg/airgap/ociartifactsbundler.go index 9b6fc328d202..490768cf0958 100644 --- a/pkg/airgap/ociartifactsbundler.go +++ b/pkg/airgap/ociartifactsbundler.go @@ -298,7 +298,7 @@ func findSuccessors(platformMatcher platforms.MatchComparer) func(context.Contex // Include descriptors that are referencing a previously selected digest. // Mostly to include Attestation Manifests. - // https://github.com/moby/buildkit/blob/v0.30.0/docs/attestations/attestation-storage.md#attestation-manifest-descriptor + // https://github.com/moby/buildkit/blob/v0.31.0/docs/attestations/attestation-storage.md#attestation-manifest-descriptor for _, desc := range discardedDescs { refDigestAnnotation, ok := desc.Annotations["vnd.docker.reference.digest"] if !ok {