2017-05-10 21:13:30 UTC
13 MB
0.8.2
DOCKER_BASE_VERSION0.0.4
HASHICORP_RELEASEShttps://releases.hashicorp.com
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cfc728c1c5584d8e0ae69368fc9c34d54d72651355573ba42554c2469a0a6299 - 14.41% (1.88 MB)
[#001] sha256:5513732686e20f1898b4e7d6c6bf4e045921f06f3c5611c8fda9feea2503e3f1 - 0.01% (1.22 KB)
[#002] sha256:298d172f6824dea979f4dea67a77814ac7c9f31a6abbfb51305b867a9b51b358 - 85.56% (11.1 MB)
[#003] sha256:18a6454829bbc019a590ba774167b7741c41ae99d665ba7fa55a252b190aee8e - 0.0% (142 Bytes)
[#004] sha256:fdebef2a4d2cdde47fb075dc7f076a6a6c9a20391f761a6e477bd6e407f0faeb - 0.01% (1.59 KB)
/bin/sh -c #(nop) ADD file:63f63606d6e289eb607c90e31de81802258906712727e473a2898f0f1ae55bb5 in /
2017-05-10 16:38:17 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-05-10 21:13:06 UTC/bin/sh -c #(nop) MAINTAINER James Phillips <james@hashicorp.com> (@slackpad)
2017-05-10 21:13:07 UTC/bin/sh -c #(nop) ENV CONSUL_VERSION=0.8.2
2017-05-10 21:13:08 UTC/bin/sh -c #(nop) ENV DOCKER_BASE_VERSION=0.0.4
2017-05-10 21:13:08 UTC/bin/sh -c #(nop) ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2017-05-10 21:13:10 UTC/bin/sh -c addgroup consul && adduser -S -G consul consul
2017-05-10 21:13:23 UTC/bin/sh -c apk add --no-cache ca-certificates curl gnupg libcap openssl && gpg --recv-keys 91A6E7F85D05C65630BEF18951852D87348FFC4C && mkdir -p /tmp/build && cd /tmp/build && wget ${HASHICORP_RELEASES}/docker-base/${DOCKER_BASE_VERSION}/docker-base_${DOCKER_BASE_VERSION}_linux_amd64.zip && wget ${HASHICORP_RELEASES}/docker-base/${DOCKER_BASE_VERSION}/docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS && wget ${HASHICORP_RELEASES}/docker-base/${DOCKER_BASE_VERSION}/docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS.sig && gpg --batch --verify docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS.sig docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS && grep ${DOCKER_BASE_VERSION}_linux_amd64.zip docker-base_${DOCKER_BASE_VERSION}_SHA256SUMS | sha256sum -c && unzip docker-base_${DOCKER_BASE_VERSION}_linux_amd64.zip && cp bin/gosu bin/dumb-init /bin && 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
2017-05-10 21:13:25 UTC/bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul
2017-05-10 21:13:26 UTC/bin/sh -c #(nop) VOLUME [/consul/data]
2017-05-10 21:13:26 UTC/bin/sh -c #(nop) EXPOSE 8300/tcp
2017-05-10 21:13:27 UTC/bin/sh -c #(nop) EXPOSE 8301/tcp 8301/udp 8302/tcp 8302/udp
2017-05-10 21:13:28 UTC/bin/sh -c #(nop) EXPOSE 8400/tcp 8500/tcp 8600/tcp 8600/udp
2017-05-10 21:13:29 UTC/bin/sh -c #(nop) COPY file:de6c9a0e693ae46a375c565826f2071715281bba7f165975eb8537acd0d96ff4 in /usr/local/bin/docker-entrypoint.sh
2017-05-10 21:13:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-05-10 21:13:30 UTC/bin/sh -c #(nop) CMD ["agent" "-dev" "-client" "0.0.0.0"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.