Some checks reported errors
		
		
	
	continuous-integration/drone/push Build was killed
				
			Add base operator logic Reviewed-on: #1
		
			
				
	
	
		
			7 lines
		
	
	
		
			145 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			145 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM debian:bullseye-slim
 | |
| 
 | |
| COPY minio-operator /usr/local/bin/minio-operator
 | |
| COPY mc /usr/local/bin/mc
 | |
| 
 | |
| ENTRYPOINT /usr/local/bin/minio-operator
 |