ea5d32ddff 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #488  from crazy-max/secrets-env  
							
							... 
							
							
							
							Allow secrets with env 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								da8c8ccaf5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #497  from morlay/k8s-driver-configuration-bind  
							
							... 
							
							
							
							feat: store kube config file to make buildx builder switchable 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								dcbe4b3e1a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #477  from morlay/master  
							
							... 
							
							
							
							should list real pod nodes when all drivers are kubernetes 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								68cebffe13 
								
							
								 
							
						 
						
							
							
								
								feat: store kube config file to make buildx builder switchable  
							
							... 
							
							
							
							Signed-off-by: Wang <morlay.null@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								96e7f3224a 
								
									
								
							
								 
							
						 
						
							
							
								
								Extend hcl2 support with more functions  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f6d83c97bb 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow secrets with env  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								74f76cf4e9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #480  from AkihiroSuda/bkimage-rootless  
							
							... 
							
							
							
							set DefaultRootlessImage to "moby/buildkit:buildx-stable-1-rootless" 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8b8725d1fd 
								
									
								
							
								 
							
						 
						
							
							
								
								set DefaultRootlessImage to "moby/buildkit:buildx-stable-1-rootless"  
							
							... 
							
							
							
							Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								20494f799d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #470  from tonistiigi/dockerfile-1.2  
							
							... 
							
							
							
							update Dockerfile to v1.2 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								dd13e16bc7 
								
							
								 
							
						 
						
							
							
								
								should list real pod nodes when all drivers are kubernetes  
							
							... 
							
							
							
							Signed-off-by: Wang <morlay.null@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								11057da373 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #475  from tiborvass/fix_create_platform_regression  
							
							... 
							
							
							
							driver: do not insert "platform" as driver-opt 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								381dc8fb43 
								
							
								 
							
						 
						
							
							
								
								driver: do not insert "platform" as driver-opt  
							
							... 
							
							
							
							Addresses https://github.com/docker/setup-buildx-action/issues/45 
Simple repro:
```
$ buildx create --platform linux/amd64 --use
$ buildx build - <<EOF
from scratch
EOF
```
Since https://github.com/docker/buildx/pull/370  a `platform` driver-opt was automatically inserted with the value specified by `--platform` flag on regardless of the type of driver, even though it was only used in the kubernetes driver. However, because the docker-container driver is pedantic about the options being passed, it errored out.
Another side-effect I suspect is that with the kubernetes driver it was now possible to specify the platforms in two different ways: `--driver-opt platform=...` and `--platform`.
This patch reverts completely the `platform` driver-opt and instead ensures the platforms information is passed onto the kubernetes driver via variables.
Signed-off-by: Tibor Vass <tibor@docker.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								780fad46f2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #471  from crazy-max/remove-travis  
							
							... 
							
							
							
							Remove travis support and unused buildmode 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2ca5ffa06a 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove travis support and unused buildmode  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f349ba8750 
								
							
								 
							
						 
						
							
							
								
								update Dockerfile to v1.2  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								33e3ca524e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #442  from tonistiigi/moby-push  
							
							... 
							
							
							
							build: add push support to docker driver 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ea1a71dc07 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #467  from cpuguy83/deterministic_output  
							
							... 
							
							
							
							Get multi-platform buildkit frontend opt from args 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ae820293a2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #468  from crazy-max/ghactions-release  
							
							... 
							
							
							
							GitHub Actions release 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f68f42cb11 
								
							
								 
							
						 
						
							
							
								
								build: add push support to docker driver  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7f58ad45fa 
								
							
								 
							
						 
						
							
							
								
								Get multi-platform buildkit frontend opt from args  
							
							... 
							
							
							
							This allows builders to opt into determnistic output regardless of
multi-platform output or not.
Signed-off-by: Brian Goff <cpuguy83@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								aa7c17989b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #469  from tonistiigi/buildkit-update-1207  
							
							... 
							
							
							
							vendor: update buildkit to v0.8 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6b6afc4077 
								
							
								 
							
						 
						
							
							
								
								build: add logger for auth  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								69a1419ab1 
								
							
								 
							
						 
						
							
							
								
								vendor: update buildkit to v0.8  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								080e9981c7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #398  from tonistiigi/remote-bake  
							
							... 
							
							
							
							bake: remote inputs support 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8cc00ab486 
								
									
								
							
								 
							
						 
						
							
							
								
								GitHub Actions release  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								40fad4bbb5 
								
							
								 
							
						 
						
							
							
								
								progress: make sure all channels have written before returning  
							
							... 
							
							
							
							Possible write on closed channel on cancellation before.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								232af9aa0d 
								
							
								 
							
						 
						
							
							
								
								move moby check to driver interface  
							
							... 
							
							
							
							Driver caching masked the method detection
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5bf2ff98c9 
								
							
								 
							
						 
						
							
							
								
								bake: support filenames without suffix  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								570e733a51 
								
							
								 
							
						 
						
							
							
								
								bake: support inline dockerfile  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								cffcd57edb 
								
							
								 
							
						 
						
							
							
								
								bake: support for remote files  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1496ac9b55 
								
							
								 
							
						 
						
							
							
								
								util: simplify progress syncronization  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								290e25917c 
								
							
								 
							
						 
						
							
							
								
								build: allow dockerfile from URL  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0360668cc1 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #428  from zanven42/master  
							
							... 
							
							
							
							fixes  #427 : Handle empty strings in elements enabling conditional logic 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								343a4753c7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #460  from morlay/master  
							
							... 
							
							
							
							fix: buildx in k8s pod with kube client config in cluster 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d827f42d38 
								
							
								 
							
						 
						
							
							
								
								fix: buildx in k8s pod with kube client config in cluster  
							
							... 
							
							
							
							Signed-off-by: Wang <morlay.null@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5843e67a90 
								
							
								 
							
						 
						
							
							
								
								fix indentations in example  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								517df133e3 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #403  from jygastaud/master  
							
							... 
							
							
							
							fixes  #401  : Replace error generated by `quiet` option by a warning. 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								621114fbe1 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #465  from crazy-max/update-vendor  
							
							... 
							
							
							
							Update vendor and binaries script 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2066051d3a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #466  from crazy-max/ghactions-cross  
							
							... 
							
							
							
							GitHub Actions cross 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d94cbd870c 
								
									
								
							
								 
							
						 
						
							
							
								
								GitHub Actions cross  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								48f15dcf3d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update vendor and binaries script  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								35a60b8e04 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #441  from tonistiigi/buildkit-pull-creds2  
							
							... 
							
							
							
							refactor driver auth for easier passing 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4b3df09155 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #463  from crazy-max/ghactions-test  
							
							... 
							
							
							
							GitHub Actions for test 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b1215c2ce2 
								
									
								
							
								 
							
						 
						
							
							
								
								GitHub Actions for test  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								99ac03f9f3 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #451  from docker/ghactions-validate  
							
							... 
							
							
							
							Refactor validate for GitHub Actions 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a0aa45a4a7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #462  from zencargo/userns  
							
							... 
							
							
							
							Disable user namespace remapping in docker-container driver 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								aab3a92890 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #444  from tonistiigi/lowercase-dockerfile  
							
							... 
							
							
							
							build: handle lowercase Dockerfile name as a fallback 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								37020dc8da 
								
									
								
							
								 
							
						 
						
							
							
								
								Disable user namespace remapping in docker-container driver  
							
							... 
							
							
							
							Signed-off-by: Andrew Haines <andrew.haines@zencargo.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d66d3a2d09 
								
									
								
							
								 
							
						 
						
							
							
								
								Refactor validate for GitHub Actions  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f057195a4f 
								
							
								 
							
						 
						
							
							
								
								build: handle lowercase Dockerfile name as a fallback  
							
							... 
							
							
							
							This was supported by the legacy builder: moby#10858
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago