Tõnis Tiigi
							
						 
						
							 
							
							
								
								
							
							
								
							
								062cf29de2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1103  from jedevc/remote-driver-bootstrap  
							
							 
							
							... 
							
							
							
							Use --bootstrap to wait for remote to become active 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Sebastiaan van Stijn
							
						 
						
							 
							
							
								
								
							
							
								
							
								35b238ee82 
								
									
								
							
								 
							
						 
						
							
							
								
								vendor: vendor with -compat=1.17  
							
							 
							
							... 
							
							
							
							This might break compatibility with projects using this module that
are still on go1.16, which is EOL, so probably ok to ignore:
    github.com/docker/buildx/store imports
        github.com/gofrs/flock tested by
        github.com/gofrs/flock.test imports
        gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
        but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
    To upgrade to the versions selected by go 1.16:
        go mod tidy -go=1.16 && go mod tidy -go=1.17
    If reproducibility with go 1.16 is not needed:
        go mod tidy -compat=1.17
    For other options, see:
        https://golang.org/doc/modules/pruning 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Justin Chadwell
							
						 
						
							 
							
							
							
								
							
								c245f30a94 
								
							
								 
							
						 
						
							
							
								
								remote: use --bootstrap to wait for remote to become active  
							
							 
							
							... 
							
							
							
							Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								e0cffbdbdf 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1095  from crazy-max/fix-checksum-file  
							
							 
							
							... 
							
							
							
							release: fix checksum file 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								df799b6a0f 
								
									
								
							
								 
							
						 
						
							
							
								
								release: fix checksum file  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								1e52c2107c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1049  from tonistiigi/update-dockerfile-deps  
							
							 
							
							... 
							
							
							
							Dockerfile: update dependencies 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Justin Chadwell
							
						 
						
							 
							
							
							
								
							
								d7e4affe98 
								
							
								 
							
						 
						
							
							
								
								Complete remote driver  
							
							 
							
							... 
							
							
							
							This patch completes the work started in creating a remote driver:
- Renames the env driver to the remote driver (an alternative suggestion
  that should be more user-friendly)
- Adds support for TLS to encrypt connections with buildkitd
- Fixes outstanding review comments
- Reworks the buildx create command endpoint construction to be clearer
  and include better support for this new driver.
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								a648d58f63 
								
							
								 
							
						 
						
							
							
								
								hack: update linters  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								0b9d426175 
								
							
								 
							
						 
						
							
							
								
								Dockerfile: update to go 1.18  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								824cb42fe0 
								
									
								
							
								 
							
						 
						
							
							
								
								dockerfile: update frontend to 1.4  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								08bb626304 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: use no-cache-filter for outdated stage  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								ecf215b927 
								
									
								
							
								 
							
						 
						
							
							
								
								e2e: add bake build and display metadata json  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								3ccb883d95 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: invalidate cache for outdated run stage  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								1a56de8e68 
								
									
								
							
								 
							
						 
						
							
							
								
								update go to 1.17.2  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								c82dbafaee 
								
									
								
							
								 
							
						 
						
							
							
								
								Driver opt not used in e2e tests  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								ef8c936b27 
								
									
								
							
								 
							
						 
						
							
							
								
								Driver e2e tests  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								e59aecf034 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove YAML docs from the repo  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								df521e4e96 
								
									
								
							
								 
							
						 
						
							
							
								
								Mod outdated  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								6cfef7fa36 
								
									
								
							
								 
							
						 
						
							
							
								
								Bake workflow  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								45c678ad26 
								
									
								
							
								 
							
						 
						
							
							
								
								Go 1.17  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								b8a602821c 
								
									
								
							
								 
							
						 
						
							
							
								
								Generate YAML doc  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								dc6ada9b50 
								
									
								
							
								 
							
						 
						
							
							
								
								Update Dockerfile references to use 1.3  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								85dedf1aea 
								
									
								
							
								 
							
						 
						
							
							
								
								Create checksums for artifacts  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								9f50eccbd7 
								
									
								
							
								 
							
						 
						
							
							
								
								Ignore release-out folder  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								591099a4b8 
								
							
								 
							
						 
						
							
							
								
								enable linux/riscv64 builds  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
								
								
							
							
								
							
								363c0fdf4b 
								
									
								
							
								 
							
						 
						
							
							
								
								hack: add docs generation/validation  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								dba79ba223 
								
							
								 
							
						 
						
							
							
								
								update lint to go1.16/golangci  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								905be6431b 
								
							
								 
							
						 
						
							
							
								
								Dockerfile: update to go1.16  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								2ca5ffa06a 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove travis support and unused buildmode  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								8cc00ab486 
								
									
								
							
								 
							
						 
						
							
							
								
								GitHub Actions release  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Tõnis Tiigi
							
						 
						
							 
							
							
								
								
							
							
								
							
								621114fbe1 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #465  from crazy-max/update-vendor  
							
							 
							
							... 
							
							
							
							Update vendor and binaries script 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								d94cbd870c 
								
									
								
							
								 
							
						 
						
							
							
								
								GitHub Actions cross  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								48f15dcf3d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update vendor and binaries script  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								b1215c2ce2 
								
									
								
							
								 
							
						 
						
							
							
								
								GitHub Actions for test  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								d66d3a2d09 
								
									
								
							
								 
							
						 
						
							
							
								
								Refactor validate for GitHub Actions  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Sebastiaan van Stijn
							
						 
						
							 
							
							
								
								
							
							
								
							
								20f8f67928 
								
									
								
							
								 
							
						 
						
							
							
								
								hack/util: take other arches into account on Darwin  
							
							 
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Sebastiaan van Stijn
							
						 
						
							 
							
							
								
								
							
							
								
							
								aa8ab9fcca 
								
									
								
							
								 
							
						 
						
							
							
								
								hack/util: fix mixed tab/spaces for indentation  
							
							 
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Sebastiaan van Stijn
							
						 
						
							 
							
							
								
								
							
							
								
							
								a746959fc1 
								
									
								
							
								 
							
						 
						
							
							
								
								hack: fix SC2069 : to redirect stdout+stderr, 2>&1 must be last  
							
							 
							
							... 
							
							
							
							See https://github.com/koalaman/shellcheck/wiki/SC2069 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								8961d3573e 
								
							
								 
							
						 
						
							
							
								
								hack: correct dockerd logging  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Silvin Lubecki
							
						 
						
							 
							
							
							
								
							
								960107d00f 
								
							
								 
							
						 
						
							
							
								
								Bump golang to 1.13 in Dockerfiles  
							
							 
							
							... 
							
							
							
							Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com> 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								Tõnis Tiigi
							
						 
						
							 
							
							
								
								
							
							
								
							
								ab5fe3dec5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #87  from tiborvass/no-build-field  
							
							 
							
							... 
							
							
							
							[Carry #79 ] Change compose file handling to require valid service specifications 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Jack Laxson
							
						 
						
							 
							
							
							
								
							
								4b2666b9d6 
								
							
								 
							
						 
						
							
							
								
								Change compose file handling to require valid service specifications  
							
							 
							
							... 
							
							
							
							Added the checks and some tests
One of the tests wasn't valid docker-compose.yml, that's been changed.
Bad config throws an error and has a test
Signed-off-by: Jack Laxson <jackjrabbit@gmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Sebastiaan van Stijn
							
						 
						
							 
							
							
							
								
							
								e1f54de9ac 
								
							
								 
							
						 
						
							
							
								
								Add maintainers and authors  
							
							 
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								bc0260db73 
								
							
								 
							
						 
						
							
							
								
								add releases to travis  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								94a0422a1b 
								
							
								 
							
						 
						
							
							
								
								rename to docker/buildx  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tibor Vass
							
						 
						
							 
							
							
							
								
							
								24480fa600 
								
							
								 
							
						 
						
							
							
								
								Make it easier to use ssh inside demo env  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tibor Vass <tibor@docker.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								8fed6d4d31 
								
							
								 
							
						 
						
							
							
								
								bake: rename compose file  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								a932d52e35 
								
							
								 
							
						 
						
							
							
								
								bake: initial implementation  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tibor Vass
							
						 
						
							 
							
							
								
								
							
							
								
							
								3f4b9e1fcc 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #9  from tonistiigi/vendor-dockerfile  
							
							 
							
							... 
							
							
							
							hack: update vendor dockerfile 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								4b0c0468d0 
								
							
								 
							
						 
						
							
							
								
								build: basis of build command  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago