minor changes to make it work with new goreleaser version
parent
59eb978b5f
commit
0cd6e6954a
@ -1,18 +1,11 @@
|
|||||||
#
|
|
||||||
# Alpine image to get some needed data
|
|
||||||
#
|
|
||||||
FROM alpine:latest as alpine
|
FROM alpine:latest as alpine
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
tzdata
|
tzdata
|
||||||
|
|
||||||
#
|
|
||||||
# Image
|
|
||||||
#
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
LABEL "com.centurylinklabs.watchtower"="true"
|
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 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||||
COPY --from=alpine /usr/share/zoneinfo /usr/share/zoneinfo
|
COPY --from=alpine /usr/share/zoneinfo /usr/share/zoneinfo
|
||||||
|
|
Loading…
Reference in New Issue