Namespace
library
Image / Tag
consul:0.8.4
Content Digest
sha256:94ef7d97b08aad1c6620d39fb105128a37e7218a52dcd7381ed5fef2fb3207da
Details
Created

2017-06-19 18:14:59 UTC

Size

13.2 MB

Content Digest
Environment
CONSUL_VERSION

0.8.4

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:43d680a959df2b2131639a5e0915cc03e6eeeaba1a22abf3d8881136728bc2ee - 14.37% (1.9 MB)

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

[#002] sha256:d61c91a5448d6c4b688c8946dc22602d4c64f5c356374c4cb7fd25bdc59ea04e - 85.61% (11.3 MB)

[#003] sha256:861a79c40c622ac96a68dd91e3a4b7c4da9f51f50e25abcefa8d9f28f5659bbf - 0.0% (143 Bytes)

[#004] sha256:f347f734bf3108c74d579d5078763c0666ed14c378f74f05da70ebbb3deeae2e - 0.01% (1.59 KB)


History
2017-06-19 16:58:00 UTC

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

2017-06-19 16:58:46 UTC

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

2017-06-19 17:55:32 UTC

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

2017-06-19 17:55:33 UTC

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

2017-06-19 17:55:34 UTC

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

2017-06-19 17:55:35 UTC

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

2017-06-19 17:55:36 UTC

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

2017-06-19 18:14:50 UTC

/bin/sh -c apk add --no-cache ca-certificates curl gnupg libcap openssl && gpg --keyserver pgp.mit.edu --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-06-19 18:14:52 UTC

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

2017-06-19 18:14:52 UTC

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

2017-06-19 18:14:53 UTC

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

2017-06-19 18:14:54 UTC

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

2017-06-19 18:14:55 UTC

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

2017-06-19 18:14:57 UTC

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

2017-06-19 18:14:58 UTC

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

2017-06-19 18:14:59 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