Namespace
hashicorp
Image / Tag
consul:latest
Content Digest
sha256:1c59f007df8ea1c21b2558dc73ef8d99047bc895d9e52e635d1e745e35fe9a54
Details
Created

2026-09-09 18:00:42 UTC

Size

83.5 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.4
  • release
    a3eb721c21d4c1ff4baabf84da60158f374f8907
  • revision
    a3eb721c21d4c1ff4baabf84da60158f374f8907
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    2.0.4

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

2.0.4


Layers

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

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

[#002] sha256:2cc8757fad0573c38a199845a04385fcc9d9b1fbc0d23d54e743212a2b55b467 - 15.59% (13 MB)

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

[#004] sha256:f48f64b0821c179d22101d3b3f9e983bdb37aa81b4fd743f5f79a1e7d43875b0 - 80.08% (66.9 MB)

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

[#006] sha256:d613c1c170dc3a7ef91d5e6d41c941d341b6ee8accb3054d773554dd463f69b0 - 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-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=2.0.4

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=2.0.4

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=386

2026-09-09 18:00: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.4 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=a3eb721c21d4c1ff4baabf84da60158f374f8907 revision=a3eb721c21d4c1ff4baabf84da60158f374f8907 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.4

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.4 BIN_NAME=consul PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907 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-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.4 BIN_NAME=consul PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907 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-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

EXPOSE [8300/tcp]

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2026-09-09 18:00:42 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-09-09 18:01:00 UTC

Size

87.5 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.4
  • release
    a3eb721c21d4c1ff4baabf84da60158f374f8907
  • revision
    a3eb721c21d4c1ff4baabf84da60158f374f8907
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    2.0.4

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

2.0.4


Layers

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

[#001] sha256:50f7e8ea019a3c794065eabdfd477b4988fc0fcd4262d399dc89c5072a672f70 - 0.0% (2.05 KB)

[#002] sha256:b18a4233bf86efd447ae6ec534e25cbc53b771a489bbe5cf58cad052e91504de - 15.12% (13.2 MB)

[#003] sha256:2ef71e95b9b3831ba65682cd82131ba75d51f196ec2e5c3c331b593018aa9d48 - 0.0% (976 Bytes)

[#004] sha256:95b2fa551f9840bfec8e7c9d104682a2f4dca13d0ffe1f8b9d5d4f992d13d08c - 80.55% (70.5 MB)

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

[#006] sha256:8c0932e9cda4895242b55c08b1115d550e0bdaf9b38922c6601f3960e64bf484 - 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-09-09 18:00:57 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=2.0.4

2026-09-09 18:00:57 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2026-09-09 18:00:57 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2026-09-09 18:00:57 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=2.0.4

2026-09-09 18:00:57 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907

2026-09-09 18:00:57 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2026-09-09 18:00:57 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=amd64

2026-09-09 18:00:57 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.4 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=a3eb721c21d4c1ff4baabf84da60158f374f8907 revision=a3eb721c21d4c1ff4baabf84da60158f374f8907 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.4

2026-09-09 18:00:57 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:59 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.4 BIN_NAME=consul PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907 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-09-09 18:00:59 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.4 BIN_NAME=consul PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907 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-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2026-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

EXPOSE [8300/tcp]

2026-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2026-09-09 18:01:00 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-09-09 18:00:41 UTC

Size

81.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.4
  • release
    a3eb721c21d4c1ff4baabf84da60158f374f8907
  • revision
    a3eb721c21d4c1ff4baabf84da60158f374f8907
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    2.0.4

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

2.0.4


Layers

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

[#001] sha256:8d1d7dd2c66951b2ec419aa7b71a94018029361aa94dbb91ad88795431b81596 - 0.0% (2.05 KB)

[#002] sha256:0ab2cedce610ff1d4d3c95d1b842f1214766d373c655e2234f620124bf882aff - 15.34% (12.6 MB)

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

[#004] sha256:ea39fd3ff6411012638b4b4e7a0047c5cb8b2e3c8e41770363ea22d1934a505f - 80.45% (65.9 MB)

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

[#006] sha256:628483386d2a1200730dc21edf8dd656633c2fefe21b37c54506a42d0eab88f8 - 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-09-09 18:00:37 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=2.0.4

2026-09-09 18:00:37 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2026-09-09 18:00:37 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2026-09-09 18:00:37 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=2.0.4

2026-09-09 18:00:37 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907

2026-09-09 18:00:37 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2026-09-09 18:00:37 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=arm

2026-09-09 18:00:37 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.4 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=a3eb721c21d4c1ff4baabf84da60158f374f8907 revision=a3eb721c21d4c1ff4baabf84da60158f374f8907 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.4

2026-09-09 18:00:37 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:40 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.4 BIN_NAME=consul PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907 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-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.4 BIN_NAME=consul PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907 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-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

EXPOSE [8300/tcp]

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-09-09 18:00:41 UTC

Size

82.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.4
  • release
    a3eb721c21d4c1ff4baabf84da60158f374f8907
  • revision
    a3eb721c21d4c1ff4baabf84da60158f374f8907
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    2.0.4

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

2.0.4


Layers

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

[#001] sha256:943444fe388a80c776bbe2fb93737c767a36211d1b55e652f268ed7fd2fbc171 - 0.0% (2.05 KB)

[#002] sha256:377300a24ed43b426b205b5e39bbbe6125de7141d20f316da4a37829795e7f6b - 16.34% (13.5 MB)

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

[#004] sha256:d5c22a8131af68feb5012906dc0ce9e2ee41f333bb6ab65469a3e0d5df5ceb73 - 78.71% (65.1 MB)

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

[#006] sha256:0f0b844688296275e5e2f556360df5fa48ddbd8f17db854adb800cf7a4e8b11c - 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-09-09 18:00:36 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=2.0.4

2026-09-09 18:00:36 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2026-09-09 18:00:36 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2026-09-09 18:00:36 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=2.0.4

2026-09-09 18:00:36 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907

2026-09-09 18:00:36 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2026-09-09 18:00:36 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=arm64

2026-09-09 18:00:36 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.4 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=a3eb721c21d4c1ff4baabf84da60158f374f8907 revision=a3eb721c21d4c1ff4baabf84da60158f374f8907 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.4

2026-09-09 18:00:36 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:40 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.4 BIN_NAME=consul PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907 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-09-09 18:00:40 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:40 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=2.0.4 BIN_NAME=consul PRODUCT_REVISION=a3eb721c21d4c1ff4baabf84da60158f374f8907 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-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

EXPOSE [8300/tcp]

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

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

2026-09-09 18:00:41 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2026-09-09 18:00:41 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