| ADD file:aa1af71c6b66d2dddee4797236e3e526f70f904ab641cc0dd6b41445cfedf9b4 in / | 
						
					
						
							| CMD ["/bin/sh"] | 
						
					
						
							| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit | 
						
					
						
							| COPY /go/src/github.com/ldez/traefik-certs-dumper/traefik-certs-dumper /usr/bin/traefik-certs-dumper # buildkit | 
						
					
						
							| ENTRYPOINT ["/usr/bin/traefik-certs-dumper"] | 
						
					
						
							| ENV TZ=Etc/UTC | 
						
					
						
							| ENV LANG=C.UTF-8 | 
						
					
						
							| ARG VERSION | 
						
					
						
							| LABEL version= | 
						
					
						
							| RUN |1 VERSION= /bin/sh -c set -euxo pipefail   ; apk add --no-cache bash inotify-tools tzdata util-linux # buildkit | 
						
					
						
							| COPY run.sh / # buildkit | 
						
					
						
							| RUN |1 VERSION= /bin/sh -c echo $VERSION >/version # buildkit | 
						
					
						
							| VOLUME [/traefik] | 
						
					
						
							| VOLUME [/output] | 
						
					
						
							| ENTRYPOINT ["/run.sh"] |