mirror of https://github.com/containrrr/watchtower
				
				
				
			Add arm64v8 build
							parent
							
								
									27795c24e1
								
							
						
					
					
						commit
						21bcca3326
					
				@ -0,0 +1,20 @@
 | 
				
			|||||||
 | 
					#
 | 
				
			||||||
 | 
					# Alpine image to get some needed data
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					FROM alpine:latest as alpine
 | 
				
			||||||
 | 
					RUN apk add --no-cache \
 | 
				
			||||||
 | 
					    ca-certificates \
 | 
				
			||||||
 | 
					    tzdata
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# Image
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					FROM scratch
 | 
				
			||||||
 | 
					LABEL "com.centurylinklabs.watchtower"="true"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# copy files from other containers
 | 
				
			||||||
 | 
					COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
 | 
				
			||||||
 | 
					COPY --from=alpine /usr/share/zoneinfo /usr/share/zoneinfo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					COPY watchtower /
 | 
				
			||||||
 | 
					ENTRYPOINT ["/watchtower"]
 | 
				
			||||||
					Loading…
					
					
				
		Reference in New Issue