2018-01-09 23:54:06 UTC
13.4 MB
1.0.2
HASHICORP_RELEASEShttps://releases.hashicorp.com
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 14.75% (1.97 MB)
[#001] sha256:3f78ee05dd982ec79123091b97011c1eb55f5b1e6becfc40a3548dee1faf66b7 - 0.01% (1.22 KB)
[#002] sha256:151a540615b90ac03be00325b32d5c1656b69d23d52491bc156e3491f31e51d0 - 85.23% (11.4 MB)
[#003] sha256:dbde5f95f0ce7b97082615bfafd92d9e6f59bc20bbbc445d9ebba2bb35fb9e9a - 0.0% (142 Bytes)
[#004] sha256:2e3ce39af5c7255bae7dec38dd80231dc30404f046f414a9c2b072762580b6e2 - 0.01% (1.64 KB)
/bin/sh -c #(nop) ADD file:093f0723fa46f6cdbd6f7bd146448bb70ecce54254c35701feeceb956414622f in /
2018-01-09 21:10:58 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-01-09 23:53:54 UTC/bin/sh -c #(nop) MAINTAINER James Phillips <james@hashicorp.com> (@slackpad)
2018-01-09 23:53:54 UTC/bin/sh -c #(nop) ENV CONSUL_VERSION=1.0.2
2018-01-09 23:53:55 UTC/bin/sh -c #(nop) ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2018-01-09 23:53:55 UTC/bin/sh -c addgroup consul && adduser -S -G consul consul
2018-01-09 23:54:04 UTC/bin/sh -c apk add --no-cache ca-certificates curl dumb-init gnupg libcap openssl su-exec && gpg --keyserver pgp.mit.edu --recv-keys 91A6E7F85D05C65630BEF18951852D87348FFC4C && mkdir -p /tmp/build && cd /tmp/build && wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip && wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_SHA256SUMS && wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_SHA256SUMS.sig && gpg --batch --verify consul_${CONSUL_VERSION}_SHA256SUMS.sig consul_${CONSUL_VERSION}_SHA256SUMS && grep consul_${CONSUL_VERSION}_linux_amd64.zip consul_${CONSUL_VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin consul_${CONSUL_VERSION}_linux_amd64.zip && cd /tmp && rm -rf /tmp/build && apk del gnupg openssl && rm -rf /root/.gnupg
2018-01-09 23:54:05 UTC/bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul
2018-01-09 23:54:05 UTC/bin/sh -c #(nop) VOLUME [/consul/data]
2018-01-09 23:54:05 UTC/bin/sh -c #(nop) EXPOSE 8300/tcp
2018-01-09 23:54:05 UTC/bin/sh -c #(nop) EXPOSE 8301/tcp 8301/udp 8302/tcp 8302/udp
2018-01-09 23:54:06 UTC/bin/sh -c #(nop) EXPOSE 8500/tcp 8600/tcp 8600/udp
2018-01-09 23:54:06 UTC/bin/sh -c #(nop) COPY file:4d7013a8316461b27eb7cb7d1002f1be6aa386a925388563c1989385ebf30c2c in /usr/local/bin/docker-entrypoint.sh
2018-01-09 23:54:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-01-09 23:54:06 UTC/bin/sh -c #(nop) CMD ["agent" "-dev" "-client" "0.0.0.0"]