mirror of https://github.com/containrrr/watchtower
reduce to one dockerfile as they have the exact same content
parent
6532920d4b
commit
1f9099770b
@ -0,0 +1,18 @@
|
|||||||
|
FROM alpine:latest as alpine
|
||||||
|
|
||||||
|
RUN apk add --no-cache \
|
||||||
|
ca-certificates \
|
||||||
|
tzdata
|
||||||
|
|
||||||
|
FROM scratch
|
||||||
|
LABEL "com.centurylinklabs.watchtower"="true"
|
||||||
|
|
||||||
|
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"]
|
||||||
@ -1,13 +0,0 @@
|
|||||||
FROM alpine:latest as alpine
|
|
||||||
RUN apk add --no-cache \
|
|
||||||
ca-certificates \
|
|
||||||
tzdata
|
|
||||||
|
|
||||||
FROM scratch
|
|
||||||
LABEL "com.centurylinklabs.watchtower"="true"
|
|
||||||
|
|
||||||
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"]
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
FROM alpine:latest as alpine
|
|
||||||
RUN apk add --no-cache \
|
|
||||||
ca-certificates \
|
|
||||||
tzdata
|
|
||||||
|
|
||||||
FROM scratch
|
|
||||||
LABEL "com.centurylinklabs.watchtower"="true"
|
|
||||||
|
|
||||||
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"]
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
FROM alpine:latest as alpine
|
|
||||||
RUN apk add --no-cache \
|
|
||||||
ca-certificates \
|
|
||||||
tzdata
|
|
||||||
|
|
||||||
FROM scratch
|
|
||||||
LABEL "com.centurylinklabs.watchtower"="true"
|
|
||||||
|
|
||||||
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"]
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
FROM alpine:latest as alpine
|
|
||||||
RUN apk add --no-cache \
|
|
||||||
ca-certificates \
|
|
||||||
tzdata
|
|
||||||
|
|
||||||
FROM scratch
|
|
||||||
LABEL "com.centurylinklabs.watchtower"="true"
|
|
||||||
|
|
||||||
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