2f9d46ce27 
								
							
								 
							
						 
						
							
							
								
								invoke: add messages  
							
							... 
							
							
							
							Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								406799eb1c 
								
							
								 
							
						 
						
							
							
								
								prune: cleanup variable names for clarity  
							
							... 
							
							
							
							Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								ef0cbf20f4 
								
							
								 
							
						 
						
							
							
								
								buildx: warn on editing nodes  
							
							... 
							
							
							
							Previously, editing nodes to contain a new set of driver options or
config files was unsupported, and silently dropping them. In this patch,
we update with these, as well as add a new warning message that any new
options may not taken into account until the builder restarts (which
may apply to the flags, platforms and endpoints as well).
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								0defb614a4 
								
									
								
							
								 
							
						 
						
							
							
								
								docker api: use helper to parse context docker endpoint metadata  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								febcc25d1a 
								
							
								 
							
						 
						
							
							
								
								prune: fix filter until option  
							
							... 
							
							
							
							Previously, when specifying the filter option with the until value, no
cache would be cleaned, preventing users from clearing by time. This bug
arises from passing the until field through into buildkit, where, on
filtering, a non-existent field returns false for a match.
The fix is simple, as we build up our list of filters to pass to
buildkit, we skip over the until key, so create a valid list of filters
for buildkit.
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								3f5974b7f9 
								
							
								 
							
						 
						
							
							
								
								buildx: forbid mismatched drivers  
							
							... 
							
							
							
							This patch reorders+refactors the runCreate function to ensure that we
can detect and notify the user in the scenario that the user attempts to
combine multiple drivers in a single builder, which is an unsupported
scenario.
Previously, we would just overwrite the previous builder with the new
driver, potentially invalidating the already existing nodes.
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7ab3dc080b 
								
							
								 
							
						 
						
							
							
								
								kubernetes: error about unused endpoint argument  
							
							... 
							
							
							
							Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								1f6612b118 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1137  from jedevc/imagetools-multiple-repositories  
							
							... 
							
							
							
							Imagetools multiple repositories 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								c1fbebe73f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1206  from jedevc/init-builder-errors  
							
							... 
							
							
							
							buildx: log errors in initializing builders 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7ef679d945 
								
									
								
							
								 
							
						 
						
							
							
								
								bake(compose): allow dot in target name  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e27a5966ef 
								
									
								
							
								 
							
						 
						
							
							
								
								check context builder endpoint  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								4ecca34a42 
								
							
								 
							
						 
						
							
							
								
								imagetools: give imagetools create a progress bar  
							
							... 
							
							
							
							Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								37ca8631f9 
								
							
								 
							
						 
						
							
							
								
								imagetools: copy manifests between repositories  
							
							... 
							
							
							
							Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d3412f1039 
								
							
								 
							
						 
						
							
							
								
								imagetools: refactor combining repository logic  
							
							... 
							
							
							
							This patch modifies the existing combining code in imagetools create to
provide better support for multiple repositories down the road.
Specifically, the code should no longer rely on a single repository
being used for all sources and tags, and should resolve descriptors in
their relevant repositories.
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								86825a95ce 
								
							
								 
							
						 
						
							
							
								
								buildx: rollback configuration if create fails  
							
							... 
							
							
							
							This builds on the added warnings from initialized builders, now
erroring the command, and additionally attempting to revert to the
previous configuration.
To preserve the previous configuration, we add a deep Copy() function to
the NodeGroup and Node so that we can easily restore it later if we
encounter a failure.
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								309c49413c 
								
							
								 
							
						 
						
							
							
								
								buildx: log errors in initializing builders  
							
							... 
							
							
							
							Previously, errors within the driver config would not be reported to the
user until they tried to use the driver, even though they are easily
accessible from the node group info.
This patch reports these errors (but will not fail because of them,
since the data is already saved) - this should help improve
debuggability of some of the more complex drivers, and prevent error
messages being suppressed.
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								3b4780ef19 
								
							
								 
							
						 
						
							
							
								
								vendor: bump buildkit to master  
							
							... 
							
							
							
							Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								a8bb25d1b5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1168  from ktock/invoke  
							
							... 
							
							
							
							Add `--invoke` option to launch a container from the build result 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								387e1ecca6 
								
							
								 
							
						 
						
							
							
								
								Add `--invoke` option to launch a container from the build result  
							
							... 
							
							
							
							Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								0295555a5a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1109  from crazy-max/ls-progress  
							
							... 
							
							
							
							ls: move builder/node status error msg below table 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								71e4a39ae9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1134  from jedevc/remote-driver-connhelpers  
							
							... 
							
							
							
							Remote driver connhelpers 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								1eff9310f8 
								
							
								 
							
						 
						
							
							
								
								remote: add additional connhelpers to buildx  
							
							... 
							
							
							
							Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								064bd92583 
								
									
								
							
								 
							
						 
						
							
							
								
								ls: move builder/node status error msg below table  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d611bbe609 
								
									
								
							
								 
							
						 
						
							
							
								
								rm: display name of removed builder  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								1e71a3ffa7 
								
									
								
							
								 
							
						 
						
							
							
								
								rm: disallow removing context builders  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								69d95cc847 
								
									
								
							
								 
							
						 
						
							
							
								
								create: warn if instance name already exists as context builder  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								78ae826d74 
								
									
								
							
								 
							
						 
						
							
							
								
								ls: dedup instances from store and context  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8257a04a7d 
								
									
								
							
								 
							
						 
						
							
							
								
								create: load default buildkit config if none specified  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								57156ee95c 
								
									
								
							
								 
							
						 
						
							
							
								
								ls: adds fallback if buildkit version info unimplemented  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6e3babc461 
								
									
								
							
								 
							
						 
						
							
							
								
								ls: display buildkit version of the nodes  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								92009ed03c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1085  from tonistiigi/closeread-ignore  
							
							... 
							
							
							
							root: ignore SSH CloseRead warning 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								72758fef22 
								
							
								 
							
						 
						
							
							
								
								root: ignore SSH CloseRead warning  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								3dc83e5dd8 
								
							
								 
							
						 
						
							
							
								
								feat: env driver  
							
							... 
							
							
							
							Co-authored-by: Furkan Türkal <furkan.turkal@trendyol.com>
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								95086cf641 
								
									
								
							
								 
							
						 
						
							
							
								
								cli: fix standalone command behavior  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4a226568a0 
								
							
								 
							
						 
						
							
							
								
								Fix tolerations not parsing its options correctly, add tests  
							
							... 
							
							
							
							Signed-off-by: Zsolt <zsolt.szeberenyi@figured.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								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> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								082c83b825 
								
									
								
							
								 
							
						 
						
							
							
								
								inspect: fix printing of driver options  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1ca30a58c2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1003  from developer-guy/feature/1001  
							
							... 
							
							
							
							feat: printing driver options 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								da4c27e9af 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: printing driver options  
							
							... 
							
							
							
							Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								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> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								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> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6efcee28d5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #973  from crazy-max/vendor-docker-cli  
							
							... 
							
							
							
							vendor: update docker/cli to 8667ccd 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								971b5d2b73 
								
									
								
							
								 
							
						 
						
							
							
								
								vendor: update docker/cli to 8667ccd  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								94c5dde85a 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: small fixes  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								7af29802d4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #854  from crazy-max/buildinfo-cmd  
							
							... 
							
							
							
							imagetools inspect: add --format flag 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6ac01ec9ac 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #965  from tonistiigi/bake-context-validation  
							
							... 
							
							
							
							bake: additional support for named context on remote inputs 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								20a55e9184 
								
									
								
							
								 
							
						 
						
							
							
								
								imagetools inspect: multi-platform support  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6c56109083 
								
									
								
							
								 
							
						 
						
							
							
								
								imagetools inspect: add --format flag  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								280c008f81 
								
							
								 
							
						 
						
							
							
								
								bake: make named contexts relative to remote bake input  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b5bf28d722 
								
							
								 
							
						 
						
							
							
								
								bake: use better error in named contexts not supported  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e98a476dc8 
								
							
								 
							
						 
						
							
							
								
								set build-args from docker proxy configuration  
							
							... 
							
							
							
							For backward compatibility with docker build.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								230dfa96a3 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: built-in build args  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								eef6deb7c2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #860  from tonistiigi/no-cache-filter  
							
							... 
							
							
							
							build: add no-cache-filter 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e5f590a7fa 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #946  from crazy-max/metadata-output  
							
							... 
							
							
							
							build: enhance metadata json output 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								299fd19c49 
								
									
								
							
								 
							
						 
						
							
							
								
								build: enhance metadata json output  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								eb8057e8e0 
								
							
								 
							
						 
						
							
							
								
								forbid setting no-cache and no-cache-filter together  
							
							... 
							
							
							
							Per review request.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3b47722032 
								
							
								 
							
						 
						
							
							
								
								build: add no-cache-filter  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b39ebab666 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: secret usage examples  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2d7540fb0a 
								
							
								 
							
						 
						
							
							
								
								Separate io.Writer from console.File for NewPrinter  
							
							... 
							
							
							
							Signed-off-by: Edgar Lee <edgarl@netflix.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								595285736c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #885  from crazy-max/rm-inactive  
							
							... 
							
							
							
							cli: add --all-inactive for rm command 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								378f0b45c6 
								
									
								
							
								 
							
						 
						
							
							
								
								cli: add --all-inactive and --force flags for rm command  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6c69d970f7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #924  from crazy-max/log  
							
							... 
							
							
							
							root: filter out useless commandConn.CloseWrite warning message 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d3e56ea9d9 
								
									
								
							
								 
							
						 
						
							
							
								
								root: simple output format on logrus for parity with cli  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								278f94a8b6 
								
									
								
							
								 
							
						 
						
							
							
								
								root: filter out useless commandConn.CloseWrite warning message  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								f37c253ae4 
								
							
								 
							
						 
						
							
							
								
								commands: provide more helpful error when —build-context is not supported  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d77e2453da 
								
							
								 
							
						 
						
							
							
								
								commands: rename context flag to build-context  
							
							... 
							
							
							
							Avoid conflicts with docker context
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								de6b04d726 
								
							
								 
							
						 
						
							
							
								
								build: add support for named contexts  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								038727477c 
								
							
								 
							
						 
						
							
							
								
								root: filter out useless debug logs from vendored packages  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ed4103ef52 
								
							
								 
							
						 
						
							
							
								
								commands: build summary of warnings on build  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9c3be32bc9 
								
							
								 
							
						 
						
							
							
								
								vendor: update buildkit to 539be170  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9aff9301ce 
								
									
								
							
								 
							
						 
						
							
							
								
								disk usage: last accessed not displayed  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								316ca972b6 
								
									
								
							
								 
							
						 
						
							
							
								
								bake: fix print output  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								cc2a879660 
								
							
								 
							
						 
						
							
							
								
								commands: clean up unnecessary code  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								89334a88a9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #853  from crazy-max/fix-flags  
							
							... 
							
							
							
							cli: fix flags usage 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								72dab552b5 
								
							
								 
							
						 
						
							
							
								
								Add an option to buildx rm to keep the buildkitd daemon running  
							
							... 
							
							
							
							Add --keep-daemon to the `rm` command option to preserve the buildkitd daemon after the buildx context is deleted.
Signed-off-by: Mayeul Blanzat <mayeul.blanzat@datadoghq.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a0a7db127c 
								
									
								
							
								 
							
						 
						
							
							
								
								cli: fix flags usage  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								eab0e6a8fe 
								
									
								
							
								 
							
						 
						
							
							
								
								cli: fix builder persistent flag  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								88d0775692 
								
							
								 
							
						 
						
							
							
								
								refactor accessing registry configs via drivers  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8afc82b427 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #817  from tonistiigi/project-sharedkey  
							
							... 
							
							
							
							build: set local sharedkey per project basename 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4c1621cccd 
								
							
								 
							
						 
						
							
							
								
								store snapshot of config files on create  
							
							... 
							
							
							
							Files can be reused when container needs to be booted again.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								aa52a5a699 
								
							
								 
							
						 
						
							
							
								
								build: set local sharedkey per project basename  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								dd15969c93 
								
									
								
							
								 
							
						 
						
							
							
								
								build: add cgroup-parent support  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								25d2f73858 
								
									
								
							
								 
							
						 
						
							
							
								
								build: warning on deprecated flags  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								36a37a624e 
								
									
								
							
								 
							
						 
						
							
							
								
								refactor: flags lexical order  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e150d7bdd8 
								
									
								
							
								 
							
						 
						
							
							
								
								add long description to root command  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8e5595b7c7 
								
									
								
							
								 
							
						 
						
							
							
								
								build: add shm-size support  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b89e2f35df 
								
									
								
							
								 
							
						 
						
							
							
								
								build: add ulimit support  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9e62c9f074 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix --driver flag usage markdown output  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0cea838344 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #773  from tonistiigi/bake-push-fix  
							
							... 
							
							
							
							bake: fix using push override with output definition 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								2b18a9b4a5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #761  from morlay/kubeconfig-enhance  
							
							... 
							
							
							
							util: support load Colon-separated KUBECONFIG 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6fc906532b 
								
							
								 
							
						 
						
							
							
								
								bake: fix using push override with output definition  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c83812144c 
								
							
								 
							
						 
						
							
							
								
								util: support load Colon-separated KUBECONFIG  
							
							... 
							
							
							
							Signed-off-by: Morlay <morlay.null@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b05c313204 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #740  from bossmc/support-quiet  
							
							... 
							
							
							
							Implement `--quiet` support 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8a12884814 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix flags usage markdown output  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								55a3ce606f 
								
									
								
							
								 
							
						 
						
							
							
								
								Built-in variable `BAKE_LOCAL_PLATFORM`  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ef3e46fd62 
								
									
								
							
								 
							
						 
						
							
							
								
								Move printing to stdout up to the command itself  
							
							... 
							
							
							
							Signed-off-by: Andy Caldwell <andrew.caldwell@metaswitch.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c19c018a4c 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement `--quiet` support  
							
							... 
							
							
							
							Signed-off-by: Andy Caldwell <andrew.caldwell@metaswitch.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								422ba60b04 
								
							
								 
							
						 
						
							
							
								
								use long-running context for client initialization  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								04bac63745 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #692  from crazy-max/boostrap-cmd  
							
							... 
							
							
							
							Allow booting builder after creation 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c685e46609 
								
									
								
							
								 
							
						 
						
							
							
								
								bake: print default group  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								5d50bd7b43 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow booting builder after creation  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3d1ab82dc6 
								
									
								
							
								 
							
						 
						
							
							
								
								Duplicated progress env var  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								65a6955db8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #672  from crazy-max/keep-buildkit-state  
							
							... 
							
							
							
							Keep BuildKit state in a volume 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								258d12b2e7 
								
									
								
							
								 
							
						 
						
							
							
								
								Keep BuildKit state in a volume  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1bb425a882 
								
							
								 
							
						 
						
							
							
								
								bake: allow BAKE_CMD_CONTEXT builtin var  
							
							... 
							
							
							
							Allows accessing the main context for bake command from bake
file that has been imported remotely.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								9d88450118 
								
							
								 
							
						 
						
							
							
								
								enable opentelemetry support  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1253020b3d 
								
									
								
							
								 
							
						 
						
							
							
								
								Add metadata-file flag  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								908a856079 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #590  from AkihiroSuda/split-flagparser  
							
							... 
							
							
							
							build: split buildflags package 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								399df854ea 
								
									
								
							
								 
							
						 
						
							
							
								
								build: split buildflags package  
							
							... 
							
							
							
							Planned to be imported by nerdctl in future.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								328441cdc6 
								
							
								 
							
						 
						
							
							
								
								imagetools: fix merging JSON descriptor with old one  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								eec843a325 
								
							
								 
							
						 
						
							
							
								
								include default ssh socket when given an ssh-based git url  
							
							... 
							
							
							
							Signed-off-by: Alex Couture-Beil <alex@earthly.dev> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								44ddc5a02b 
								
									
								
							
								 
							
						 
						
							
							
								
								remove trailing whitespace in command descriptions  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4047bccf6c 
								
									
								
							
								 
							
						 
						
							
							
								
								docs: add external docs links support  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e1bbb9d8de 
								
									
								
							
								 
							
						 
						
							
							
								
								imagetools inspect: don't discard errors from PrintManifestList  
							
							... 
							
							
							
							Looks like this function may return an error, which we currently discard.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								dba79ba223 
								
							
								 
							
						 
						
							
							
								
								update lint to go1.16/golangci  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d05504c50f 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow to set default progress through env var  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								68cebffe13 
								
							
								 
							
						 
						
							
							
								
								feat: store kube config file to make buildx builder switchable  
							
							... 
							
							
							
							Signed-off-by: Wang <morlay.null@gmail.com> 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								d827f42d38 
								
							
								 
							
						 
						
							
							
								
								fix: buildx in k8s pod with kube client config in cluster  
							
							... 
							
							
							
							Signed-off-by: Wang <morlay.null@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  
				
					
						
							
							
								 
						
							
							
								378bf70d4b 
								
							
								 
							
						 
						
							
							
								
								refactor driver auth for easier passing  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1ccf0bd7d8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #433  from tonistiigi/buildkit-pull-creds  
							
							... 
							
							
							
							docker-container: ensure credentials are passed when pulling buildkit 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ea19cf9d8d 
								
							
								 
							
						 
						
							
							
								
								inspect: make sure to show boot error from driver  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								3b69482a2f 
								
							
								 
							
						 
						
							
							
								
								docker-container: ensure credentials are passed when pulling buildkit image  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4f7517115c 
								
							
								 
							
						 
						
							
							
								
								allow builder flag to switch to default instance  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								39f1d99dcc 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove "version" annotations from du and prune commands  
							
							... 
							
							
							
							These annotations were picked up by the YAML docs generator, and shows up as
"minimum API version". I couldn't find a reference to these annotations in the
PR that added them, so thought it would be ok to remove
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1f04ec9575 
								
							
								 
							
						 
						
							
							
								
								fixes   #401  
							
							... 
							
							
							
							Replace error generated by `quiet` option by a warning.
Signed-off-by: Jean-Yves Gastaud <jygastaud@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4b2aab09b5 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow users to have separate store paths  
							
							... 
							
							
							
							- decouple store path from `$DOCKER_CONFIG`
- improve containerised build setup
- introduce new `$BUILDX_CONFIG` environment variable
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a7c704c39d 
								
							
								 
							
						 
						
							
							
								
								feat: enhance kubernetes driver  
							
							... 
							
							
							
							Signed-off-by: Wang Jinglei <morlay.null@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								844b901005 
								
							
								 
							
						 
						
							
							
								
								feat: use k8s cluster config when buildx used in k8s cluster  
							
							... 
							
							
							
							Signed-off-by: Wang Jinglei <morlay.null@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9ac5b075cf 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #323  from saulshanabrook/patch-1  
							
							... 
							
							
							
							Increase ls and inspect timeouts 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c00c5a89e5 
								
							
								 
							
						 
						
							
							
								
								Increase inspect timeout from 5 to 20 seconds  
							
							... 
							
							
							
							Signed-off-by: Saul Shanabrook <s.shanabrook@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								14b7936c3b 
								
							
								 
							
						 
						
							
							
								
								Increase ls timeout from 7 to 20 seconds  
							
							... 
							
							
							
							Signed-off-by: Saul Shanabrook <s.shanabrook@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								40b41ac6e4 
								
									
								
							
								 
							
						 
						
							
							
								
								bake: ensure `--builder` is wired from root options  
							
							... 
							
							
							
							Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f4f58003fb 
								
									
								
							
								 
							
						 
						
							
							
								
								Add -f shorthand flag for prune --force  
							
							... 
							
							
							
							The docker builder prune command has a shorthand `-f` flag for `--force`:
    docker builder prune --help
    Usage:	docker builder prune
    Remove build cache
    Options:
      -a, --all                  Remove all unused build cache, not just dangling ones
          --filter filter        Provide filter values (e.g. 'until=24h')
      -f, --force                Do not prompt for confirmation
          --keep-storage bytes   Amount of disk space to keep for cache
Given that `buildx` can be used as a drop-in replacement for the native build
commands, it should match the UI, and also have a shorthand flag.
This patch also updates the flag's description to be in line with the docker commandline
With this patch applied;
    buildx prune --help
    Remove build cache
    Usage:
      buildx prune [flags]
    Flags:
      -a, --all                  Remove all unused images, not just dangling ones
          --filter filter        Provide filter values (e.g. 'until=24h')
      -f, --force                Do not prompt for confirmation
      -h, --help                 help for prune
          --keep-storage bytes   Amount of disk space to keep for cache
          --verbose              Provide a more verbose output
    Global Flags:
          --builder string   Override the configured builder instance
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								18095ee87b 
								
							
								 
							
						 
						
							
							
								
								bake: reset no-cache and pull if not set  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c4d07f67e3 
								
							
								 
							
						 
						
							
							
								
								commands: check if flag is set instead of using flagutil.Tristate  
							
							... 
							
							
							
							Fixes --pull and --no-cache without argument
Signed-off-by: Tibor Vass <tibor@docker.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								4121ae50b5 
								
							
								 
							
						 
						
							
							
								
								Modify parsing functions and config structs to accept hcl changes  
							
							... 
							
							
							
							Signed-off-by: Patrick Van Stee <patrick@vanstee.me> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								09339bf500 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #263  from tonistiigi/platforms-print  
							
							... 
							
							
							
							separate manual and automatically detected platforms 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b2ec1d331c 
								
							
								 
							
						 
						
							
							
								
								Add builder as a global flag.  
							
							... 
							
							
							
							This allows all subcommands to use this flag.
Additionally reads the default value for the flag from the
`BUILDX_BUILDER` env var.
Precedence is:
CLI ARG > flag > env var > config file
Signed-off-by: Brian Goff <cpuguy83@gmail.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								213d3af3b0 
								
							
								 
							
						 
						
							
							
								
								Add option to build/bake to override instance  
							
							... 
							
							
							
							This helps prevent race conditions with concurrent build invocations.
Signed-off-by: Brian Goff <cpuguy83@gmail.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								4804824c78 
								
							
								 
							
						 
						
							
							
								
								separate manual and automatically detected platforms  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d89e3f3014 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #249  from tonistiigi/prune  
							
							... 
							
							
							
							add prune and du commands 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2a257a8252 
								
							
								 
							
						 
						
							
							
								
								bake: allow overriding no-cache and pull per target via --set  
							
							... 
							
							
							
							Signed-off-by: Tibor Vass <tibor@docker.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								417f52e001 
								
							
								 
							
						 
						
							
							
								
								bake: add --load and --push shorthands for --set  
							
							... 
							
							
							
							Signed-off-by: Tibor Vass <tibor@docker.com> 
							
						 
						
							6 years ago