mirror of
				https://gitea.com/gitea/act_runner.git
				synced 2025-10-31 12:57:56 +01:00 
			
		
		
		
	Timeout to wait for and optionally require docker always (#741)
* do not require docker cli in the runner image for waiting for a sidecar dockerd * allow to specify that `:host` labels would also only be accepted if docker is reachable Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/741 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Christopher Homberger <christopher.homberger@web.de> Co-committed-by: Christopher Homberger <christopher.homberger@web.de>
This commit is contained in:
		
				
					committed by
					
						 Lunny Xiao
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							bbf9d7e90f
						
					
				
				
					commit
					8920c4a170
				
			| @@ -99,6 +99,10 @@ container: | ||||
|   force_pull: true | ||||
|   # Rebuild docker image(s) even if already present | ||||
|   force_rebuild: false | ||||
|   # Always require a reachable docker daemon, even if not required by act_runner | ||||
|   require_docker: false | ||||
|   # Timeout to wait for the docker daemon to be reachable, if docker is required by require_docker or act_runner | ||||
|   docker_timeout: 0s | ||||
|  | ||||
| host: | ||||
|   # The parent directory of a job's working directory. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user