confd build
Some checks failed
Build Docker images / docker (eumau/debian, , bookworm) (push) Failing after 5m25s
Build Docker images / docker (eumau/debian, , bullseye) (push) Failing after 5m28s
Build Docker images / docker (eumau/debian, -slim, bookworm) (push) Has been cancelled
Build Docker images / docker (eumau/debian, -slim, bullseye) (push) Has been cancelled
Build Docker images / docker (eumau/debian, -slim, buster) (push) Has been cancelled
Build Docker images / docker (eumau/debian, , buster) (push) Has been cancelled

This commit is contained in:
Mauro Torrez 2024-02-27 15:37:25 -03:00
parent a0f34cc3b1
commit e396ab8872

View File

@ -4,7 +4,8 @@ ARG CONFD_VERSION=0.16.0
ADD https://github.com/kelseyhightower/confd/archive/v${CONFD_VERSION}.tar.gz /tmp/
RUN apk add --no-cache \
bzip2 \
make && \
make \
gcc && \
mkdir -p /go/src/github.com/kelseyhightower/confd && \
cd /go/src/github.com/kelseyhightower/confd && \
tar --strip-components=1 -zxf /tmp/v${CONFD_VERSION}.tar.gz && \