2018-01-24 18:50:48 UTC
13.4 MB
1.0.3
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:ed98c91d57d7fffe203d1118c22d8ab3eed80443d4ddbaf1b211674bfc1d7b91 - 0.01% (1.22 KB)
[#002] sha256:9164d24fd6124874c4330696bb4bc71d27d2ba0d409b4544163f91be1bdef89d - 85.23% (11.4 MB)
[#003] sha256:6b08b1cab22ef47e26bcf554d162567e69b4a76d654f9fecaf528fb792e2e179 - 0.0% (143 Bytes)
[#004] sha256:1c34f6cf78b6329d6dc40369c10e1b0750388b95fb8a8d302984a10a5a1c91e2 - 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-24 18:50:37 UTC/bin/sh -c #(nop) ENV CONSUL_VERSION=1.0.3
2018-01-24 18:50:37 UTC/bin/sh -c #(nop) ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2018-01-24 18:50:38 UTC/bin/sh -c addgroup consul && adduser -S -G consul consul
2018-01-24 18:50:45 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-24 18:50:46 UTC/bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul
2018-01-24 18:50:46 UTC/bin/sh -c #(nop) VOLUME [/consul/data]
2018-01-24 18:50:46 UTC/bin/sh -c #(nop) EXPOSE 8300/tcp
2018-01-24 18:50:47 UTC/bin/sh -c #(nop) EXPOSE 8301/tcp 8301/udp 8302/tcp 8302/udp
2018-01-24 18:50:47 UTC/bin/sh -c #(nop) EXPOSE 8500/tcp 8600/tcp 8600/udp
2018-01-24 18:50:47 UTC/bin/sh -c #(nop) COPY file:4d7013a8316461b27eb7cb7d1002f1be6aa386a925388563c1989385ebf30c2c in /usr/local/bin/docker-entrypoint.sh
2018-01-24 18:50:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-01-24 18:50:48 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.