88a45cfb24 
								
									
								
							
								 
							
						 
						
							
							
								
								ci: enhance e2e workflow  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								03885ec9f1 
								
							
								 
							
						 
						
							
							
								
								hclparser: strip out blocks for json files  
							
							... 
							
							
							
							Body.JustAttributes cannot distinguish between blocks and attributes for
JSON files, so the variable block could be included in the list of
attributes returned.
This patch ensures that JSON and HCL files behave the same way by
removing all known block types first, from the provided config schema
and then from a generated definitions schema.
Fixes  #1051 
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a648d58f63 
								
							
								 
							
						 
						
							
							
								
								hack: update linters  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0b9d426175 
								
							
								 
							
						 
						
							
							
								
								Dockerfile: update to go 1.18  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1c23d1cef5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1082  from crazy-max/fix-standalone  
							
							... 
							
							
							
							cli: fix standalone command behavior 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								95086cf641 
								
									
								
							
								 
							
						 
						
							
							
								
								cli: fix standalone command behavior  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6a702ebe5b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1025  from crazy-max/bake-merge-jsons  
							
							... 
							
							
							
							bake: merge targets and vars from multiple JSON files 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a6a1a362ad 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1053  from szeber/kubernetes-tolerations-fix  
							
							... 
							
							
							
							Fix tolerations not parsing its options correctly, update docs regarding quoted driver options 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4a226568a0 
								
							
								 
							
						 
						
							
							
								
								Fix tolerations not parsing its options correctly, add tests  
							
							... 
							
							
							
							Signed-off-by: Zsolt <zsolt.szeberenyi@figured.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a2d5bc7cca 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1069  from crazy-max/compose-build-secrets  
							
							... 
							
							
							
							bake: support compose build secrets 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								951201ac1b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1067  from jedevc/fix-imagetools-builder  
							
							... 
							
							
							
							imagetools: respect --builder flag 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c0f8a8314b 
								
									
								
							
								 
							
						 
						
							
							
								
								bake: support compose build secrets  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d64428cd2a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1063  from dougborg/custom-rootless-image-fix  
							
							... 
							
							
							
							Only set default rootless image if it is not already customized 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3a90f99635 
								
									
								
							
								 
							
						 
						
							
							
								
								update github.com/compose-spec/compose-go to v1.2.4  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.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  
				
					
						
							
							
								 
						
							
							
								b7c4fe5a3a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1066  from crazy-max/fix-inspect  
							
							... 
							
							
							
							inspect: fix printing of driver options 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								082c83b825 
								
									
								
							
								 
							
						 
						
							
							
								
								inspect: fix printing of driver options  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								79de2c5d82 
								
							
								 
							
						 
						
							
							
								
								Only set default rootless image if it is not already customized  
							
							... 
							
							
							
							Only change the image to the default rootless image when using the
--rootless option if the image has not already customized with the
--image option.
Fix  #938 
Signed-off-by: Doug Borg <dougborg@apple.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b8bcf1d810 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1052  from AkihiroSuda/update-kube-seccomp  
							
							... 
							
							
							
							kubernetes: replace deprecated seccomp annotations with securityContext 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								28a4363672 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1055  from thaJeztah/update_dockerd_version  
							
							... 
							
							
							
							Dockerfile: update DOCKERD_VERSION to v20.10.14 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1e98de491d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1056  from thaJeztah/update_xx  
							
							... 
							
							
							
							Dockerfile: update to tonistiigi/xx:1.1.0 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b54a0aa37c 
								
									
								
							
								 
							
						 
						
							
							
								
								Dockerfile: update to tonistiigi/xx:1.1.0  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e10c385167 
								
									
								
							
								 
							
						 
						
							
							
								
								Dockerfile: update DOCKERD_VERSION to v20.10.14  
							
							... 
							
							
							
							Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								add4301ed6 
								
									
								
							
								 
							
						 
						
							
							
								
								kubernetes: replace deprecated seccomp annotations with securityContext  
							
							... 
							
							
							
							Kubernetes added the official `securityContext.seccompProfile` support in Kubernetes 1.19.
Seccomp is still disabled by default.
The legacy `container.seccomp.security.alpha.kubernetes.io/<PODNAME>` annotation has been deprecated and will be unsupported in Kubernetes 1.25.
https://kubernetes.io/docs/tutorials/security/seccomp/ 
A test cluster can be created with the following minikube command:
```
minikube start --feature-gates SeccompDefault=true --extra-config kubelet.seccomp-default=true
```
Related to moby/buildkit PR 2782
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a60150cbc6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1045  from szeber/kubernetes-tolerations  
							
							... 
							
							
							
							feat: add tolerations handling to kubernetes driver 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								cad7ed68be 
								
									
								
							
								 
							
						 
						
							
							
								
								bake: merge vars from multiple JSON files  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c317ca1e95 
								
									
								
							
								 
							
						 
						
							
							
								
								bake: merge targets from multiple JSON files  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3f6517747e 
								
							
								 
							
						 
						
							
							
								
								Add support for defining kubernetes tolerations  
							
							... 
							
							
							
							Signed-off-by: Zsolt <zsolt.szeberenyi@figured.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								adafbe0e65 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1041  from crazy-max/vendor-buildkit  
							
							... 
							
							
							
							vendor: update buildkit to 3e38a2d 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a49ad031a5 
								
									
								
							
								 
							
						 
						
							
							
								
								vendor: update buildkit to 3e38a2d  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c3db06cda0 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #970  from crazy-max/nocache-mod-outdated  
							
							... 
							
							
							
							chore: use no-cache-filter for outdated stage 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1201782a11 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1033  from crazy-max/update-compose-go  
							
							... 
							
							
							
							update github.com/compose-spec/compose-go to v1.2.1 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								243b428a58 
								
									
								
							
								 
							
						 
						
							
							
								
								compose: add test for port mapping  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								785dc17f13 
								
									
								
							
								 
							
						 
						
							
							
								
								update github.com/compose-spec/compose-go to v1.2.1  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								cad87f54c5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1021  from crazy-max/bake-fix-visited-group  
							
							... 
							
							
							
							bake: fix skipped group when already visited by another one 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0b8dde1071 
								
									
								
							
								 
							
						 
						
							
							
								
								bake: fix skipped group when already visited by another one  
							
							... 
							
							
							
							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  
				
					
						
							
							
								 
						
							
							
								1246e8da3a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1008  from thaJeztah/bump_distribution  
							
							... 
							
							
							
							vendor: github.com/docker/distribution v2.8.1 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c0f31349a6 
								
									
								
							
								 
							
						 
						
							
							
								
								vendor: github.com/docker/distribution v2.8.1  
							
							... 
							
							
							
							no significant changes to code we use, but the v2.8.0 module was borked
full diff: https://github.com/docker/distribution/compare/v2.8.0...v2.8.1 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								5c2d2f294d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1004  from tonistiigi/update-fsutil-220315  
							
							... 
							
							
							
							vendor: update fsutil to 9ed61262 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								da4c27e9af 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: printing driver options  
							
							... 
							
							
							
							Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								111ea95629 
								
							
								 
							
						 
						
							
							
								
								vendor: update fsutil to 9ed61262  
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3adca1c17d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #995  from thaJeztah/replace_ioutil  
							
							... 
							
							
							
							Remove uses of deprecated io/ioutil 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6ffe22b843 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #996  from crazy-max/buildinfo-use-helper  
							
							... 
							
							
							
							imagetools inspect: use buildinfo helper 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								824cb42fe0 
								
									
								
							
								 
							
						 
						
							
							
								
								dockerfile: update frontend to 1.4  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								08bb626304 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: use no-cache-filter for outdated stage  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								38311a35f2 
								
									
								
							
								 
							
						 
						
							
							
								
								imagetools inspect: use buildinfo helper  
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								fd62216cbc 
								
									
								
							
								 
							
						 
						
							
							
								
								golangci-lint: prevent io/ioutil from being used  
							
							... 
							
							
							
							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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								c8f7c1e93f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #993  from tonistiigi/update-buildkit-220308  
							
							... 
							
							
							
							vendor: update buildkit 
							
						 
						
							4 years ago