As it isn't Drone official plugins now, containers with dind should be privileged.
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		| @@ -31,6 +31,8 @@ depends_on: | ||||
| steps: | ||||
|   - name: build master image | ||||
|     image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0 | ||||
|     pull: if-not-exists | ||||
|     privileged: true | ||||
|     when: | ||||
|       branch: ["master"] | ||||
|     settings: | ||||
| @@ -44,6 +46,7 @@ steps: | ||||
|   - name: build tagged image | ||||
|     image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0 | ||||
|     pull: if-not-exists | ||||
|     privileged: true | ||||
|     when: | ||||
|       event: ["tag"] | ||||
|     settings: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user