mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 09:29:04 +01:00 
			
		
		
		
	* update base image drinternet/rsync:v1.3.0 * Base Image updates: alpine 3.14.1 latest * use v5.1 in examples * support for v5.x * mention Alpine version
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM drinternet/rsync:v1.3.0
 | 
						|
 | 
						|
# Copy entrypoint
 | 
						|
COPY entrypoint.sh /entrypoint.sh
 | 
						|
RUN chmod +x /entrypoint.sh
 | 
						|
 | 
						|
ENTRYPOINT ["/entrypoint.sh"]
 |