Namespace
library
Image / Tag
consul:0.8.3
Content Digest
sha256:008f9751b9e3282c2cd68462847c1eb77c5eae34fc17015ac62adeef3d127038
Details
Created

2017-05-30 16:35:46 UTC

Size

13 MB

Content Digest
Environment
CONSUL_VERSION

0.8.3

DOCKER_BASE_VERSION

0.0.4

HASHICORP_RELEASES

https://releases.hashicorp.com

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:6f821164d5b7ec94868795c1fb8dc6fd7d1fe51e04f97a6cf3a487868f2f5d68 - 14.41% (1.88 MB)

[#001] sha256:0def154e6a6c4fb43d41ff95075cfa7de47037279cf9552495a8db08235b0518 - 0.01% (1.22 KB)

[#002] sha256:3d8c5010f2a6f4154f4f404bf692e7612734654e75c02469ff68ace225bbb3d9 - 85.56% (11.1 MB)

[#003] sha256:16a3ec6049b7f8105c7ddec95962ac65911c372beaad126722ace6657553926b - 0.0% (143 Bytes)

[#004] sha256:f5c11926a0d80dc43d21547d03052bfb4967d578c4a7c9cea1886dc9c2e758ed - 0.01% (1.58 KB)


History
2017-05-25 23:32:38 UTC

/bin/sh -c #(nop) ADD file:df15515197b183747a0b7ccefd75973edc87fc7a5bce30fa10ae94e75928d25c in /

2017-05-25 23:32:38 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2017-05-30 16:35:23 UTC

/bin/sh -c #(nop) MAINTAINER James Phillips <james@hashicorp.com> (@slackpad)

2017-05-30 16:35:23 UTC

/bin/sh -c #(nop) ENV CONSUL_VERSION=0.8.3

2017-05-30 16:35:24 UTC

/bin/sh -c #(nop) ENV DOCKER_BASE_VERSION=0.0.4

2017-05-30 16:35:25 UTC

/bin/sh -c #(nop) ENV HASHICORP_RELEASES=https://releases.hashicorp.com

2017-05-30 16:35:26 UTC

/bin/sh -c addgroup consul && adduser -S -G consul consul

2017-05-30 16:35:39 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-30 16:35:40 UTC

/bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul

2017-05-30 16:35:41 UTC

/bin/sh -c #(nop) VOLUME [/consul/data]

2017-05-30 16:35:41 UTC

/bin/sh -c #(nop) EXPOSE 8300/tcp

2017-05-30 16:35:42 UTC

/bin/sh -c #(nop) EXPOSE 8301/tcp 8301/udp 8302/tcp 8302/udp

2017-05-30 16:35:43 UTC

/bin/sh -c #(nop) EXPOSE 8400/tcp 8500/tcp 8600/tcp 8600/udp

2017-05-30 16:35:44 UTC

/bin/sh -c #(nop) COPY file:de6c9a0e693ae46a375c565826f2071715281bba7f165975eb8537acd0d96ff4 in /usr/local/bin/docker-entrypoint.sh

2017-05-30 16:35:45 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2017-05-30 16:35:46 UTC

/bin/sh -c #(nop) CMD ["agent" "-dev" "-client" "0.0.0.0"]

Danger Zone
Delete Tag

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.

Delete