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: | steps: | ||||||
|   - name: build master image |   - name: build master image | ||||||
|     image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0 |     image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0 | ||||||
|  |     pull: if-not-exists | ||||||
|  |     privileged: true | ||||||
|     when: |     when: | ||||||
|       branch: ["master"] |       branch: ["master"] | ||||||
|     settings: |     settings: | ||||||
| @@ -44,6 +46,7 @@ steps: | |||||||
|   - name: build tagged image |   - name: build tagged image | ||||||
|     image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0 |     image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0 | ||||||
|     pull: if-not-exists |     pull: if-not-exists | ||||||
|  |     privileged: true | ||||||
|     when: |     when: | ||||||
|       event: ["tag"] |       event: ["tag"] | ||||||
|     settings: |     settings: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user