mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 09:29:04 +01:00 
			
		
		
		
	* upgrade to alpine from 3.19 to 3.22.1 Use drinternet/rsync 1.5.1 with alpine 3.22.1 https://hub.docker.com/layers/drinternet/rsync/v1.5.1/images/sha256-e61f4047577b566872764fa39299092adeab691efb3884248dbd6495dc926527 * upgrade to alpine from 3.19 to 3.22.1 Use drinternet/rsync 1.5.1 with alpine 3.22.1 https://hub.docker.com/layers/drinternet/rsync/v1.5.1/images/sha256-e61f4047577b566872764fa39299092adeab691efb3884248dbd6495dc926527 * Alpine 3.22.1 * Update SECURITY.md * Alpine 3.22.1 * Update LICENSE
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			376 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			376 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
# drinternet/rsync@v1.5.1
 | 
						|
FROM drinternet/rsync@sha256:e61f4047577b566872764fa39299092adeab691efb3884248dbd6495dc926527
 | 
						|
 | 
						|
# always force-upgrade rsync to get the latest security fixes
 | 
						|
RUN apk update && apk add --no-cache --upgrade rsync
 | 
						|
RUN rm -rf /var/cache/apk/*
 | 
						|
 | 
						|
# Copy entrypoint
 | 
						|
COPY entrypoint.sh /entrypoint.sh
 | 
						|
RUN chmod +x /entrypoint.sh
 | 
						|
 | 
						|
ENTRYPOINT ["/entrypoint.sh"]
 |