Cesar Talledo 
							
						 
					 
					
						
						
							
						
						679407862f 
					 
					
						
						
							
							Output correct image ID when using Docker with the containerd-snapshotter.  
						
						 
						
						... 
						
						
						
						Prior to this change, the following command emits the wrong image ID when buildx
uses the "docker-container" driver and Docker is configured with the
containerd-snapshotter.
$ docker buildx build --load --iidfile=img.txt
$ docker run --rm "$(cat img.txt)" echo hello
docker: Error response from daemon: No such image: sha256:4ac37e81e00f242010e42f3251094e47de6100e01d25e9bd0feac6b8906976df.
See 'docker run --help'.
The problem is that buildx is outputing the incorrect image ID in this scenario
(it's outputing the container image config digest, instead of the container
image digest used by the containerd-snapshotter).
This commit fixes this. See https://github.com/moby/moby/issues/45458 .
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com > 
						
						
					 
					
						2025-05-01 16:33:22 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						674cfff1a4 
					 
					
						
						
							
							Merge pull request  #3165  from tonistiigi/fix-openbsd-ci  
						
						 
						
						... 
						
						
						
						attempt openbsd fix 
						
						
					 
					
						2025-05-01 11:29:09 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						19a241f4ed 
					 
					
						
						
							
							attempt openbsd fix  
						
						 
						
						... 
						
						
						
						7.5 packages seem to be removed from main mirrors. Couldn't find
a popular 7.6/7.7 image in vagrant cloud.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2025-05-01 11:02:38 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						7da31076ae 
					 
					
						
						
							
							Merge pull request  #3164  from jsternberg/controller-errdefs-proto-removal  
						
						 
						
						... 
						
						
						
						controller: remove controller/errdefs protobuf files 
						
						
					 
					
						2025-05-01 10:40:41 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan A. Sternberg 
							
						 
					 
					
						
						
							
						
						384f0565f5 
					 
					
						
						
							
							controller: remove controller/errdefs protobuf files  
						
						 
						
						... 
						
						
						
						Remove the protobuf files associated with controller/errdefs.
This doesn't completely remove the type as the monitor still uses it as
a signal to start the monitor.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com > 
						
						
					 
					
						2025-05-01 12:14:36 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						6df3a09284 
					 
					
						
						
							
							Merge pull request  #3126  from jsternberg/controller-removal  
						
						 
						
						... 
						
						
						
						controller: remove controller grpc service 
						
						
					 
					
						2025-04-30 18:20:51 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						e7be640d9b 
					 
					
						
						
							
							Merge pull request  #3155  from crazy-max/fix-bin-image  
						
						 
						
						... 
						
						
						
						ci: fix bin-image job 
						
						
					 
					
						2025-04-30 17:53:20 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan A. Sternberg 
							
						 
					 
					
						
						
							
						
						2f1be25b8f 
					 
					
						
						
							
							controller: remove controller grpc service  
						
						 
						
						... 
						
						
						
						Remove the controller grpc service along with associated code related to
sessions or remote controllers.
Data types that are still used with complicated dependency chains have
been kept in the same package for a future refactor.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com > 
						
						
					 
					
						2025-04-30 13:46:58 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						a40edbb47b 
					 
					
						
						
							
							ci: fix bin-image job  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
					 
					
						2025-04-24 14:40:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						2eaea647d8 
					 
					
						
						
							
							Merge pull request  #3146  from fiam/alberto/propagate-otel-trace  
						
						 
						
						... 
						
						
						
						chore(dockerutil): propagate OTEL context to Docker daemon 
						
						
					 
					
						2025-04-23 09:45:17 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alberto Garcia Hierro 
							
						 
					 
					
						
						
							
						
						f3a3d9c26b 
					 
					
						
						
							
							chore(dockerutil): propagate OTEL context to Docker daemon  
						
						 
						
						... 
						
						
						
						This allows to correlate operations triggered by a build (e.g.
a client-side pull) with the build that generated them.
Signed-off-by: Alberto Garcia Hierro <damaso.hierro@docker.com > 
						
						
					 
					
						2025-04-22 20:29:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						9ba3f77219 
					 
					
						
						
							
							Merge pull request  #3143  from crazy-max/ci-fix-vagrant  
						
						 
						
						... 
						
						
						
						ci: fix vagrant build 
						
						
					 
					
						2025-04-22 12:17:29 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						2799ed6dd8 
					 
					
						
						
							
							Merge pull request  #3142  from thaJeztah/bump_docker_28.1.1  
						
						 
						
						... 
						
						
						
						vendor: github.com/docker/docker, docker/cli v28.1.1, containerd v2.0.5 
						
						
					 
					
						2025-04-22 11:37:27 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						719a41a4c3 
					 
					
						
						
							
							Merge pull request  #3135  from docker/dependabot/github_actions/softprops/action-gh-release-2.2.2  
						
						 
						
						... 
						
						
						
						build(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2 
						
						
					 
					
						2025-04-22 14:03:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						a9807be458 
					 
					
						
						
							
							ci: fix vagrant build  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
					 
					
						2025-04-22 13:47:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						7a7be2ffa1 
					 
					
						
						
							
							Merge pull request  #3141  from ndeloof/path.IsAbs  
						
						 
						
						... 
						
						
						
						use filepath.IsAbs to support windows paths 
						
						
					 
					
						2025-04-22 13:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						ab533b0cb4 
					 
					
						
						
							
							vendor: github.com/docker/cli v28.1.1  
						
						 
						
						... 
						
						
						
						no changes in vendored code
diff:  https://github.com/docker/cli/compare/v28.1.0...v28.1.1 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-22 12:30:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						0855cab1bd 
					 
					
						
						
							
							vendor: github.com/docker/docker v28.1.1  
						
						 
						
						... 
						
						
						
						diff:  https://github.com/docker/docker/compare/v28.1.0...v28.1.1 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-22 12:29:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						735555ff7b 
					 
					
						
						
							
							vendor: github.com/containerd/containerd v2.0.5  
						
						 
						
						... 
						
						
						
						full diff: https://github.com/containerd/containerd/compare/v2.0.4...v2.0.5 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-22 12:28:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						67ccbd06f6 
					 
					
						
						
							
							vendor: golang.org/x/oauth2 v0.29.0  
						
						 
						
						... 
						
						
						
						notable changes
- fixes CVE-2025-22868
- oauth2.go: use a more straightforward return value
- oauth2: Deep copy context client in NewClient
- jws: improve fix for CVE-2025-22868
full diff: https://github.com/golang/oauth2/compare/v0.23.0...v0.29.0 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-22 12:26:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas De Loof 
							
						 
					 
					
						
						
							
						
						c370f90b73 
					 
					
						
						
							
							use filepath.IsAbs to support windows paths  
						
						 
						
						... 
						
						
						
						Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com > 
						
						
					 
					
						2025-04-22 11:37:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						9730a20f6b 
					 
					
						
						
							
							Merge pull request  #3133  from tonistiigi/build-defers-fix  
						
						 
						
						... 
						
						
						
						build: make sure defers always run in the end of the build 
						
						
					 
					
						2025-04-22 09:39:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2e93ac32bc 
					 
					
						
						
							
							build(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2  
						
						 
						
						... 
						
						
						
						Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](c95fe14893...da05d55257 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2025-04-21 18:55:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						19c22136b4 
					 
					
						
						
							
							build: make sure defers always run in the end of the build  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2025-04-21 09:28:44 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						bad5063577 
					 
					
						
						
							
							Merge pull request  #3107  from thaJeztah/bump_engine  
						
						 
						
						... 
						
						
						
						vendor: github.com/docker/docker, github.com/docker/cli v28.1.0 
						
						
					 
					
						2025-04-18 17:05:35 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						286c018f84 
					 
					
						
						
							
							vendor: github.com/docker/cli v28.1.0  
						
						 
						
						... 
						
						
						
						full diff: https://github.com/docker/cli/compare/v28.0.4...v28.1.0 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-18 15:54:36 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						ac970c03e7 
					 
					
						
						
							
							vendor: github.com/docker/docker v28.1.0  
						
						 
						
						... 
						
						
						
						full diff: https://github.com/docker/docker/compare/v28.0.4...v28.1.0 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-18 15:54:08 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						5398c33937 
					 
					
						
						
							
							vendor: github.com/mattn/go-runewidth v0.0.16  
						
						 
						
						... 
						
						
						
						adds support for Unicode 15.1.0
full diff: https://github.com/mattn/go-runewidth/compare/v0.0.15...v0.0.16 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-18 15:54:06 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						1365652a74 
					 
					
						
						
							
							Merge pull request  #3113  from crazy-max/update-hcl  
						
						 
						
						... 
						
						
						
						vendor: update hcl dependencies 
						
						
					 
					
						2025-04-18 15:51:53 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						a4f0a21468 
					 
					
						
						
							
							Merge pull request  #3125  from thaJeztah/dockerfile_update_engine  
						
						 
						
						... 
						
						
						
						Dockerfile: update to docker v28.1.0 
						
						
					 
					
						2025-04-18 15:51:03 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						d55616b22c 
					 
					
						
						
							
							Merge pull request  #3130  from crazy-max/fix-pr-assign  
						
						 
						
						... 
						
						
						
						ci: update pr-assign-author 
						
						
					 
					
						2025-04-18 13:52:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						113606a24c 
					 
					
						
						
							
							ci: update pr-assign-author  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
					 
					
						2025-04-18 13:38:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						cd38da0244 
					 
					
						
						
							
							Merge pull request  #3123  from thaJeztah/update_spdy  
						
						 
						
						... 
						
						
						
						vendor: github.com/moby/spdystream v0.5.0 (indirect) 
						
						
					 
					
						2025-04-17 16:25:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						cc6547c51d 
					 
					
						
						
							
							Dockerfile: update to docker v28.1.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-17 16:17:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						26f2e002c6 
					 
					
						
						
							
							vendor: github.com/moby/spdystream v0.5.0 (indirect)  
						
						 
						
						... 
						
						
						
						This is an indirect dependency, but I recalled it fixed some leaking
goroutines, so it may be worth considering updating.
full diff: https://github.com/moby/spdystream/compare/v0.4.0...v0.5.0 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-17 14:26:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						372feb38ff 
					 
					
						
						
							
							Merge pull request  #3120  from crazy-max/ci-pr-assign  
						
						 
						
						... 
						
						
						
						ci: assign author on pull request 
						
						
					 
					
						2025-04-16 15:39:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						b08d576ec0 
					 
					
						
						
							
							Merge pull request  #3119  from thaJeztah/bump_archive  
						
						 
						
						... 
						
						
						
						vendor: github.com/moby/go-archive v0.1.0 
						
						
					 
					
						2025-04-16 15:14:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						0034cdbffc 
					 
					
						
						
							
							ci: assign author on pull request  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
					 
					
						2025-04-16 15:06:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						a9666e7df1 
					 
					
						
						
							
							Merge pull request  #3118  from crazy-max/dockerfile-buildkit-0.21.0  
						
						 
						
						... 
						
						
						
						dockerfile: update buildkit to 0.21.0 
						
						
					 
					
						2025-04-16 14:37:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						b7e77af256 
					 
					
						
						
							
							dockerfile: update buildkit to 0.21.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
					 
					
						2025-04-16 14:14:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						d72ff8f88c 
					 
					
						
						
							
							Merge pull request  #2842  from thaJeztah/test_registry_v3  
						
						 
						
						... 
						
						
						
						Dockerfile: update to registry v3.0.0 
						
						
					 
					
						2025-04-16 14:14:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						d75c650792 
					 
					
						
						
							
							vendor: github.com/moby/go-archive v0.1.0  
						
						 
						
						... 
						
						
						
						full diff: https://github.com/moby/go-archive/compare/21f3f3385ab7...v0.1.0 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2025-04-16 13:49:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						8c74109330 
					 
					
						
						
							
							Merge pull request  #3115  from crazy-max/buildkit-v0.21.0  
						
						 
						
						... 
						
						
						
						vendor: github.com/moby/buildkit v0.21.0 
						
						
					 
					
						2025-04-15 09:30:51 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						9f102b5c34 
					 
					
						
						
							
							vendor: github.com/moby/buildkit v0.21.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
					 
					
						2025-04-15 16:54:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						b4b2dc9664 
					 
					
						
						
							
							Merge pull request  #3114  from tonistiigi/bake-variadic-fix  
						
						 
						
						... 
						
						
						
						bake: fix variadic_params inconsistency for user functions 
						
						
					 
					
						2025-04-15 15:48:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						2e81e301ae 
					 
					
						
						
							
							bake: fix variadic_params inconsistency for user functions  
						
						 
						
						... 
						
						
						
						There was inconsistency between variables used for function
definitions in HCL and JSON format. Updated JSON to match HCL,
fixed documentation and removed the unused code from userfunc
pkg (based on HCL upstream) to avoid confusion.
Theoretically we could add some temporary backwards compatibility
for the JSON format but I think it is unlikely that someone uses
JSON format for this and also defined variadic parameters.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2025-04-14 10:56:20 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						fb4417e14d 
					 
					
						
						
							
							vendor: update hcl dependencies  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
					 
					
						2025-04-14 12:55:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						eb74b483bd 
					 
					
						
						
							
							Merge pull request  #3110  from crazy-max/buildkit-0.21.0-rc2  
						
						 
						
						... 
						
						
						
						vendor: github.com/moby/buildkit v0.21.0-rc2 
						
						
					 
					
						2025-04-11 19:44:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						db194abdc8 
					 
					
						
						
							
							vendor: github.com/moby/buildkit v0.21.0-rc2  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
					 
					
						2025-04-11 19:28:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						86eb3be1c4 
					 
					
						
						
							
							Merge pull request  #3103  from thaJeztah/use_atomicwriter  
						
						 
						
						... 
						
						
						
						migrate to use github.com/moby/sys/atomicwriter 
						
						
					 
					
						2025-04-11 12:05:00 +02:00