Sign inSign up

brianhicks/consul-consul-template

By brianhicks

Updated over 10 years ago

Image
0

284

brianhicks/consul-consul-template repository overview

FROM gliderlabs/alpine:3.3

RUN apk add --no-cache wget ca-certificates

ENV CONSUL_TEMPLATE_VERSION 0.14.0

RUN wget -q https://releases.hashicorp.com/consul-template/${CONSUL_TEMPLATE_VERSION}/consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip \
  && unzip consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip \
  && mv consul-template /usr/local/bin \
  && rm -f consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip

ENV CONSUL_VERSION 0.6.4

RUN wget -q https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip \
 && unzip consul_${CONSUL_VERSION}_linux_amd64.zip \
 && mv consul /usr/local/bin \
 && rm -f consul_${CONSUL_VERSION}_linux_amd64.zip

Tag summary

Content type

Image

Digest

Size

12.2 MB

Last updated

over 10 years ago

docker pull brianhicks/consul-consul-template