Namespace
hashicorp
Image / Tag
consul:1.16.3
Content Digest
sha256:6f8873fe3240cc5da760f9b75a0a9bf74d0e9fdf27b93c676fb175f828ba4602
Details
Created

2023-10-31 14:46:20 UTC

Size

71.3 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.3
  • version
    1.16.3

Environment
BIN_NAME

consul

PATH

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

PRODUCT_VERSION

1.16.3


Layers

[#000] sha256:dc95107ad2a031a015320bb397f73ec151d738127175b31ad643120697dc7e90 - 4.33% (3.09 MB)

[#001] sha256:19c354c1b308188eaf0c5a812010e699f253be815ac4bd88bcd33f2101ff1e23 - 15.85% (11.3 MB)

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

[#003] sha256:b24e5f06f50ebe5c63894948c6e400958c81dc3a20476918e6e78e5b00f4cb3f - 79.82% (56.9 MB)

[#004] sha256:e65e1c7201554c21b952f40ac2e400c3a2180333906c4b334346769e980f7937 - 0.0% (141 Bytes)

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

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

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


History
2023-09-28 20:38:19 UTC

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

2023-09-28 20:38:20 UTC

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

2023-10-31 14:46:19 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2023-10-31 14:46:19 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2023-10-31 14:46:19 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2023-10-31 14:46:19 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.16.3

2023-10-31 14:46:19 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION

2023-10-31 14:46:19 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME=consul

2023-10-31 14:46:19 UTC (buildkit.dockerfile.v0)

ARG TARGETOS TARGETARCH

2023-10-31 14:46:19 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.3 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.3

2023-10-31 14:46:19 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.3 BIN_NAME=consul PRODUCT_REVISION=1123b47f3a7e43a763d2cf9e37f0f3eea7a0b18a 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-10-31 14:46:19 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.3 BIN_NAME=consul PRODUCT_REVISION=1123b47f3a7e43a763d2cf9e37f0f3eea7a0b18a 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-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2023-10-31 14:46:20 UTC (buildkit.dockerfile.v0)

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

Details
Created

2023-10-31 14:46:15 UTC

Size

73.6 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.3
  • version
    1.16.3

Environment
BIN_NAME

consul

PATH

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

PRODUCT_VERSION

1.16.3


Layers

[#000] sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa - 4.41% (3.24 MB)

[#001] sha256:9cf1241cd013dfa6cb40147069bf54071490862f33b97d4efc4583ba6849ea0a - 15.66% (11.5 MB)

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

[#003] sha256:5742d719fb207ee8977fcad70970b03524bced714ae305c0c09c23821e546bc0 - 79.92% (58.8 MB)

[#004] sha256:51b24983982207b12af52e254e0c67bd6d8fe819387826045522266fae9df3c4 - 0.0% (141 Bytes)

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

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

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


History
2023-09-28 21:19:27 UTC

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

2023-09-28 21:19:27 UTC

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

2023-10-31 14:46:14 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2023-10-31 14:46:14 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2023-10-31 14:46:14 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2023-10-31 14:46:14 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.16.3

2023-10-31 14:46:14 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION

2023-10-31 14:46:14 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME=consul

2023-10-31 14:46:14 UTC (buildkit.dockerfile.v0)

ARG TARGETOS TARGETARCH

2023-10-31 14:46:14 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.3 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.3

2023-10-31 14:46:14 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.3 BIN_NAME=consul PRODUCT_REVISION=1123b47f3a7e43a763d2cf9e37f0f3eea7a0b18a 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-10-31 14:46:14 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.3 BIN_NAME=consul PRODUCT_REVISION=1123b47f3a7e43a763d2cf9e37f0f3eea7a0b18a 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-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2023-10-31 14:46:15 UTC (buildkit.dockerfile.v0)

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

Details
Created

2023-10-31 14:46:18 UTC

Size

70 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.3
  • version
    1.16.3

Environment
BIN_NAME

consul

PATH

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

PRODUCT_VERSION

1.16.3


Layers

[#000] sha256:91cb83b91ee16f1ee0d588fccef56ab5dbb5689a64e5373caf33d7e4fe52ceb4 - 4.28% (3 MB)

[#001] sha256:1537e501f02ebe119acc11d623c3ae77e0e3c56e64306ac57249c0920abf0eec - 15.82% (11.1 MB)

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

[#003] sha256:af93c589f55547e987738c3789f2209b8256f433bcb168c2eb187b8203108fc1 - 79.89% (55.9 MB)

[#004] sha256:83758b2e0ab6ede7709f17f550da3ac8e46974aa8f73eb373b618dd55c06d151 - 0.0% (141 Bytes)

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

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

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


History
2023-09-28 20:49:16 UTC

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

2023-09-28 20:49:16 UTC

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

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.16.3

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME=consul

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

ARG TARGETOS TARGETARCH

2023-10-31 14:46:17 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.3 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.3

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.3 BIN_NAME=consul PRODUCT_REVISION=1123b47f3a7e43a763d2cf9e37f0f3eea7a0b18a 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-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:17 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.3 BIN_NAME=consul PRODUCT_REVISION=1123b47f3a7e43a763d2cf9e37f0f3eea7a0b18a 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-10-31 14:46:18 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:18 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2023-10-31 14:46:18 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2023-10-31 14:46:18 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:18 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:18 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:18 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:18 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2023-10-31 14:46:18 UTC (buildkit.dockerfile.v0)

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

Details
Created

2023-10-31 14:46:25 UTC

Size

70.1 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.3
  • version
    1.16.3

Environment
BIN_NAME

consul

PATH

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

PRODUCT_VERSION

1.16.3


Layers

[#000] sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 - 4.53% (3.18 MB)

[#001] sha256:83113b6e26ed9704c35641e464036dde5efadb1f30a8d48988f3958b47a21910 - 16.54% (11.6 MB)

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

[#003] sha256:32204f134a420d1d911f8c4ad6fc4b2b2aabba9de01df0be713752e04fdeafa2 - 78.92% (55.3 MB)

[#004] sha256:ec0f6db49058d771c3bbd7132600c597c53f65a940132b3c05e598ca879d2427 - 0.0% (141 Bytes)

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

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

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


History
2023-09-28 20:39:33 UTC

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

2023-09-28 20:39:34 UTC

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

2023-10-31 14:46:23 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2023-10-31 14:46:23 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2023-10-31 14:46:23 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul

2023-10-31 14:46:23 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=1.16.3

2023-10-31 14:46:23 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION

2023-10-31 14:46:23 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME=consul

2023-10-31 14:46:23 UTC (buildkit.dockerfile.v0)

ARG TARGETOS TARGETARCH

2023-10-31 14:46:23 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.3 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.3

2023-10-31 14:46:23 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.3 BIN_NAME=consul PRODUCT_REVISION=1123b47f3a7e43a763d2cf9e37f0f3eea7a0b18a 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-10-31 14:46:24 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:24 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:24 UTC (buildkit.dockerfile.v0)

RUN |6 PRODUCT_VERSION=1.16.3 BIN_NAME=consul PRODUCT_REVISION=1123b47f3a7e43a763d2cf9e37f0f3eea7a0b18a 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-10-31 14:46:25 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:25 UTC (buildkit.dockerfile.v0)

VOLUME [/consul/data]

2023-10-31 14:46:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[8300/tcp:{}]

2023-10-31 14:46:25 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:25 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:25 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:25 UTC (buildkit.dockerfile.v0)

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

2023-10-31 14:46:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2023-10-31 14:46:25 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