Namespace
hashicorp
Image / Tag
consul:2.0
Content Digest
sha256:7dcf35d6b2682831094f1680aa58be214134969505acce0a9b280249581aa7d2
Details
Created

2026-07-08 09:30:46 UTC

Size

81 MB

Content Digest
Labels
  • description
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • maintainer
    Consul Team <consul@hashicorp.com>
  • name
    Consul
  • org.opencontainers.image.authors
    Consul Team <consul@hashicorp.com>
  • org.opencontainers.image.description
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • org.opencontainers.image.documentation
    https://developer.hashicorp.com/docs
  • org.opencontainers.image.licenses
    BSL-1.1
  • org.opencontainers.image.source
    https://github.com/hashicorp/consul
  • org.opencontainers.image.title
    consul
  • org.opencontainers.image.url
    https://www.consul.io/
  • org.opencontainers.image.vendor
    HashiCorp
  • org.opencontainers.image.version
    2.0.2
  • release
    ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664
  • revision
    ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    2.0.2

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

2.0.2


Layers

[#000] sha256:6a6a00dc10691f459c1e98a3f51cbd620a2263ec1ee5d81f9ec1086787e41716 - 4.46% (3.62 MB)

[#001] sha256:5f57770684ad06b2ee613d0bfbb807edda2ed10b82e5d6a6bab5388aa843f15e - 0.0% (2.05 KB)

[#002] sha256:bc4d2480b9ab063109dbf193c9160ad2eb9ec4acc509bff883f27eef0f329852 - 13.27% (10.8 MB)

[#003] sha256:d89eaaab47c432e89c89eb3ce8113fda349181b9edd3cbe6da60940c28632754 - 0.0% (975 Bytes)

[#004] sha256:79c7b9898b8c7e93d43d281576386669105db828d26f7861e4c5a4c1a7e2948a - 82.26% (66.7 MB)

[#005] sha256:57ddaa170f5b0883acc8be78f5da77f7257377ad84967424db2780243223bd5b - 0.0% (147 Bytes)

[#006] sha256:1d9859968c5a75179968d645019818c514af2d66a9e16e7c000fb09cc0a89ba6 - 0.0% (1.83 KB)

[#007] sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d - 0.0% (34 Bytes)


History
2026-06-16 00:01:19 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.24.1-x86.tar.gz / # buildkit

2026-06-16 00:01:19 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=2.0.2

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=2.0.2

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=386

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Consul Team <consul@hashicorp.com> org.opencontainers.image.url=https://www.consul.io/ org.opencontainers.image.documentation=https://developer.hashicorp.com/docs org.opencontainers.image.source=https://github.com/hashicorp/consul org.opencontainers.image.version=2.0.2 org.opencontainers.image.vendor=HashiCorp org.opencontainers.image.title=consul org.opencontainers.image.description=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. org.opencontainers.image.licenses=BSL-1.1 name=Consul maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp release=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 revision=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 summary=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. description=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. version=2.0.2

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

COPY LICENSE /usr/share/doc/consul/LICENSE.txt # buildkit

2026-07-08 09:30:45 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=386 /bin/sh -c apk add -v --no-cache --upgrade dumb-init libc6-compat iptables tzdata ca-certificates gnupg gnutls iputils libcap openssl su-exec jq zlib curl # buildkit

2026-07-08 09:30:45 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=386 /bin/sh -c addgroup $BIN_NAME && adduser -S -G $BIN_NAME $BIN_NAME # buildkit

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

COPY dist/linux/386/consul /bin/ # buildkit

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=386 /bin/sh -c mkdir -p /consul/data /consul/config && chown -R consul:consul /consul && { test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf; } # buildkit

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

EXPOSE [8300/tcp]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

EXPOSE [8301/tcp 8301/udp 8302/tcp 8302/udp]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

EXPOSE [8500/tcp 8600/tcp 8600/udp]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

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

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=386 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-07-08 09:30:44 UTC

Size

84.9 MB

Content Digest
Labels
  • description
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • maintainer
    Consul Team <consul@hashicorp.com>
  • name
    Consul
  • org.opencontainers.image.authors
    Consul Team <consul@hashicorp.com>
  • org.opencontainers.image.description
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • org.opencontainers.image.documentation
    https://developer.hashicorp.com/docs
  • org.opencontainers.image.licenses
    BSL-1.1
  • org.opencontainers.image.source
    https://github.com/hashicorp/consul
  • org.opencontainers.image.title
    consul
  • org.opencontainers.image.url
    https://www.consul.io/
  • org.opencontainers.image.vendor
    HashiCorp
  • org.opencontainers.image.version
    2.0.2
  • release
    ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664
  • revision
    ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    2.0.2

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

2.0.2


Layers

[#000] sha256:f98470dd7d776898537d7d617841e85931a2879ac1af7afc4753c2423c0a4fa2 - 4.45% (3.78 MB)

[#001] sha256:068fcb88b13fdc33e6e2f13b2127ece113b6966edfd4e4553c5e63baa61f3f23 - 0.0% (2.04 KB)

[#002] sha256:d3a8b21afaa635951be313f4b67c0f44a16ceaaa195e23119b5ffbe171961399 - 12.68% (10.8 MB)

[#003] sha256:f4d35df8b92116edfa68b8149872480669732d8eb4a14dbbd1cf2a94106d94f7 - 0.0% (974 Bytes)

[#004] sha256:c834287b4e4ea3c9aa35d72104d22d07307169cff7652c267ca05673d131da29 - 82.86% (70.4 MB)

[#005] sha256:c3d3e0e4ab51e03c77ad6bba8fe9e3ee5a48f142dc0a75e85d6d803034f5cd75 - 0.0% (146 Bytes)

[#006] sha256:72a2c8200e0b6c7276e1b1aaca841c6aa65bf7a4bfc90fe1f56dd468735797a6 - 0.0% (1.83 KB)

[#007] sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d - 0.0% (34 Bytes)


History
2026-06-16 00:01:29 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit

2026-06-16 00:01:29 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=2.0.2

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=2.0.2

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=amd64

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Consul Team <consul@hashicorp.com> org.opencontainers.image.url=https://www.consul.io/ org.opencontainers.image.documentation=https://developer.hashicorp.com/docs org.opencontainers.image.source=https://github.com/hashicorp/consul org.opencontainers.image.version=2.0.2 org.opencontainers.image.vendor=HashiCorp org.opencontainers.image.title=consul org.opencontainers.image.description=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. org.opencontainers.image.licenses=BSL-1.1 name=Consul maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp release=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 revision=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 summary=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. description=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. version=2.0.2

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

COPY LICENSE /usr/share/doc/consul/LICENSE.txt # buildkit

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c apk add -v --no-cache --upgrade dumb-init libc6-compat iptables tzdata ca-certificates gnupg gnutls iputils libcap openssl su-exec jq zlib curl # buildkit

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c addgroup $BIN_NAME && adduser -S -G $BIN_NAME $BIN_NAME # buildkit

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

COPY dist/linux/amd64/consul /bin/ # buildkit

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c mkdir -p /consul/data /consul/config && chown -R consul:consul /consul && { test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf; } # buildkit

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

EXPOSE [8300/tcp]

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

EXPOSE [8301/tcp 8301/udp 8302/tcp 8302/udp]

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

EXPOSE [8500/tcp 8600/tcp 8600/udp]

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

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

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2026-07-08 09:30:44 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-07-08 09:30:46 UTC

Size

79.6 MB

Content Digest
Labels
  • description
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • maintainer
    Consul Team <consul@hashicorp.com>
  • name
    Consul
  • org.opencontainers.image.authors
    Consul Team <consul@hashicorp.com>
  • org.opencontainers.image.description
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • org.opencontainers.image.documentation
    https://developer.hashicorp.com/docs
  • org.opencontainers.image.licenses
    BSL-1.1
  • org.opencontainers.image.source
    https://github.com/hashicorp/consul
  • org.opencontainers.image.title
    consul
  • org.opencontainers.image.url
    https://www.consul.io/
  • org.opencontainers.image.vendor
    HashiCorp
  • org.opencontainers.image.version
    2.0.2
  • release
    ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664
  • revision
    ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    2.0.2

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

2.0.2


Layers

[#000] sha256:d9ff1e376aa4db32fe97e4a7629d7a7f31ac7085f434f4f9d69459c715729814 - 4.32% (3.44 MB)

[#001] sha256:017c7568cc9ee9295515dddaf145548e2d1853993db5564d5063203337d2fa09 - 0.0% (2.05 KB)

[#002] sha256:2015ede1b7a18873e1764b12b69b907965d7fb67c2b294f745b9fa955e9dbb55 - 13.18% (10.5 MB)

[#003] sha256:4816d1802ed4a508ffaeb546c76d05ce50ab51ec02842bad8147c36a5994d767 - 0.0% (975 Bytes)

[#004] sha256:abae3fd3770aec39e309eb5a5473c47fe3126f8e949cfee8fc81b76920737fc0 - 82.5% (65.7 MB)

[#005] sha256:57ddaa170f5b0883acc8be78f5da77f7257377ad84967424db2780243223bd5b - 0.0% (147 Bytes)

[#006] sha256:90da923ca6c22afa06b84622b7320459b96d46e42bd1784d81ab946edefeaa12 - 0.0% (1.83 KB)

[#007] sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d - 0.0% (34 Bytes)


History
2026-06-16 00:00:25 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.24.1-armhf.tar.gz / # buildkit

2026-06-16 00:00:25 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-07-08 09:30:41 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=2.0.2

2026-07-08 09:30:41 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2026-07-08 09:30:41 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2026-07-08 09:30:41 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=2.0.2

2026-07-08 09:30:41 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664

2026-07-08 09:30:41 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2026-07-08 09:30:41 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=arm

2026-07-08 09:30:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Consul Team <consul@hashicorp.com> org.opencontainers.image.url=https://www.consul.io/ org.opencontainers.image.documentation=https://developer.hashicorp.com/docs org.opencontainers.image.source=https://github.com/hashicorp/consul org.opencontainers.image.version=2.0.2 org.opencontainers.image.vendor=HashiCorp org.opencontainers.image.title=consul org.opencontainers.image.description=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. org.opencontainers.image.licenses=BSL-1.1 name=Consul maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp release=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 revision=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 summary=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. description=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. version=2.0.2

2026-07-08 09:30:41 UTC (buildkit.dockerfile.v0)

COPY LICENSE /usr/share/doc/consul/LICENSE.txt # buildkit

2026-07-08 09:30:45 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=arm /bin/sh -c apk add -v --no-cache --upgrade dumb-init libc6-compat iptables tzdata ca-certificates gnupg gnutls iputils libcap openssl su-exec jq zlib curl # buildkit

2026-07-08 09:30:45 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=arm /bin/sh -c addgroup $BIN_NAME && adduser -S -G $BIN_NAME $BIN_NAME # buildkit

2026-07-08 09:30:45 UTC (buildkit.dockerfile.v0)

COPY dist/linux/arm/consul /bin/ # buildkit

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=arm /bin/sh -c mkdir -p /consul/data /consul/config && chown -R consul:consul /consul && { test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf; } # buildkit

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

EXPOSE [8300/tcp]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

EXPOSE [8301/tcp 8301/udp 8302/tcp 8302/udp]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

EXPOSE [8500/tcp 8600/tcp 8600/udp]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

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

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=arm /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-07-08 09:30:47 UTC

Size

79.7 MB

Content Digest
Labels
  • description
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • maintainer
    Consul Team <consul@hashicorp.com>
  • name
    Consul
  • org.opencontainers.image.authors
    Consul Team <consul@hashicorp.com>
  • org.opencontainers.image.description
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • org.opencontainers.image.documentation
    https://developer.hashicorp.com/docs
  • org.opencontainers.image.licenses
    BSL-1.1
  • org.opencontainers.image.source
    https://github.com/hashicorp/consul
  • org.opencontainers.image.title
    consul
  • org.opencontainers.image.url
    https://www.consul.io/
  • org.opencontainers.image.vendor
    HashiCorp
  • org.opencontainers.image.version
    2.0.2
  • release
    ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664
  • revision
    ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    2.0.2

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

2.0.2


Layers

[#000] sha256:e796369152ae2bcfc5a6770ec686c48258300b27adec12edb4c13f9ab41af2f5 - 5.12% (4.08 MB)

[#001] sha256:11c9f4019e82aec526eb73a34c62f4abee50d661eaf26b660552e3b3ff2a3f57 - 0.0% (2.05 KB)

[#002] sha256:c56e5195d9795e698c99542d858aa84d7d7841ce1f151fc06cc596d39394d08c - 13.48% (10.7 MB)

[#003] sha256:60a66d60e60bacdca1ff433e5a8cf5b0f207d83ab699112babfd5cb1efc42c2a - 0.0% (974 Bytes)

[#004] sha256:5018774407204324740ec393c76dd2533ded7a8f4707f0416b506d03d2cd2ed8 - 81.4% (64.9 MB)

[#005] sha256:caecac784b4d94d0e05a815bd4397703c8969ef8a83e0efdbc1db183432c3790 - 0.0% (147 Bytes)

[#006] sha256:557a7f3bbb9704bd071815a760fe9a929bb7a4ce76928f2ee5e5c19b2d988209 - 0.0% (1.83 KB)

[#007] sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d - 0.0% (34 Bytes)


History
2026-06-16 00:01:20 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit

2026-06-16 00:01:20 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=2.0.2

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=2.0.2

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=arm64

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Consul Team <consul@hashicorp.com> org.opencontainers.image.url=https://www.consul.io/ org.opencontainers.image.documentation=https://developer.hashicorp.com/docs org.opencontainers.image.source=https://github.com/hashicorp/consul org.opencontainers.image.version=2.0.2 org.opencontainers.image.vendor=HashiCorp org.opencontainers.image.title=consul org.opencontainers.image.description=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. org.opencontainers.image.licenses=BSL-1.1 name=Consul maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp release=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 revision=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 summary=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. description=Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. version=2.0.2

2026-07-08 09:30:42 UTC (buildkit.dockerfile.v0)

COPY LICENSE /usr/share/doc/consul/LICENSE.txt # buildkit

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c apk add -v --no-cache --upgrade dumb-init libc6-compat iptables tzdata ca-certificates gnupg gnutls iputils libcap openssl su-exec jq zlib curl # buildkit

2026-07-08 09:30:46 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c addgroup $BIN_NAME && adduser -S -G $BIN_NAME $BIN_NAME # buildkit

2026-07-08 09:30:47 UTC (buildkit.dockerfile.v0)

COPY dist/linux/arm64/consul /bin/ # buildkit

2026-07-08 09:30:47 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c mkdir -p /consul/data /consul/config && chown -R consul:consul /consul && { test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf; } # buildkit

2026-07-08 09:30:47 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2026-07-08 09:30:47 UTC (buildkit.dockerfile.v0)

EXPOSE [8300/tcp]

2026-07-08 09:30:47 UTC (buildkit.dockerfile.v0)

EXPOSE [8301/tcp 8301/udp 8302/tcp 8302/udp]

2026-07-08 09:30:47 UTC (buildkit.dockerfile.v0)

EXPOSE [8500/tcp 8600/tcp 8600/udp]

2026-07-08 09:30:47 UTC (buildkit.dockerfile.v0)

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

2026-07-08 09:30:47 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.2 BIN_NAME=consul PRODUCT_REVISION=ca5bc12bf2f9a3b10d4345aaa8050b0d3b523664 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit

2026-07-08 09:30:47 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2026-07-08 09:30:47 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