Rolf Neugebauer 
							
						 
					 
					
						
						
							
						
						7ccc2786ae 
					 
					
						
						
							
							Update kernel version in all YAML files  
						
						... 
						
						
						
						Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com > 
						
						
					 
					
						2017-07-24 11:05:40 +01:00 
						 
				 
			
				
					
						
							
							
								Ian Campbell 
							
						 
					 
					
						
						
							
						
						19207bb81b 
					 
					
						
						
							
							Update yml and moby version  
						
						... 
						
						
						
						Signed-off-by: Ian Campbell <ijc@docker.com > 
						
						
					 
					
						2017-07-20 14:13:20 +01:00 
						 
				 
			
				
					
						
							
							
								Justin Cormack 
							
						 
					 
					
						
						
							
						
						09e9357499 
					 
					
						
						
							
							Merge pull request  #2235  from justincormack/use-library-docker  
						
						... 
						
						
						
						Use the upstream dind package to run docker 
						
						
					 
					
						2017-07-18 17:27:45 +01:00 
						 
				 
			
				
					
						
							
							
								Justin Cormack 
							
						 
					 
					
						
						
							
						
						ae039ac141 
					 
					
						
						
							
							update hashes  
						
						... 
						
						
						
						Signed-off-by: Justin Cormack <justin.cormack@docker.com > 
						
						
					 
					
						2017-07-18 14:22:16 +01:00 
						 
				 
			
				
					
						
							
							
								Justin Cormack 
							
						 
					 
					
						
						
							
						
						a4650b242f 
					 
					
						
						
							
							Use the upstream dind package to run docker  
						
						... 
						
						
						
						It is pretty close to our docker package, if we adjust the command
that is run to avoid the actual dind startup script. We can't use
the normal docker image as it does not have mkfs and so on.
Signed-off-by: Justin Cormack <justin.cormack@docker.com > 
						
						
					 
					
						2017-07-18 11:15:38 +01:00 
						 
				 
			
				
					
						
							
							
								Rolf Neugebauer 
							
						 
					 
					
						
						
							
						
						fcac29681b 
					 
					
						
						
							
							Update kernels in YAML files  
						
						... 
						
						
						
						Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com > 
						
						
					 
					
						2017-07-17 11:04:18 +01:00 
						 
				 
			
				
					
						
							
							
								Justin Cormack 
							
						 
					 
					
						
						
							
						
						79f9a66027 
					 
					
						
						
							
							update init hashes  
						
						... 
						
						
						
						Signed-off-by: Justin Cormack <justin.cormack@docker.com > 
						
						
					 
					
						2017-07-15 14:13:25 +01:00 
						 
				 
			
				
					
						
							
							
								Riyaz Faizullabhoy 
							
						 
					 
					
						
						
							
						
						469ba103db 
					 
					
						
						
							
							Merge pull request  #2209  from ijc/expurgate-set--x  
						
						... 
						
						
						
						pkg/mount: Remove set -x 
						
						
					 
					
						2017-07-14 09:58:36 -07:00 
						 
				 
			
				
					
						
							
							
								Justin Cormack 
							
						 
					 
					
						
						
							
						
						497122126f 
					 
					
						
						
							
							update runc hashes  
						
						... 
						
						
						
						Signed-off-by: Justin Cormack <justin.cormack@docker.com > 
						
						
					 
					
						2017-07-14 15:54:11 +01:00 
						 
				 
			
				
					
						
							
							
								Ian Campbell 
							
						 
					 
					
						
						
							
						
						0fbea002dc 
					 
					
						
						
							
							Update yml  
						
						... 
						
						
						
						Signed-off-by: Ian Campbell <ijc@docker.com > 
						
						
					 
					
						2017-07-14 15:21:09 +01:00 
						 
				 
			
				
					
						
							
							
								Ian Campbell 
							
						 
					 
					
						
						
							
						
						074431eebe 
					 
					
						
						
							
							Update yml to linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385  
						
						... 
						
						
						
						Signed-off-by: Ian Campbell <ijc@docker.com > 
						
						
					 
					
						2017-07-14 13:53:51 +01:00 
						 
				 
			
				
					
						
							
							
								Justin Cormack 
							
						 
					 
					
						
						
							
						
						f8a0b332f2 
					 
					
						
						
							
							Update hashes  
						
						... 
						
						
						
						Signed-off-by: Justin Cormack <justin.cormack@docker.com > 
						
						
					 
					
						2017-07-14 11:08:50 +01:00 
						 
				 
			
				
					
						
							
							
								Ian Campbell 
							
						 
					 
					
						
						
							
						
						a2d3be0e6f 
					 
					
						
						
							
							Update runc and containerd  
						
						... 
						
						
						
						pull in newer containerd v1.0.0-alpha0 via updated alpine base, update runc to
429a5387123625040bacfbb60d96b1cbd02293ab which is vendored by that version of
containerd (and also update alpine base for runc)
Signed-off-by: Ian Campbell <ian.campbell@docker.com > 
						
						
					 
					
						2017-07-13 10:37:15 +01:00 
						 
				 
			
				
					
						
							
							
								Justin Cormack 
							
						 
					 
					
						
						
							
						
						298f4aab32 
					 
					
						
						
							
							Consistently don't use quotes around image names  
						
						... 
						
						
						
						These are not needed, but we are inconsistent. Been waiting for a
quiet moment to fix this since I noticed while doing a presentation...
Signed-off-by: Justin Cormack <justin.cormack@docker.com > 
						
						
					 
					
						2017-07-09 17:47:30 +01:00 
						 
				 
			
				
					
						
							
							
								Rolf Neugebauer 
							
						 
					 
					
						
						
							
						
						dca5671fc1 
					 
					
						
						
							
							Update kernel version in all YAML files  
						
						... 
						
						
						
						Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com > 
						
						
					 
					
						2017-07-07 18:41:33 +01:00 
						 
				 
			
				
					
						
							
							
								Rolf Neugebauer 
							
						 
					 
					
						
						
							
						
						89c40eaddb 
					 
					
						
						
							
							Update hashes in YAML files  
						
						... 
						
						
						
						Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com > 
						
						
					 
					
						2017-07-01 19:24:16 +01:00 
						 
				 
			
				
					
						
							
							
								Rolf Neugebauer 
							
						 
					 
					
						
						
							
						
						4c6e0264b9 
					 
					
						
						
							
							Update kernels in YAML files  
						
						... 
						
						
						
						Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com > 
						
						
					 
					
						2017-06-30 18:23:29 +01:00 
						 
				 
			
				
					
						
							
							
								Justin Cormack 
							
						 
					 
					
						
						
							
						
						c8a8bb047c 
					 
					
						
						
							
							Update docker-ce in Yaml files  
						
						... 
						
						
						
						Signed-off-by: Justin Cormack <justin.cormack@docker.com > 
						
						
					 
					
						2017-06-29 15:30:45 +01:00 
						 
				 
			
				
					
						
							
							
								Rolf Neugebauer 
							
						 
					 
					
						
						
							
						
						093dae22d5 
					 
					
						
						
							
							Update YAML files  
						
						... 
						
						
						
						- Use the new style kernel tags with the full kernel version
- Update packages with new alpine base and new/simplified Makefiles.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com > 
						
						
					 
					
						2017-06-27 19:56:08 +01:00 
						 
				 
			
				
					
						
							
							
								Magnus Skjegstad 
							
						 
					 
					
						
						
							
						
						cc59b458f1 
					 
					
						
						
							
							Update to latest pkg/docker-ce  
						
						... 
						
						
						
						Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com > 
						
						
					 
					
						2017-06-15 21:50:07 +01:00 
						 
				 
			
				
					
						
							
							
								Avi Deitcher 
							
						 
					 
					
						
						
							
						
						e4512864ac 
					 
					
						
						
							
							add compose dynamic  
						
						... 
						
						
						
						Signed-off-by: Avi Deitcher <avi@deitcher.net > 
						
						
					 
					
						2017-06-04 16:18:34 +03:00