CrazyMax 
							
						 
					 
					
						
						
							
						
						243b428a58 
					 
					
						
						
							
							compose: add test for port mapping  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-03-30 00:37:55 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						c74b2fe7a4 
					 
					
						
						
							
							bake: restrict target name  
						
						 
						
						... 
						
						
						
						This fix adds a restriction `[a-zA-Z0-9_-]+`
for target name. This is pretty much the same as the
container name restriction in moby.
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-01-26 10:29:21 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						5d715ada96 
					 
					
						
						
							
							compose: resolve build args from service environment  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-01-06 11:59:49 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						3400fa5628 
					 
					
						
						
							
							compose: test env_file  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2022-01-06 11:42:16 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zachary Povey 
							
						 
					 
					
						
						
							
						
						ae53101e89 
					 
					
						
						
							
							Add NetworkMode to bake target  
						
						 
						
						... 
						
						
						
						Allows specification of network mode in a bake target.
Fixes  #848 
Signed-off-by: Zachary Povey <zachary.povey@autotrader.co.uk > 
						
						
					 
					
						2021-11-25 16:00:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						89e126fa60 
					 
					
						
						
							
							bake: x-bake extension field with compose  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2021-08-13 09:15:15 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						9aa8f09f14 
					 
					
						
						
							
							Set ConfigFile to parse compose files with bake  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2021-07-30 17:56:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						ba443811e4 
					 
					
						
						
							
							Use compose-spec parser  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com > 
						
						
					 
					
						2021-07-12 11:21:04 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Van Stee 
							
						 
					 
					
						
						
							
						
						4121ae50b5 
					 
					
						
						
							
							Modify parsing functions and config structs to accept hcl changes  
						
						 
						
						... 
						
						
						
						Signed-off-by: Patrick Van Stee <patrick@vanstee.me > 
						
						
					 
					
						2020-04-29 08:51:26 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tibor Vass 
							
						 
					 
					
						
						
							
						
						b741350afd 
					 
					
						
						
							
							bake: compose parser should only error if there are neither build nor image fields  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tibor Vass <tibor@docker.com > 
						
						
					 
					
						2019-05-29 18:12:30 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jack Laxson 
							
						 
					 
					
						
						
							
						
						4b2666b9d6 
					 
					
						
						
							
							Change compose file handling to require valid service specifications  
						
						 
						
						... 
						
						
						
						Added the checks and some tests
One of the tests wasn't valid docker-compose.yml, that's been changed.
Bad config throws an error and has a test
Signed-off-by: Jack Laxson <jackjrabbit@gmail.com > 
						
						
					 
					
						2019-05-24 17:41:48 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						43356bbbbe 
					 
					
						
						
							
							bake: fix parsing target from compose files  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2019-04-25 21:36:28 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						ef4afac948 
					 
					
						
						
							
							bake: fix dockerfile and context defaults  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2019-04-19 22:54:34 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						a932d52e35 
					 
					
						
						
							
							bake: initial implementation  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
					 
					
						2019-04-09 19:26:53 -07:00