confd #1

Manually merged
mauro merged 30 commits from confd into master 2019-09-11 02:17:10 +00:00
Showing only changes of commit 32037fcee8 - Show all commits

View File

@ -1,6 +1,6 @@
FROM golang:1.9-alpine as confd
LABEL maintainer "Mauro Torrez <mauro@mau.ro>"
# confd -----------------------------------------------------------------------
FROM golang:1.9-alpine as confd
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 && \