From 634d8d5cca1d4395877d38317e6b5b6779f231cd Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:32:14 +0200 Subject: [PATCH] vendor: update buildkit to v0.32.0 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- hack/buildkit-ref | 3 --- vendor/modules.txt | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 35907333ea..a8e710df7a 100644 --- a/go.mod +++ b/go.mod @@ -62,7 +62,7 @@ require ( github.com/miekg/dns v1.1.72 github.com/mistifyio/go-zfs/v4 v4.0.0 github.com/mitchellh/copystructure v1.2.0 - github.com/moby/buildkit v0.32.0-rc2 + github.com/moby/buildkit v0.32.0 github.com/moby/docker-image-spec v1.3.1 github.com/moby/go-archive v0.2.2-0.20260729101603-a11565d1683c github.com/moby/ipvs v1.1.0 diff --git a/go.sum b/go.sum index 62af08cb5b..cd676393d3 100644 --- a/go.sum +++ b/go.sum @@ -543,8 +543,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ= github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= -github.com/moby/buildkit v0.32.0-rc2 h1:2XiJmnPSZyJ0akoKG2ShWAFbWRT5DKvyAI2+Johq9Ac= -github.com/moby/buildkit v0.32.0-rc2/go.mod h1:Y10FBWvqxl/Wmhdzjee1Y2wQfjifTiwxENIUdaVNdME= +github.com/moby/buildkit v0.32.0 h1:slXarYQoMo4cp2d9x30M9t0L4R+c0CVMov+5P1hhiHY= +github.com/moby/buildkit v0.32.0/go.mod h1:Y10FBWvqxl/Wmhdzjee1Y2wQfjifTiwxENIUdaVNdME= github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0= github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo= github.com/moby/go-archive v0.2.2-0.20260729101603-a11565d1683c h1:FHEkke3COBYyr7/aIk1782G/4oVN/6L/ISEMD5dPIDk= diff --git a/hack/buildkit-ref b/hack/buildkit-ref index c434900029..dcd61eadbc 100755 --- a/hack/buildkit-ref +++ b/hack/buildkit-ref @@ -49,9 +49,6 @@ if [[ "${buildkit_ref}" == *-*-* ]]; then fi fi -# https://github.com/moby/buildkit/pull/6992 -buildkit_ref="f5d08d5a04381687203ced27ef877e0c417fd122" - cat << EOF BUILDKIT_REPO=$buildkit_repo BUILDKIT_REF=$buildkit_ref diff --git a/vendor/modules.txt b/vendor/modules.txt index c243e5aba0..4fbd420ac2 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1072,7 +1072,7 @@ github.com/mitchellh/copystructure # github.com/mitchellh/reflectwalk v1.0.2 ## explicit github.com/mitchellh/reflectwalk -# github.com/moby/buildkit v0.32.0-rc2 +# github.com/moby/buildkit v0.32.0 ## explicit; go 1.26.3 github.com/moby/buildkit/api/services/control github.com/moby/buildkit/api/types