fix docker building inside gitlab runner
This commit is contained in:
		
							parent
							
								
									bd156e1290
								
							
						
					
					
						commit
						be90752477
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -8,10 +8,12 @@
 | 
				
			||||||
      ci_test = {
 | 
					      ci_test = {
 | 
				
			||||||
        registrationConfigFile = "/srv/gitlab-runner/env/ci_test";
 | 
					        registrationConfigFile = "/srv/gitlab-runner/env/ci_test";
 | 
				
			||||||
        dockerImage = "debian";
 | 
					        dockerImage = "debian";
 | 
				
			||||||
 | 
					        dockerPrivileged = true;
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      thoreb_builder = {
 | 
					      thoreb_builder = {
 | 
				
			||||||
        registrationConfigFile = "/srv/gitlab-runner/env/thoreb_builder";
 | 
					        registrationConfigFile = "/srv/gitlab-runner/env/thoreb_builder";
 | 
				
			||||||
        dockerImage = "debian";
 | 
					        dockerImage = "debian";
 | 
				
			||||||
 | 
					        dockerPrivileged = true;
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue