Namespace
hashicorp
Image / Tag
consul:1.21.5
Content Digest
sha256:6126c30072690cb3173a450ff5bde120c3a01e11c9dccab83b1b2314d4c828bd
Details
Created

2025-09-21 15:33:29 UTC

Size

79.3 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
    1.21.5
  • release
    3261d11abc0ae8fa92ac15acff71192ee026abf4
  • revision
    3261d11abc0ae8fa92ac15acff71192ee026abf4
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    1.21.5

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

1.21.5


Layers

[#000] sha256:be517c4c270fbbb7327e69ff3ea746807759a98ffecbfcdccd24592afcaeea4e - 4.48% (3.55 MB)

[#001] sha256:60e34f0f79c0433942295ff4ec6db9ad6529e1b1705db36e3f63bbcbe3340031 - 0.0% (2.03 KB)

[#002] sha256:e45f3ba9bccfd43ec9c4fa3ed883d628e27fb635df4666ac1493d4978ee7a313 - 16.15% (12.8 MB)

[#003] sha256:7eb691fa92b5e67eac755555d64c128d4f29004371772ffdc1790ad6f50e833b - 0.0% (976 Bytes)

[#004] sha256:78c044e66653f37e47f961784ff969b1abb703dcdfe162544577df3dbd860a95 - 79.36% (62.9 MB)

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

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

[#007] sha256:e72d139c1a7bb0597898d055b959fbba159a42894990fc87f32914c7f5a57e3a - 0.0% (1.83 KB)

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


History
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

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

2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-21 15:33:27 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=1.21.5

2025-09-21 15:33:27 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2025-09-21 15:33:27 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2025-09-21 15:33:27 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.21.5

2025-09-21 15:33:27 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4

2025-09-21 15:33:27 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2025-09-21 15:33:27 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=386

2025-09-21 15:33:27 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=1.21.5 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=3261d11abc0ae8fa92ac15acff71192ee026abf4 revision=3261d11abc0ae8fa92ac15acff71192ee026abf4 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=1.21.5

2025-09-21 15:33:27 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=1.21.5 BIN_NAME=consul PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4 TARGETOS=linux TARGETARCH=386 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=1.21.5 BIN_NAME=consul PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4 TARGETOS=linux TARGETARCH=386 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{193 0} {193 0}}] 0xc00061af40}

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{198 0} {198 0}}] 0xc00061af40}

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{202 0} {202 0}}] 0xc00061af40}

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-21 15:33:23 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
    1.21.5
  • release
    3261d11abc0ae8fa92ac15acff71192ee026abf4
  • revision
    3261d11abc0ae8fa92ac15acff71192ee026abf4
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    1.21.5

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

1.21.5


Layers

[#000] sha256:df603300ccbcc1523bc2760b1bd7133a04e098190156de2f216bc808a68a73a9 - 4.47% (3.73 MB)

[#001] sha256:7c5f6effad6dcc91bec1e20d0c07f89e779cd3decf46166d5b5b2292b3b45020 - 0.0% (2.03 KB)

[#002] sha256:a327f645c45070e8a8ae77673991ea41c2ba44b3e110f8a3a9785e8cf5c1e1fb - 15.53% (13 MB)

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

[#004] sha256:7623f6a912a819d85a7e0e43c9862adf0fb651c9468c7d0f3cd705b860264ec7 - 79.99% (66.8 MB)

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

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

[#007] sha256:ef4dd500a58ecf84800504bcda190d4047b221d108a0799798d461d336fe4c2e - 0.0% (1.83 KB)

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


History
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

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

2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-21 15:33:21 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=1.21.5

2025-09-21 15:33:21 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2025-09-21 15:33:21 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2025-09-21 15:33:21 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.21.5

2025-09-21 15:33:21 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4

2025-09-21 15:33:21 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2025-09-21 15:33:21 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=amd64

2025-09-21 15:33:21 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=1.21.5 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=3261d11abc0ae8fa92ac15acff71192ee026abf4 revision=3261d11abc0ae8fa92ac15acff71192ee026abf4 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=1.21.5

2025-09-21 15:33:21 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:22 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=1.21.5 BIN_NAME=consul PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=1.21.5 BIN_NAME=consul PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{193 0} {193 0}}] 0xc0003f9c00}

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{198 0} {198 0}}] 0xc0003f9c00}

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{202 0} {202 0}}] 0xc0003f9c00}

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-09-21 15:33:23 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-21 15:33:30 UTC

Size

77.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
    1.21.5
  • release
    3261d11abc0ae8fa92ac15acff71192ee026abf4
  • revision
    3261d11abc0ae8fa92ac15acff71192ee026abf4
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    1.21.5

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

1.21.5


Layers

[#000] sha256:0dbbe48301adcd1ee2e24c0a86af7c84b73278abad83394d3fd0d2a72483d15f - 4.36% (3.4 MB)

[#001] sha256:365a112d8ebe65e3051cc90059eaa4386c0f0faf0cea1d032489e46f941331ed - 0.0% (2.03 KB)

[#002] sha256:4288d4032dad66f1730307ec3533fdb7eb7a2236be2c48516457829c69d670fe - 15.7% (12.2 MB)

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

[#004] sha256:da08f217a18d71bf86a11140bb5690606ce43c9f761d1d4b5a64b821547cae47 - 79.94% (62.3 MB)

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

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

[#007] sha256:550b6ec1c9457adab010fccbcda86d302cb31b4d06a1ef9ab50920fe4f3db088 - 0.0% (1.83 KB)

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


History
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

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

2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-21 15:33:25 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=1.21.5

2025-09-21 15:33:25 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2025-09-21 15:33:25 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2025-09-21 15:33:25 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.21.5

2025-09-21 15:33:25 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4

2025-09-21 15:33:25 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2025-09-21 15:33:25 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=arm

2025-09-21 15:33:25 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=1.21.5 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=3261d11abc0ae8fa92ac15acff71192ee026abf4 revision=3261d11abc0ae8fa92ac15acff71192ee026abf4 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=1.21.5

2025-09-21 15:33:25 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:29 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=1.21.5 BIN_NAME=consul PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4 TARGETOS=linux TARGETARCH=arm /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=1.21.5 BIN_NAME=consul PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4 TARGETOS=linux TARGETARCH=arm /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{193 0} {193 0}}] 0xc000051f40}

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{198 0} {198 0}}] 0xc000051f40}

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{202 0} {202 0}}] 0xc000051f40}

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-09-21 15:33:30 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-21 15:33:33 UTC

Size

78.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
    1.21.5
  • release
    3261d11abc0ae8fa92ac15acff71192ee026abf4
  • revision
    3261d11abc0ae8fa92ac15acff71192ee026abf4
  • summary
    Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
  • vendor
    HashiCorp
  • version
    1.21.5

Environment
BIN_NAME

consul

PATH

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

PRODUCT_NAME

consul

PRODUCT_VERSION

1.21.5


Layers

[#000] sha256:3585abd643563f09ec4bee7082de6497de60be67c892ba10d7a81f3d6f470ab2 - 5.13% (4.04 MB)

[#001] sha256:c9df7c6b1151d42d49dfcecf02577b62d0a42bdbd0102b719d91d65156273f2a - 0.0% (2.03 KB)

[#002] sha256:1582b223b9b0a89c6c6d2771358ecd70970359480f8d603e48c25f54a8a6eac7 - 16.76% (13.2 MB)

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

[#004] sha256:779e8cfbfd165956e100987e3ea93f40a0228f6f224bd0e2d6c10b7ab51e44ae - 78.11% (61.6 MB)

[#005] sha256:71bf2472f42b6b8391b77a9a43bd752c4baf87d0ec55f5b7305a62638ab43dc7 - 0.0% (145 Bytes)

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

[#007] sha256:7cb0fccc84ca4f64eead24335c938904aec4c973d8fadf8234393495e340ef13 - 0.0% (1.83 KB)

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


History
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

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

2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-21 15:33:28 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=1.21.5

2025-09-21 15:33:28 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul

2025-09-21 15:33:28 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2025-09-21 15:33:28 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.21.5

2025-09-21 15:33:28 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4

2025-09-21 15:33:28 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul

2025-09-21 15:33:28 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux TARGETARCH=arm64

2025-09-21 15:33:28 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=1.21.5 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=3261d11abc0ae8fa92ac15acff71192ee026abf4 revision=3261d11abc0ae8fa92ac15acff71192ee026abf4 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=1.21.5

2025-09-21 15:33:28 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:32 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:32 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:32 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:32 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=1.21.5 BIN_NAME=consul PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2025-09-21 15:33:33 UTC (buildkit.dockerfile.v0)

RUN |5 PRODUCT_VERSION=1.21.5 BIN_NAME=consul PRODUCT_REVISION=3261d11abc0ae8fa92ac15acff71192ee026abf4 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2025-09-21 15:33:33 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2025-09-21 15:33:33 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{193 0} {193 0}}] 0xc000051500}

2025-09-21 15:33:33 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{198 0} {198 0}}] 0xc000051500}

2025-09-21 15:33:33 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{202 0} {202 0}}] 0xc000051500}

2025-09-21 15:33:33 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:33 UTC (buildkit.dockerfile.v0)

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

2025-09-21 15:33:33 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2025-09-21 15:33:33 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