Kohei Tokunaga 
							
						 
					 
					
						
						
							
						
						198764f116 
					 
					
						
						
							
							debug: update docs  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com > 
						
						
					 
					
						2023-10-13 12:09:36 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kohei Tokunaga 
							
						 
					 
					
						
						
							
						
						508b2ef0c6 
					 
					
						
						
							
							debug: Add buildx debug command  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com > 
						
						
					 
					
						2023-10-13 12:09:21 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zero 
							
						 
					 
					
						
						
							
						
						cfcd1d9420 
					 
					
						
						
							
							feat: support memory and cpu driver options for docker-container  
						
						 
						
						... 
						
						
						
						Signed-off-by: Zero <tobewhatwewant@outlook.com > 
						
						
					 
					
						2023-09-29 23:57:19 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						a59058e8a5 
					 
					
						
						
							
							build: add --annotation shortcut flag  
						
						 
						
						... 
						
						
						
						This extracts the same logic for parsing annotations from the imagetools
create command, and allows the same flags to be attached to the build
command.
These annotations are then merged into all provided exporters.
Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2023-09-11 15:31:04 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						626e6f8fa3 
					 
					
						
						
							
							Merge pull request  #1905  from thaJeztah/cgroup_parent_description  
						
						 
						
						... 
						
						
						
						update flag-description for --cgroup-parent 
						
						
					 
					
						2023-08-23 10:15:47 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Qasim Sarfraz 
							
						 
					 
					
						
						
							
						
						18894a8e3a 
					 
					
						
						
							
							allow annotations for OCI image index  
						
						 
						
						... 
						
						
						
						Signed-off-by: Qasim Sarfraz <qasimsarfraz@microsoft.com > 
						
						
					 
					
						2023-08-03 12:08:04 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						bf00185809 
					 
					
						
						
							
							Merge pull request  #1681  from crazy-max/fup-buildinfo  
						
						 
						
						... 
						
						
						
						docs: update since buildinfo removal 
						
						
					 
					
						2023-07-31 10:55:30 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						d957d8b987 
					 
					
						
						
							
							docs: fix platform example for create command  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2023-07-26 17:50:58 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan Piché 
							
						 
					 
					
						
						
							
						
						9c06f383ba 
					 
					
						
						
							
							allow custom annotations and labels into kubernetes manifests  
						
						 
						
						... 
						
						
						
						Co-authored-by: Akihiro Suda <suda.kyoto@gmail.com >
Signed-off-by: Jonathan Piché <jpiche@coveo.com > 
						
						
					 
					
						2023-07-19 07:48:26 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						87b9f9ecfb 
					 
					
						
						
							
							docs: update generated content  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2023-06-27 17:21:05 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						7dec9fd6e7 
					 
					
						
						
							
							update flag-description for --cgroup-parent  
						
						 
						
						... 
						
						
						
						This attempts to make it clearer that the --cgroup-parent option is only used
for the containers used during build. Instead of mentioning "build container",
I opted for using "RUN instructions" (to match the --network description),
although this may not be ideal (as it assumes the "Dockerfile" front-end, which
of course may not be the case).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2023-06-23 10:28:50 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						1e576dd7c6 
					 
					
						
						
							
							chore: make docs  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com > 
						
						
					 
					
						2023-06-20 12:05:30 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						ea06685c11 
					 
					
						
						
							
							Merge pull request  #1858  from potherca-contrib/fix/typo-Shortand  
						
						 
						
						... 
						
						
						
						Fix typo "Shortand" -> "Shorthand" 
						
						
					 
					
						2023-06-06 14:03:40 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Peachey 
							
						 
					 
					
						
						
							
						
						eaba4fa9e6 
					 
					
						
						
							
							Update docs with result from make docs command.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ben Peachey <potherca@gmail.com > 
						
						
					 
					
						2023-06-06 21:43:41 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						6c9436fbd5 
					 
					
						
						
							
							inspect: display builder features  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2023-06-05 23:11:58 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Peachey 
							
						 
					 
					
						
						
							
						
						8f24c58f4d 
					 
					
						
						
							
							Fix typo in commands/build.go and docs/reference/buildx_build.md  
						
						 
						
						... 
						
						
						
						`Shortand` -> `Shorthand`
Signed-off-by: Ben Peachey <potherca@gmail.com > 
						
						
					 
					
						2023-05-31 13:40:58 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						a6b0959276 
					 
					
						
						
							
							Merge pull request  #1440  from crazy-max/gc-policies  
						
						 
						
						... 
						
						
						
						builder: add worker gc policies and labels 
						
						
					 
					
						2023-05-22 11:46:46 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						e61a1da7fc 
					 
					
						
						
							
							Merge pull request  #1748  from dvdksn/docs/bake-reference  
						
						 
						
						... 
						
						
						
						docs: move and rewrite bake reference 
						
						
					 
					
						2023-05-11 13:00:21 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						f8483d7243 
					 
					
						
						
							
							docs: refactor bake file reference  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <david.karlsson@docker.com > 
						
						
					 
					
						2023-05-11 12:54:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						6bec8f6e00 
					 
					
						
						
							
							docs: add serviceaccount driver-opt for k8s driver  
						
						 
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2023-04-26 16:44:03 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kohei Tokunaga 
							
						 
					 
					
						
						
							
						
						f373b91cc3 
					 
					
						
						
							
							Add flags and subcommand  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com > 
						
						
					 
					
						2023-04-15 15:38:17 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						989ba55d9a 
					 
					
						
						
							
							docs: update ls command output sample  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2023-03-30 17:54:23 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						8ad30d0a35 
					 
					
						
						
							
							docs: update since buildinfo removal  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2023-03-15 17:00:54 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						9de12bb9c8 
					 
					
						
						
							
							docs: do not generate ref for internal serve command  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2023-02-24 15:12:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						aa05f4c207 
					 
					
						
						
							
							Merge pull request  #1584  from dvdksn/docs/build-platform-local  
						
						 
						
						... 
						
						
						
						docs: added --platform=local example 
						
						
					 
					
						2023-02-16 18:08:25 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						2563685d27 
					 
					
						
						
							
							docs: added --platform=local example  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <david.karlsson@docker.com > 
						
						
					 
					
						2023-02-16 17:24:45 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						89d99b1694 
					 
					
						
						
							
							inspect: display labels and gc policies  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2023-02-11 22:56:56 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						07548bc898 
					 
					
						
						
							
							build: add docs for boolean attestation flags  
						
						 
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2023-02-06 10:53:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kohei Tokunaga 
							
						 
					 
					
						
						
							
						
						a27b8395b1 
					 
					
						
						
							
							Enable to run build and invoke in background  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com > 
						
						
					 
					
						2023-01-26 17:17:07 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						4903f462f6 
					 
					
						
						
							
							docs: add reference for new attest family of flags  
						
						 
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2023-01-17 11:45:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						ba8fa6c403 
					 
					
						
						
							
							docs: fix broken link in buildx_bake CLI reference  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <david.karlsson@docker.com > 
						
						
					 
					
						2023-01-13 15:33:31 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						9818055b0e 
					 
					
						
						
							
							docs: update with new inspect output  
						
						 
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2023-01-09 19:07:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						c97500b117 
					 
					
						
						
							
							go.mod: update cli-docs-tool v0.5.1 and re-generate docs  
						
						 
						
						... 
						
						
						
						Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2023-01-09 13:03:01 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						b8285c17e6 
					 
					
						
						
							
							docs: update anchor links  
						
						 
						
						... 
						
						
						
						Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
					 
					
						2023-01-07 15:12:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						332dfb4b92 
					 
					
						
						
							
							Merge pull request  #1444  from crazy-max/inspect-attest  
						
						 
						
						... 
						
						
						
						imagetools inspect: handle provenance and sboms 
						
						
					 
					
						2023-01-06 16:29:33 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						ff6754eb04 
					 
					
						
						
							
							Merge pull request  #1456  from jedevc/oci-layout-reference-parsing  
						
						 
						
						... 
						
						
						
						build: refactor reference parsing for oci image layouts 
						
						
					 
					
						2023-01-05 23:50:25 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						e6b9aba997 
					 
					
						
						
							
							imagetools inspect: handle provenance and sbom  
						
						 
						
						... 
						
						
						
						use stub structs for SLSA/SBOM while waiting for
go-imageinspect library to be public.
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2023-01-05 17:34:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						1885e41789 
					 
					
						
						
							
							docs: update oci layout with tag resolution  
						
						 
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2023-01-05 13:47:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						25aa893bad 
					 
					
						
						
							
							bake: add attests field  
						
						 
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2022-12-07 18:44:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						b270a20274 
					 
					
						
						
							
							build: add attests flag and sbom/provenance shorthands  
						
						 
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2022-12-07 18:44:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						ca2718366e 
					 
					
						
						
							
							Merge pull request  #1000  from tonistiigi/docs-named-context  
						
						 
						
						... 
						
						
						
						docs: make sure syntax with latest stable dockerfile image is defined 
						
						
					 
					
						2022-10-18 10:08:06 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						6b8289d68e 
					 
					
						
						
							
							docs: update links to new docs  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-09-14 13:36:51 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						57d22a7bd1 
					 
					
						
						
							
							s3 cache client-side support  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-08-30 17:00:15 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						437b8b140f 
					 
					
						
						
							
							docs: update buildx inspect reference with buildkit version  
						
						 
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2022-08-18 11:27:38 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						1378c616d6 
					 
					
						
						
							
							docs: missing syntax directive  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-08-18 12:01:20 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						3b5dfb3fb4 
					 
					
						
						
							
							docs: make sure all named context examples use 1.4  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2022-08-18 11:57:22 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						441853f189 
					 
					
						
						
							
							Merge pull request  #1274  from jedevc/consistent-experimental-help  
						
						 
						
						... 
						
						
						
						Consistent experimental help 
						
						
					 
					
						2022-08-18 09:37:47 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						297526c49d 
					 
					
						
						
							
							docs: add experimental options to build command reference  
						
						 
						
						... 
						
						
						
						Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2022-08-16 12:40:46 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Chadwell 
							
						 
					 
					
						
						
							
						
						17d4369866 
					 
					
						
						
							
							create: improve interface when attempting to create docker driver  
						
						 
						
						... 
						
						
						
						Previously, the help information for buildx indicated that users could
create a new instance of the docker driver - which is explicitly
something we don't support, driver of this form are automatically
derived from the available list of docker contexts.
This patch ensures that don't have AllowsInstance set will not appear in
the help text, and additionally provide a new more specific error
message instead of the generic "failed to find driver". This should help
point users in the correct direction.
Signed-off-by: Justin Chadwell <me@jedevc.com > 
						
						
					 
					
						2022-08-16 10:58:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						a7753ea781 
					 
					
						
						
							
							Merge pull request  #1250  from jedevc/prune-all-help  
						
						 
						
						... 
						
						
						
						docs: add correct definition of prune --all flag 
						
						
					 
					
						2022-08-08 14:20:36 +02:00