move to gitea actions
This commit is contained in:
parent
6170fbca8f
commit
e204c8b155
3 changed files with 13 additions and 12 deletions
18
Dockerfile
18
Dockerfile
|
@ -1,18 +0,0 @@
|
|||
FROM docker.io/golang:1.13.14-alpine AS builder
|
||||
|
||||
RUN apk --no-cache add \
|
||||
git \
|
||||
make
|
||||
|
||||
RUN mkdir -p $GOPATH/src/github.com/kelseyhightower
|
||||
RUN git clone https://github.com/kelseyhightower/confd.git $GOPATH/src/github.com/kelseyhightower/confd
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/kelseyhightower/confd
|
||||
RUN git checkout v0.16.0
|
||||
RUN make
|
||||
|
||||
FROM docker.io/thallian/alpine-s6:3.18-3.1.5.0
|
||||
|
||||
COPY --from=builder /go/src/github.com/kelseyhightower/confd/bin/confd /bin/confd
|
||||
|
||||
ADD /rootfs /
|
Loading…
Add table
Add a link
Reference in a new issue