Namespace
hashicorp
Image / Tag
consul:1.9.2
Content Digest
sha256:bf2ade1fb1766aac082bf48c573d2ffca71327a7973203191da858e1d4f1e404
Details
Created

2021-01-20 23:58:45 UTC

Size

42.8 MB

Content Digest
Labels
  • consul.version
    1.9.2
  • org.opencontainers.image.authors
    Consul Team <consul@hashicorp.com>

Environment
HASHICORP_RELEASES

https://releases.hashicorp.com

PATH

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


Layers

[#000] sha256:455793c72b878001f0905634ed52a2524ba51796e7377bf00683a85123f7dce9 - 6.22% (2.66 MB)

[#001] sha256:112ec79aa316c9a04808f2ed8aa29914b757109813712c91a5738de9c932f515 - 0.0% (1.22 KB)

[#002] sha256:b4e41b8671bb9f47d016c0ca771251475ebc5e2ec4d5a493a5cc52a1f0b47699 - 93.77% (40.2 MB)

[#003] sha256:54d31c58077babe3231eba53b34e2bcb04d9bb15fddaa8ad27afc4923348b537 - 0.0% (141 Bytes)

[#004] sha256:95372fcf016fce2abbb15e60f847e0528d04969701d3986b8299cb58be52cad3 - 0.0% (161 Bytes)

[#005] sha256:5ef73f0cafc257e765302b295e95950506247986aae76df118044eb3cc11bd02 - 0.0% (1.67 KB)


History
2020-12-17 00:38:32 UTC

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

2020-12-17 00:38:32 UTC

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

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Consul Team <consul@hashicorp.com>

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

ARG CONSUL_VERSION=1.9.2

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

LABEL consul.version=1.9.2

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

ENV HASHICORP_RELEASES=https://releases.hashicorp.com

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c addgroup consul && adduser -S -G consul consul # buildkit

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c set -eux && apk add --no-cache ca-certificates curl dumb-init gnupg libcap openssl su-exec iputils jq libc6-compat && gpg --keyserver pool.sks-keyservers.net --recv-keys 91A6E7F85D05C65630BEF18951852D87348FFC4C && mkdir -p /tmp/build && cd /tmp/build && apkArch="$(apk --print-arch)" && case "${apkArch}" in aarch64) consulArch='arm64' ;; armhf) consulArch='armhfv6' ;; x86) consulArch='386' ;; x86_64) consulArch='amd64' ;; *) echo >&2 "error: unsupported architecture: ${apkArch} (see ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/)" && exit 1 ;; esac && wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_${consulArch}.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_${consulArch}.zip consul_${CONSUL_VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin consul_${CONSUL_VERSION}_linux_${consulArch}.zip && cd /tmp && rm -rf /tmp/build && gpgconf --kill all && apk del gnupg openssl && rm -rf /root/.gnupg && consul version # buildkit

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

EXPOSE map[8301/tcp:{} 8301/udp:{} 8302/tcp:{} 8302/udp:{}]

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

EXPOSE map[8500/tcp:{} 8600/tcp:{} 8600/udp:{}]

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2021-01-20 23:58:45 UTC (buildkit.dockerfile.v0)

CMD ["agent" "-dev" "-client" "0.0.0.0"]

Details
Created

2021-01-20 23:59:14 UTC

Size

43.5 MB

Content Digest
Labels
  • consul.version
    1.9.2
  • org.opencontainers.image.authors
    Consul Team <consul@hashicorp.com>

Environment
HASHICORP_RELEASES

https://releases.hashicorp.com

PATH

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


Layers

[#000] sha256:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 6.14% (2.67 MB)

[#001] sha256:112ec79aa316c9a04808f2ed8aa29914b757109813712c91a5738de9c932f515 - 0.0% (1.22 KB)

[#002] sha256:41ca7bf3a25c79abdd5992d0d3bc8a4c551c146089f7aec95d0663102ebe3f1e - 93.85% (40.8 MB)

[#003] sha256:1ccb37040ea441a935edf14927ee8ab719a7cc462cd9032cb235690aa38fc67d - 0.0% (142 Bytes)

[#004] sha256:4978284824b4e45f8044b6fcb95f7020efbabe86cdab58266655a531aca11469 - 0.0% (159 Bytes)

[#005] sha256:b8f82c0b681658e4e50151a294105a7afe32b0a6189af7d212cbf071cc84a323 - 0.0% (1.67 KB)


History
2020-12-17 00:19:41 UTC

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

2020-12-17 00:19:42 UTC

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

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Consul Team <consul@hashicorp.com>

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

ARG CONSUL_VERSION=1.9.2

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

LABEL consul.version=1.9.2

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

ENV HASHICORP_RELEASES=https://releases.hashicorp.com

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c addgroup consul && adduser -S -G consul consul # buildkit

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c set -eux && apk add --no-cache ca-certificates curl dumb-init gnupg libcap openssl su-exec iputils jq libc6-compat && gpg --keyserver pool.sks-keyservers.net --recv-keys 91A6E7F85D05C65630BEF18951852D87348FFC4C && mkdir -p /tmp/build && cd /tmp/build && apkArch="$(apk --print-arch)" && case "${apkArch}" in aarch64) consulArch='arm64' ;; armhf) consulArch='armhfv6' ;; x86) consulArch='386' ;; x86_64) consulArch='amd64' ;; *) echo >&2 "error: unsupported architecture: ${apkArch} (see ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/)" && exit 1 ;; esac && wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_${consulArch}.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_${consulArch}.zip consul_${CONSUL_VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin consul_${CONSUL_VERSION}_linux_${consulArch}.zip && cd /tmp && rm -rf /tmp/build && gpgconf --kill all && apk del gnupg openssl && rm -rf /root/.gnupg && consul version # buildkit

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

EXPOSE map[8301/tcp:{} 8301/udp:{} 8302/tcp:{} 8302/udp:{}]

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

EXPOSE map[8500/tcp:{} 8600/tcp:{} 8600/udp:{}]

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2021-01-20 23:59:14 UTC (buildkit.dockerfile.v0)

CMD ["agent" "-dev" "-client" "0.0.0.0"]

Details
Created

2021-01-20 23:59:04 UTC

Size

39 MB

Content Digest
Labels
  • consul.version
    1.9.2
  • org.opencontainers.image.authors
    Consul Team <consul@hashicorp.com>

Environment
HASHICORP_RELEASES

https://releases.hashicorp.com

PATH

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


Layers

[#000] sha256:93247449aef3c56eb4f7ab7b3fed95743c974b823def6dd86ec84008126e7903 - 6.38% (2.48 MB)

[#001] sha256:0a0299ba133b83b4abe9c0213d35f289946997af53645ca7dda1204286006557 - 0.0% (1.22 KB)

[#002] sha256:b262503f62e329448ce6c7a67f1dd26ae051e9cbb70eb3e7c3046d861bc1408e - 93.62% (36.5 MB)

[#003] sha256:b307118c938478f4ae80daba6ddc0aa52b387f28ef3dd627a95315f79ed4a3a7 - 0.0% (141 Bytes)

[#004] sha256:28252a0b1a6193150c7b68094e6e0fb57920b042bc896e96550b8b052e333a8d - 0.0% (159 Bytes)

[#005] sha256:39d64f196f40bf8d2aed5fdb14b9a033b46b9f2f0de78dbc6c026fb507e963b6 - 0.0% (1.68 KB)


History
2020-12-16 23:49:43 UTC

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

2020-12-16 23:49:45 UTC

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

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Consul Team <consul@hashicorp.com>

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

ARG CONSUL_VERSION=1.9.2

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

LABEL consul.version=1.9.2

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

ENV HASHICORP_RELEASES=https://releases.hashicorp.com

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c addgroup consul && adduser -S -G consul consul # buildkit

2021-01-20 23:59:03 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c set -eux && apk add --no-cache ca-certificates curl dumb-init gnupg libcap openssl su-exec iputils jq libc6-compat && gpg --keyserver pool.sks-keyservers.net --recv-keys 91A6E7F85D05C65630BEF18951852D87348FFC4C && mkdir -p /tmp/build && cd /tmp/build && apkArch="$(apk --print-arch)" && case "${apkArch}" in aarch64) consulArch='arm64' ;; armhf) consulArch='armhfv6' ;; x86) consulArch='386' ;; x86_64) consulArch='amd64' ;; *) echo >&2 "error: unsupported architecture: ${apkArch} (see ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/)" && exit 1 ;; esac && wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_${consulArch}.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_${consulArch}.zip consul_${CONSUL_VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin consul_${CONSUL_VERSION}_linux_${consulArch}.zip && cd /tmp && rm -rf /tmp/build && gpgconf --kill all && apk del gnupg openssl && rm -rf /root/.gnupg && consul version # buildkit

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

EXPOSE map[8301/tcp:{} 8301/udp:{} 8302/tcp:{} 8302/udp:{}]

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

EXPOSE map[8500/tcp:{} 8600/tcp:{} 8600/udp:{}]

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

CMD ["agent" "-dev" "-client" "0.0.0.0"]

Details
Created

2021-01-20 23:59:05 UTC

Size

39.2 MB

Content Digest
Labels
  • consul.version
    1.9.2
  • org.opencontainers.image.authors
    Consul Team <consul@hashicorp.com>

Environment
HASHICORP_RELEASES

https://releases.hashicorp.com

PATH

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


Layers

[#000] sha256:159e5727ea618dfe8b08811112e2c51f5bd2b9ae7db9eb214914a65249f70ca0 - 6.6% (2.58 MB)

[#001] sha256:79b469c088edc06152753cef12fae5ccc4c2e5bc82fc87ba992f8b42803c3dc8 - 0.0% (1.22 KB)

[#002] sha256:5984b74955249ab8d70950fe001ef1e12060fceaf350242d6a3ba6fcbfceede7 - 93.4% (36.6 MB)

[#003] sha256:b307118c938478f4ae80daba6ddc0aa52b387f28ef3dd627a95315f79ed4a3a7 - 0.0% (141 Bytes)

[#004] sha256:3bdea87407b8fac52aad07c49fae1df078e36cccaf9b2740a80196bcf98b0aa2 - 0.0% (160 Bytes)

[#005] sha256:a34820d8fe328b5d067d3939eb430f45de040715399fd702de9ad2b52145a090 - 0.0% (1.68 KB)


History
2020-12-16 23:40:26 UTC

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

2020-12-16 23:40:29 UTC

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

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Consul Team <consul@hashicorp.com>

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

ARG CONSUL_VERSION=1.9.2

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

LABEL consul.version=1.9.2

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

ENV HASHICORP_RELEASES=https://releases.hashicorp.com

2021-01-20 23:58:36 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c addgroup consul && adduser -S -G consul consul # buildkit

2021-01-20 23:59:04 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c set -eux && apk add --no-cache ca-certificates curl dumb-init gnupg libcap openssl su-exec iputils jq libc6-compat && gpg --keyserver pool.sks-keyservers.net --recv-keys 91A6E7F85D05C65630BEF18951852D87348FFC4C && mkdir -p /tmp/build && cd /tmp/build && apkArch="$(apk --print-arch)" && case "${apkArch}" in aarch64) consulArch='arm64' ;; armhf) consulArch='armhfv6' ;; x86) consulArch='386' ;; x86_64) consulArch='amd64' ;; *) echo >&2 "error: unsupported architecture: ${apkArch} (see ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/)" && exit 1 ;; esac && wget ${HASHICORP_RELEASES}/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_${consulArch}.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_${consulArch}.zip consul_${CONSUL_VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin consul_${CONSUL_VERSION}_linux_${consulArch}.zip && cd /tmp && rm -rf /tmp/build && gpgconf --kill all && apk del gnupg openssl && rm -rf /root/.gnupg && consul version # buildkit

2021-01-20 23:59:05 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2021-01-20 23:59:05 UTC (buildkit.dockerfile.v0)

RUN |1 CONSUL_VERSION=1.9.2 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2021-01-20 23:59:05 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2021-01-20 23:59:05 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2021-01-20 23:59:05 UTC (buildkit.dockerfile.v0)

EXPOSE map[8301/tcp:{} 8301/udp:{} 8302/tcp:{} 8302/udp:{}]

2021-01-20 23:59:05 UTC (buildkit.dockerfile.v0)

EXPOSE map[8500/tcp:{} 8600/tcp:{} 8600/udp:{}]

2021-01-20 23:59:05 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit

2021-01-20 23:59:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2021-01-20 23:59:05 UTC (buildkit.dockerfile.v0)

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