Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						0295555a5a 
					 
					
						
						
							
							Merge pull request  #1109  from crazy-max/ls-progress  
						
						... 
						
						
						
						ls: move builder/node status error msg below table 
						
						
					 
					
						2022-06-14 10:03:22 -07:00 
						 
				 
			
				
					
						
							
							
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						71e4a39ae9 
					 
					
						
						
							
							Merge pull request  #1134  from jedevc/remote-driver-connhelpers  
						
						... 
						
						
						
						Remote driver connhelpers 
						
						
					 
					
						2022-05-31 16:09:55 -07:00 
						 
				 
			
				
					
						
							
							
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						1eff9310f8 
					 
					
						
						
							
							remote: add additional connhelpers to buildx  
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2022-05-25 10:39:16 +01:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						064bd92583 
					 
					
						
						
							
							ls: move builder/node status error msg below table  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-05-24 22:37:08 +02:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						d611bbe609 
					 
					
						
						
							
							rm: display name of removed builder  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-05-20 10:59:33 +02:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						1e71a3ffa7 
					 
					
						
						
							
							rm: disallow removing context builders  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-05-20 10:59:32 +02:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						69d95cc847 
					 
					
						
						
							
							create: warn if instance name already exists as context builder  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-05-19 17:17:44 +02:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						78ae826d74 
					 
					
						
						
							
							ls: dedup instances from store and context  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-05-15 08:30:31 +02:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						8257a04a7d 
					 
					
						
						
							
							create: load default buildkit config if none specified  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-05-13 11:54:16 +02:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						57156ee95c 
					 
					
						
						
							
							ls: adds fallback if buildkit version info unimplemented  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-05-09 16:17:30 +02:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						6e3babc461 
					 
					
						
						
							
							ls: display buildkit version of the nodes  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-05-09 14:12:31 +02:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						92009ed03c 
					 
					
						
						
							
							Merge pull request  #1085  from tonistiigi/closeread-ignore  
						
						... 
						
						
						
						root: ignore SSH CloseRead warning 
						
						
					 
					
						2022-04-29 17:59:56 +02:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						72758fef22 
					 
					
						
						
							
							root: ignore SSH CloseRead warning  
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-04-29 08:24:13 -07:00 
						 
				 
			
				
					
						
							
							
								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 > 
						
						
					 
					
						2022-04-28 11:34:06 +01:00 
						 
				 
			
				
					
						
							
							
								Batuhan Apaydın 
							
						 
					 
					
						
						
							
						
						3dc83e5dd8 
					 
					
						
						
							
							feat: env driver  
						
						... 
						
						
						
						Co-authored-by: Furkan Türkal <furkan.turkal@trendyol.com >
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com > 
						
						
					 
					
						2022-04-28 11:34:06 +01:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						95086cf641 
					 
					
						
						
							
							cli: fix standalone command behavior  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-04-27 17:33:16 +02:00 
						 
				 
			
				
					
						
							
							
								Zsolt 
							
						 
					 
					
						
						
							
						
						4a226568a0 
					 
					
						
						
							
							Fix tolerations not parsing its options correctly, add tests  
						
						... 
						
						
						
						Signed-off-by: Zsolt <zsolt.szeberenyi@figured.com > 
						
						
					 
					
						2022-04-22 12:12:05 +12:00 
						 
				 
			
				
					
						
							
							
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						04b44b3a89 
					 
					
						
						
							
							imagetools: respect --builder flag  
						
						... 
						
						
						
						The --builder flag was being ignored by imagetools because of pointer
problems. Essentially, because the root cmds aren't parsed immediately,
we need to pass a pointer to the builder string so that it can be
updated before the RunE function gets called.
Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2022-04-13 14:36:48 +01:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						082c83b825 
					 
					
						
						
							
							inspect: fix printing of driver options  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-04-12 20:56:57 +02:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						1ca30a58c2 
					 
					
						
						
							
							Merge pull request  #1003  from developer-guy/feature/1001  
						
						... 
						
						
						
						feat: printing driver options 
						
						
					 
					
						2022-03-17 12:28:36 +01:00 
						 
				 
			
				
					
						
							
							
								Batuhan Apaydın 
							
						 
					 
					
						
						
							
						
						da4c27e9af 
					 
					
						
						
							
							feat: printing driver options  
						
						... 
						
						
						
						Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com > 
						
						
					 
					
						2022-03-16 11:13:19 +03:00 
						 
				 
			
				
					
						
							
							
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						fc7ba75fd7 
					 
					
						
						
							
							Remove uses of deprecated io/ioutil  
						
						... 
						
						
						
						The package has been deprecated since Go 1.16: https://go.dev/doc/go1.16#ioutil 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2022-03-10 01:46:06 +01:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						c255c04eed 
					 
					
						
						
							
							bake: restore consistent output for metadata  
						
						... 
						
						
						
						Metadata formatting should not depend on the number
of targets.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-03-08 10:06:03 -08:00 
						 
				 
			
				
					
						
							
							
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						6efcee28d5 
					 
					
						
						
							
							Merge pull request  #973  from crazy-max/vendor-docker-cli  
						
						... 
						
						
						
						vendor: update docker/cli to 8667ccd 
						
						
					 
					
						2022-02-27 20:29:34 -08:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						971b5d2b73 
					 
					
						
						
							
							vendor: update docker/cli to 8667ccd  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-02-27 00:35:39 +01:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						94c5dde85a 
					 
					
						
						
							
							docs: small fixes  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-02-26 05:39:42 +01:00 
						 
				 
			
				
					
						
							
							
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						7af29802d4 
					 
					
						
						
							
							Merge pull request  #854  from crazy-max/buildinfo-cmd  
						
						... 
						
						
						
						imagetools inspect: add --format flag 
						
						
					 
					
						2022-02-25 11:52:27 -08:00 
						 
				 
			
				
					
						
							
							
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						6ac01ec9ac 
					 
					
						
						
							
							Merge pull request  #965  from tonistiigi/bake-context-validation  
						
						... 
						
						
						
						bake: additional support for named context on remote inputs 
						
						
					 
					
						2022-02-25 11:36:51 -08:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						20a55e9184 
					 
					
						
						
							
							imagetools inspect: multi-platform support  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-02-25 20:30:08 +01:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						6c56109083 
					 
					
						
						
							
							imagetools inspect: add --format flag  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-02-25 17:55:34 +01:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						280c008f81 
					 
					
						
						
							
							bake: make named contexts relative to remote bake input  
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-02-24 23:19:12 -08:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						b5bf28d722 
					 
					
						
						
							
							bake: use better error in named contexts not supported  
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-02-22 21:56:52 -08:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						e98a476dc8 
					 
					
						
						
							
							set build-args from docker proxy configuration  
						
						... 
						
						
						
						For backward compatibility with docker build.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-02-17 22:21:43 -08:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						230dfa96a3 
					 
					
						
						
							
							docs: built-in build args  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-02-17 17:52:49 +01:00 
						 
				 
			
				
					
						
							
							
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						eef6deb7c2 
					 
					
						
						
							
							Merge pull request  #860  from tonistiigi/no-cache-filter  
						
						... 
						
						
						
						build: add no-cache-filter 
						
						
					 
					
						2022-02-11 20:09:40 -08:00 
						 
				 
			
				
					
						
							
							
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						e5f590a7fa 
					 
					
						
						
							
							Merge pull request  #946  from crazy-max/metadata-output  
						
						... 
						
						
						
						build: enhance metadata json output 
						
						
					 
					
						2022-02-10 23:59:23 -08:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						299fd19c49 
					 
					
						
						
							
							build: enhance metadata json output  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-02-11 08:16:42 +01:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						eb8057e8e0 
					 
					
						
						
							
							forbid setting no-cache and no-cache-filter together  
						
						... 
						
						
						
						Per review request.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-02-10 22:01:50 -08:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						3b47722032 
					 
					
						
						
							
							build: add no-cache-filter  
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-02-10 22:00:02 -08:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						b39ebab666 
					 
					
						
						
							
							docs: secret usage examples  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-02-10 15:37:11 +01:00 
						 
				 
			
				
					
						
							
							
								Edgar Lee 
							
						 
					 
					
						
						
							
						
						2d7540fb0a 
					 
					
						
						
							
							Separate io.Writer from console.File for NewPrinter  
						
						... 
						
						
						
						Signed-off-by: Edgar Lee <edgarl@netflix.com > 
						
						
					 
					
						2022-02-06 09:11:47 -08:00 
						 
				 
			
				
					
						
							
							
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						595285736c 
					 
					
						
						
							
							Merge pull request  #885  from crazy-max/rm-inactive  
						
						... 
						
						
						
						cli: add --all-inactive for rm command 
						
						
					 
					
						2022-02-03 19:25:25 -08:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						378f0b45c6 
					 
					
						
						
							
							cli: add --all-inactive and --force flags for rm command  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-02-03 13:39:53 +01:00 
						 
				 
			
				
					
						
							
							
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						6c69d970f7 
					 
					
						
						
							
							Merge pull request  #924  from crazy-max/log  
						
						... 
						
						
						
						root: filter out useless commandConn.CloseWrite warning message 
						
						
					 
					
						2022-01-25 08:54:21 -08:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						d3e56ea9d9 
					 
					
						
						
							
							root: simple output format on logrus for parity with cli  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-01-25 08:54:42 +01:00 
						 
				 
			
				
					
						
							
							
								CrazyMax 
							
						 
					 
					
						
						
							
						
						278f94a8b6 
					 
					
						
						
							
							root: filter out useless commandConn.CloseWrite warning message  
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-01-21 00:36:06 +01:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						f37c253ae4 
					 
					
						
						
							
							commands: provide more helpful error when —build-context is not supported  
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-01-07 18:32:37 -08:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						d77e2453da 
					 
					
						
						
							
							commands: rename context flag to build-context  
						
						... 
						
						
						
						Avoid conflicts with docker context
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-01-07 18:31:32 -08:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						de6b04d726 
					 
					
						
						
							
							build: add support for named contexts  
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-01-04 22:55:12 -08:00 
						 
				 
			
				
					
						
							
							
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						038727477c 
					 
					
						
						
							
							root: filter out useless debug logs from vendored packages  
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2021-12-19 22:33:05 -08:00