mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	Alpine & CA-Certs for SSL support
Switch to alpine as a base image and install the ca certifcates to enable the minio docker container to run behind a SSL proxy, which will fix #1146
This commit is contained in:
		
							parent
							
								
									a18620fa86
								
							
						
					
					
						commit
						342f8fbe5d
					
				| @ -1,5 +1,6 @@ | ||||
| # use "make dockerimage" to build | ||||
| FROM scratch | ||||
| FROM alpine:3.3 | ||||
| RUN apk add --no-cache ca-certificates | ||||
| ADD minio.dockerimage /minio | ||||
| ADD export /export | ||||
| EXPOSE 9000 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user