Add docker runner too
This commit is contained in:
		
							parent
							
								
									5dc41a86e5
								
							
						
					
					
						commit
						33c1da6c40
					
				| @ -21,6 +21,19 @@ | |||||||
|           SHELL = "${pkgs.bash}/bin/bash"; |           SHELL = "${pkgs.bash}/bin/bash"; | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|  |       gitlab-bsc-es-docker = { | ||||||
|  |         registrationConfigFile = config.age.secrets.gitlabToken.path; | ||||||
|  |         dockerImage = "debian:stable"; | ||||||
|  |         tagList = [ "docker" "xeon" ]; | ||||||
|  |         registrationFlags = [ | ||||||
|  |           "--locked='false'" | ||||||
|  |           "--docker-network-mode host" | ||||||
|  |         ]; | ||||||
|  |         environmentVariables = { | ||||||
|  |           https_proxy = "http://localhost:23080"; | ||||||
|  |           http_proxy = "http://localhost:23080"; | ||||||
|  |         }; | ||||||
|  |       }; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user