This patch adds the optional IMAGE env variable to set the base image and adds nightly builds to Travis CI.
		
			
				
	
	
		
			3 lines
		
	
	
		
			32 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			32 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
ARG IMAGE
 | 
						|
FROM ${IMAGE}-onbuild
 |