Namespace
hashicorp
Image / Tag
consul:1.16.4
Content Digest
sha256:f16ce06f0ec91dc1104668641a5a521db5e29ef40c44fd295a80d76974588d64
Details
Created

2023-12-12 19:59:26 UTC

Size

69.9 MB

Content Digest
Labels
  • 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://www.consul.io/docs
  • 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.16.4
  • version
    1.16.4

Environment
BIN_NAME

consul

PATH

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

PRODUCT_VERSION

1.16.4


Layers

[#000] sha256:4966a8bd129b0a6adf93dc295a8fbe8f665d3194a684a5ce199c1c3596dbf3d9 - 4.42% (3.09 MB)

[#001] sha256:c38d7a90a9fc1b1406f46931f081152861e5511529ff23d74b01a2e389ac2b8c - 13.06% (9.12 MB)

[#002] sha256:2eae508891c31d961ea2c02e6a58dc212d695af70618f9212f6ac48223c34018 - 0.0% (1.21 KB)

[#003] sha256:fc5973d43b17994e3de937c6614f2539ac5734778c73672d1a7e750fdb348eb8 - 82.51% (57.6 MB)

[#004] sha256:c059268a7dbd22b2afa546e55efaaf259fef2d1dfc6cabd1fe1797b7a5671ec4 - 0.0% (142 Bytes)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:2d19479ce2ad178e4d4bbf68c1841926fb3735f372fa889ba616ce87dc606b6a - 0.0% (1.79 KB)

[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-12-01 02:03:44 UTC

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

2023-12-01 02:03:44 UTC

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

2023-12-12 19:59:25 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2023-12-12 19:59:25 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2023-12-12 19:59:25 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2023-12-12 19:59:25 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.16.4

2023-12-12 19:59:25 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION

2023-12-12 19:59:25 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME=consul

2023-12-12 19:59:25 UTC (buildkit.dockerfile.v0)

ARG TARGETOS TARGETARCH

2023-12-12 19:59: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://www.consul.io/docs org.opencontainers.image.source=https://github.com/hashicorp/consul org.opencontainers.image.version=1.16.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. version=1.16.4

2023-12-12 19:59:25 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul 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

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=386 /bin/sh -c addgroup $BIN_NAME && adduser -S -G $BIN_NAME $BIN_NAME # buildkit

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=386 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=386 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=386 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2023-12-12 19:59:26 UTC (buildkit.dockerfile.v0)

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

Details
Created

2023-12-12 19:59:33 UTC

Size

72 MB

Content Digest
Labels
  • 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://www.consul.io/docs
  • 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.16.4
  • version
    1.16.4

Environment
BIN_NAME

consul

PATH

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

PRODUCT_VERSION

1.16.4


Layers

[#000] sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c - 4.51% (3.24 MB)

[#001] sha256:22bb28bd9cc9dd955bab0ce897772b65e066ba6da2ee4d572b9e80d808edb67e - 12.75% (9.18 MB)

[#002] sha256:6e2b65641cf4238a50aca6775101e6c220098745d6707d52457aec96ed19b595 - 0.0% (1.21 KB)

[#003] sha256:1686044e55468f40db5f3eb4ef7facdc89493dcecebf6cf5af4329dfdd645da5 - 82.73% (59.6 MB)

[#004] sha256:d4c41e36416905cdf16cec1ad5f469546830888f14af00acb434452006fe55e2 - 0.0% (142 Bytes)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:88c8d9a083db8530e93be38786bdd65508864ae9465632285c920a0ecf6c3ae5 - 0.0% (1.79 KB)

[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-11-30 23:22:52 UTC

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

2023-11-30 23:22:52 UTC

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

2023-12-12 19:59:32 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2023-12-12 19:59:32 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2023-12-12 19:59:32 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2023-12-12 19:59:32 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.16.4

2023-12-12 19:59:32 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION

2023-12-12 19:59:32 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME=consul

2023-12-12 19:59:32 UTC (buildkit.dockerfile.v0)

ARG TARGETOS TARGETARCH

2023-12-12 19:59:32 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://www.consul.io/docs org.opencontainers.image.source=https://github.com/hashicorp/consul org.opencontainers.image.version=1.16.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. version=1.16.4

2023-12-12 19:59:32 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul 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

2023-12-12 19:59:32 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=amd64 /bin/sh -c addgroup $BIN_NAME && adduser -S -G $BIN_NAME $BIN_NAME # buildkit

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=amd64 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=amd64 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=amd64 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2023-12-12 19:59:33 UTC (buildkit.dockerfile.v0)

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

Details
Created

2023-12-12 19:59:30 UTC

Size

68.7 MB

Content Digest
Labels
  • 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://www.consul.io/docs
  • 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.16.4
  • version
    1.16.4

Environment
BIN_NAME

consul

PATH

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

PRODUCT_VERSION

1.16.4


Layers

[#000] sha256:85ae953f9e6740471d4e1440b27721679dc7a511e112eb73df467a4cde26e421 - 4.37% (3 MB)

[#001] sha256:583879deb8b22db749ed60a6e2027778f09b646643313ada3803d5132f625cd8 - 13.16% (9.04 MB)

[#002] sha256:aa68f89ea222e5f3c530c4f15a511eaab3e1e3d00f75d659158ad4826f72b08b - 0.0% (1.21 KB)

[#003] sha256:bf6f000b9eb901ead1a431b8d847b15b5e8e8832419532fb860a47df5e3f2ef8 - 82.47% (56.7 MB)

[#004] sha256:c9a79f61d9ee9928b5d9a0203d1fb98042cf208f20d4598e2162125d6ebbb1e4 - 0.0% (142 Bytes)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:1eb01b8dc185176bf6eba43c2abe81f401311bd7b13e9a970274bd7280516225 - 0.0% (1.79 KB)

[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-11-30 22:49:18 UTC

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

2023-11-30 22:49:18 UTC

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

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.16.4

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME=consul

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

ARG TARGETOS TARGETARCH

2023-12-12 19:59:29 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://www.consul.io/docs org.opencontainers.image.source=https://github.com/hashicorp/consul org.opencontainers.image.version=1.16.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. version=1.16.4

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul 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

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=arm /bin/sh -c addgroup $BIN_NAME && adduser -S -G $BIN_NAME $BIN_NAME # buildkit

2023-12-12 19:59:29 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=arm /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=arm /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=arm /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2023-12-12 19:59:30 UTC (buildkit.dockerfile.v0)

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

Details
Created

2023-12-12 19:59:31 UTC

Size

68.5 MB

Content Digest
Labels
  • 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://www.consul.io/docs
  • 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.16.4
  • version
    1.16.4

Environment
BIN_NAME

consul

PATH

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

PRODUCT_VERSION

1.16.4


Layers

[#000] sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 - 4.64% (3.18 MB)

[#001] sha256:f87dec5c352a85be631bc73d8b90e7c0d29647969031796e2a7cb2617029bbd9 - 13.65% (9.35 MB)

[#002] sha256:781447a978d838794fbb45a3d1b64eb54232163516bef0de32351eeb6d8db8dc - 0.0% (1.21 KB)

[#003] sha256:67ef5a7bed74068eb4ba70cb2377a9f6769f6fab77cea5ff65bc57f5d490ef4d - 81.71% (56 MB)

[#004] sha256:c7cb83a4bb1d88c3d6b3c672f9ad9f1ff160bbcb1c2c115bed22081d03ccbb22 - 0.0% (142 Bytes)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:b5cf4633ccb0a6a329f568f9edf8928cccc569e3722864b2668c5268231379c9 - 0.0% (1.79 KB)

[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-11-30 23:11:03 UTC

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

2023-11-30 23:11:03 UTC

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

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.16.4

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME=consul

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

ARG TARGETOS TARGETARCH

2023-12-12 19:59:31 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://www.consul.io/docs org.opencontainers.image.source=https://github.com/hashicorp/consul org.opencontainers.image.version=1.16.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. version=1.16.4

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul 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

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=arm64 /bin/sh -c addgroup $BIN_NAME && adduser -S -G $BIN_NAME $BIN_NAME # buildkit

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=arm64 /bin/sh -c mkdir -p /consul/data && mkdir -p /consul/config && chown -R consul:consul /consul # buildkit

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=arm64 /bin/sh -c test -e /etc/nsswitch.conf || echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

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

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.4 BIN_NAME=consul PRODUCT_REVISION=2b5841d3f6243fc9b24a5f223daeef69761e0317 PRODUCT_NAME=consul TARGETOS=linux TARGETARCH=arm64 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit

2023-12-12 19:59:31 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2023-12-12 19:59:31 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