Namespace
hashicorp
Image / Tag
consul-k8s-control-plane:1.3.9
Content Digest
sha256:22f822b8d945b5f0f7d4d6b7bffcc147931f696b98f7ab29eab44827c7b02f07
Details
Created

2024-08-30 21:35:07 UTC

Size

76.9 MB

Content Digest
Labels
  • description
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • maintainer
    Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com>
  • name
    consul-k8s-control-plane
  • org.opencontainers.image.licenses
    MPL-2.0
  • release
    1.3.9
  • summary
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • vendor
    HashiCorp
  • version
    1.3.9

Environment
BIN_NAME

consul-k8s-control-plane

PATH

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

PRODUCT_NAME

consul-k8s-control-plane

VERSION

1.3.9


Layers

[#000] sha256:1070d34465e5048265522a66bb3808e0058535ded95edd214669bb79ceafcbd0 - 4.16% (3.2 MB)

[#001] sha256:c53baee8fd46a7bc371ae2814d57d749bd200fe0d5eca74dfc1fadba72b1c47a - 0.0% (177 Bytes)

[#002] sha256:68d6720dfd2dcbb6b853f1290525f5f0d32122ebc23fd394d8c1653ce40e7004 - 0.01% (5.54 KB)

[#003] sha256:7d7e5739990537311983a688678e5a24807d6a4640e1a92627cc3cd15cba04ff - 2.95% (2.27 MB)

[#004] sha256:db3749f7caf1d9a409f506d6be18cd01769fd3507bd7ce960389a27d1a795432 - 0.0% (173 Bytes)

[#005] sha256:765f4779e261cd2ecd0e3dea9777e614aebb1acbe59892f16544c9262116fee1 - 0.0% (1.26 KB)

[#006] sha256:b9d46e54e23efddd2dc94492209e295918ad5ffa1713e8ab980bd0fb9623b42d - 19.55% (15 MB)

[#007] sha256:dcdc9e0b6f8f55bc213d32d31b6a4fd98fade1cab85aa2b5fb9c16a6eebf280d - 47.28% (36.4 MB)

[#008] sha256:346019e1241dc80fc45a94876bce0e10c223fe1587478388d90e63c15f99b54c - 26.04% (20 MB)


History
2024-07-22 21:38:33 UTC

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

2024-07-22 21:38:34 UTC

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

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul-k8s-control-plane

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

ARG CNI_BIN_NAME=consul-cni

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=1.3.9

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul-k8s-control-plane

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version=1.3.9 release=1.3.9 summary=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes. description=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes. org.opencontainers.image.licenses=MPL-2.0

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c mkdir -p /usr/share/doc/$PRODUCT_NAME # buildkit

2024-08-30 21:34:00 UTC (buildkit.dockerfile.v0)

COPY LICENSE /usr/share/doc/consul-k8s-control-plane/LICENSE.txt # buildkit

2024-08-30 21:34:00 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul-k8s-control-plane

2024-08-30 21:34:00 UTC (buildkit.dockerfile.v0)

ENV VERSION=1.3.9

2024-08-30 21:34:01 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c apk add --no-cache ca-certificates libcap openssl su-exec iputils gcompat libc6-compat libstdc++ iptables # buildkit

2024-08-30 21:34:01 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2 # buildkit

2024-08-30 21:34:01 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2024-08-30 21:34:01 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=386

2024-08-30 21:34:01 UTC (buildkit.dockerfile.v0)

RUN |5 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 TARGETOS=linux TARGETARCH=386 /bin/sh -c addgroup ${BIN_NAME} && adduser -S -G ${BIN_NAME} 100 # buildkit

2024-08-30 21:35:07 UTC (buildkit.dockerfile.v0)

COPY /go/bin/discover /bin/ # buildkit

2024-08-30 21:35:07 UTC (buildkit.dockerfile.v0)

COPY dist/linux/386/consul-k8s-control-plane /bin/ # buildkit

2024-08-30 21:35:07 UTC (buildkit.dockerfile.v0)

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

2024-08-30 21:35:07 UTC (buildkit.dockerfile.v0)

USER 100

2024-08-30 21:35:07 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/bin/${BIN_NAME}"]

Details
Created

2024-08-30 21:35:02 UTC

Size

82.1 MB

Content Digest
Labels
  • description
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • maintainer
    Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com>
  • name
    consul-k8s-control-plane
  • org.opencontainers.image.licenses
    MPL-2.0
  • release
    1.3.9
  • summary
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • vendor
    HashiCorp
  • version
    1.3.9

Environment
BIN_NAME

consul-k8s-control-plane

PATH

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

PRODUCT_NAME

consul-k8s-control-plane

VERSION

1.3.9


Layers

[#000] sha256:244a74f8b9b93f8937d5284bd14775003a2efbb6013c36be99635ca919283eda - 4.09% (3.36 MB)

[#001] sha256:f082901f82847012c406f8c413a03d885ad299baacf2d66d9d76c078ae88ec03 - 0.0% (175 Bytes)

[#002] sha256:b0e2833019b992a541b96ccfdd8de912e800a06aa290ea3c4cb688094a804a28 - 0.01% (5.54 KB)

[#003] sha256:f0cffe22d2ee7a5bac296b847a5ec4f4606af331eae79dd6f6ea8ad95fcefafd - 2.61% (2.15 MB)

[#004] sha256:dbfc554347cbbfbf1bc7a1a4e11d4242dffc70a4540f0123d7424d3da99063e7 - 0.0% (173 Bytes)

[#005] sha256:692fbc8e9eb65104165946b75b4bde0e265698d62367d63e9ac8033a7b5e07dd - 0.0% (1.26 KB)

[#006] sha256:1e9bc51779ae4d8fc36dddf86b7760034d849627c18137767c70970c55cc3348 - 19.29% (15.8 MB)

[#007] sha256:f582e0d793d301dd9652fa0261395175c57972ecda5f49a2dc90d64b89852fce - 47.62% (39.1 MB)

[#008] sha256:a2164a77c41a15d1f7302a2bc9400aec49d696ed0aa94a8ac812b2abfa47d402 - 26.37% (21.7 MB)


History
2024-07-22 22:26:49 UTC

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

2024-07-22 22:26:49 UTC

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

2024-08-30 21:34:05 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul-k8s-control-plane

2024-08-30 21:34:05 UTC (buildkit.dockerfile.v0)

ARG CNI_BIN_NAME=consul-cni

2024-08-30 21:34:05 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=1.3.9

2024-08-30 21:34:05 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul-k8s-control-plane

2024-08-30 21:34:05 UTC (buildkit.dockerfile.v0)

LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version=1.3.9 release=1.3.9 summary=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes. description=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes. org.opencontainers.image.licenses=MPL-2.0

2024-08-30 21:34:05 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c mkdir -p /usr/share/doc/$PRODUCT_NAME # buildkit

2024-08-30 21:34:07 UTC (buildkit.dockerfile.v0)

COPY LICENSE /usr/share/doc/consul-k8s-control-plane/LICENSE.txt # buildkit

2024-08-30 21:34:07 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul-k8s-control-plane

2024-08-30 21:34:07 UTC (buildkit.dockerfile.v0)

ENV VERSION=1.3.9

2024-08-30 21:34:08 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c apk add --no-cache ca-certificates libcap openssl su-exec iputils gcompat libc6-compat libstdc++ iptables # buildkit

2024-08-30 21:34:08 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2 # buildkit

2024-08-30 21:34:08 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2024-08-30 21:34:08 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2024-08-30 21:34:08 UTC (buildkit.dockerfile.v0)

RUN |5 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c addgroup ${BIN_NAME} && adduser -S -G ${BIN_NAME} 100 # buildkit

2024-08-30 21:35:02 UTC (buildkit.dockerfile.v0)

COPY /go/bin/discover /bin/ # buildkit

2024-08-30 21:35:02 UTC (buildkit.dockerfile.v0)

COPY dist/linux/amd64/consul-k8s-control-plane /bin/ # buildkit

2024-08-30 21:35:02 UTC (buildkit.dockerfile.v0)

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

2024-08-30 21:35:02 UTC (buildkit.dockerfile.v0)

USER 100

2024-08-30 21:35:02 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/bin/${BIN_NAME}"]

Details
Created

2024-08-30 21:50:47 UTC

Size

75.6 MB

Content Digest
Labels
  • description
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • maintainer
    Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com>
  • name
    consul-k8s-control-plane
  • org.opencontainers.image.licenses
    MPL-2.0
  • release
    1.3.9
  • summary
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • vendor
    HashiCorp
  • version
    1.3.9

Environment
BIN_NAME

consul-k8s-control-plane

PATH

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

PRODUCT_NAME

consul-k8s-control-plane

VERSION

1.3.9


Layers

[#000] sha256:90a97ce8e3706cd25f0c0e8b34ff4f35369ee400d85b629e7e750cdc80923ea5 - 4.07% (3.08 MB)

[#001] sha256:f1f22343809a58be2851e4e7e05d09da401f8c52d484953b97ad9d8000dbe410 - 0.0% (174 Bytes)

[#002] sha256:53dd8adb920caaed4abdb1cbf45f869c121d260cb7230bb47fed1d96978b5ea5 - 0.01% (5.54 KB)

[#003] sha256:2ee5dc040aad94146a98cbf5de321b0be4d054cf2ca2f06bc36517f032c5b865 - 2.65% (2 MB)

[#004] sha256:482010f5bfc38bf3623712b2c0b009fd7fb3698bad864aefddfe4ade20a07694 - 0.0% (173 Bytes)

[#005] sha256:dfd254b924eeb3383c9d75a1879105f2e04c3e38c35e0e433b86f17fbeaac155 - 0.0% (1.26 KB)

[#006] sha256:c55ff886b415ae26f394c92646a66161fae0bc80171c9c354b45f0884482a0db - 19.58% (14.8 MB)

[#007] sha256:3283d8cfccb9b92fd637d1197f6dd1871f77dbebb03252742152304e764a4f4c - 47.61% (36 MB)

[#008] sha256:c7d8dac5c336467eda6a666b4501f4782ee214fec6da6679645c8ca63a18a027 - 26.09% (19.7 MB)


History
2024-07-22 21:49:22 UTC

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

2024-07-22 21:49:22 UTC

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

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul-k8s-control-plane

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

ARG CNI_BIN_NAME=consul-cni

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=1.3.9

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul-k8s-control-plane

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version=1.3.9 release=1.3.9 summary=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes. description=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes. org.opencontainers.image.licenses=MPL-2.0

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c mkdir -p /usr/share/doc/$PRODUCT_NAME # buildkit

2024-08-30 21:34:06 UTC (buildkit.dockerfile.v0)

COPY LICENSE /usr/share/doc/consul-k8s-control-plane/LICENSE.txt # buildkit

2024-08-30 21:34:06 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul-k8s-control-plane

2024-08-30 21:34:06 UTC (buildkit.dockerfile.v0)

ENV VERSION=1.3.9

2024-08-30 21:34:09 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c apk add --no-cache ca-certificates libcap openssl su-exec iputils gcompat libc6-compat libstdc++ iptables # buildkit

2024-08-30 21:34:09 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2 # buildkit

2024-08-30 21:34:09 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2024-08-30 21:34:09 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm

2024-08-30 21:34:10 UTC (buildkit.dockerfile.v0)

RUN |5 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 TARGETOS=linux TARGETARCH=arm /bin/sh -c addgroup ${BIN_NAME} && adduser -S -G ${BIN_NAME} 100 # buildkit

2024-08-30 21:50:46 UTC (buildkit.dockerfile.v0)

COPY /go/bin/discover /bin/ # buildkit

2024-08-30 21:50:46 UTC (buildkit.dockerfile.v0)

COPY dist/linux/arm/consul-k8s-control-plane /bin/ # buildkit

2024-08-30 21:50:47 UTC (buildkit.dockerfile.v0)

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

2024-08-30 21:50:47 UTC (buildkit.dockerfile.v0)

USER 100

2024-08-30 21:50:47 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/bin/${BIN_NAME}"]

Details
Created

2024-08-30 21:43:35 UTC

Size

77.4 MB

Content Digest
Labels
  • description
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • maintainer
    Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com>
  • name
    consul-k8s-control-plane
  • org.opencontainers.image.licenses
    MPL-2.0
  • release
    1.3.9
  • summary
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • vendor
    HashiCorp
  • version
    1.3.9

Environment
BIN_NAME

consul-k8s-control-plane

PATH

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

PRODUCT_NAME

consul-k8s-control-plane

VERSION

1.3.9


Layers

[#000] sha256:c8bcd218a73def88e6ca4b1bcd900b03692b3e9e148dbd077a50608258ec99c3 - 4.26% (3.29 MB)

[#001] sha256:397ab99d5c75c2d14001b7d4782f898532c3d17d4ebe270ea2d68ace9f03c94a - 0.0% (177 Bytes)

[#002] sha256:ddfaade750815b2cda75e9f623cb71e4dcf475e4e3908f2ca0e73fc02bf88bcd - 0.01% (5.54 KB)

[#003] sha256:65d503a57bc4831664064b9406e4a72963a9da7af42be559b8e9cb3eae4ab8a4 - 3.0% (2.32 MB)

[#004] sha256:536f346ed4c8c1e14f7a0a38a421296ead51208b9d82b7385bd9207f6c2dece5 - 0.0% (174 Bytes)

[#005] sha256:62e65650c32c16823d597ce0bdd61ff13e00358fe19b559afe1110dfb286caf2 - 0.0% (1.26 KB)

[#006] sha256:f07f643d5070f63220d560a394fe035a9e891f5e88ada830b15767343d29e11f - 19.38% (15 MB)

[#007] sha256:78efe945ff740c4ae2bad1a3c349e0f0882666d69b2849a607f8a21ec8baa6d2 - 47.48% (36.7 MB)

[#008] sha256:32c3ef9ef2554eefb3cf90cb490d19d10d34b25ba5726ee14b1a0967d51b999e - 25.88% (20 MB)


History
2024-07-22 21:44:18 UTC

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

2024-07-22 21:44:18 UTC

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

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul-k8s-control-plane

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

ARG CNI_BIN_NAME=consul-cni

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION=1.3.9

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_NAME=consul-k8s-control-plane

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version=1.3.9 release=1.3.9 summary=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes. description=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes. org.opencontainers.image.licenses=MPL-2.0

2024-08-30 21:33:58 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c mkdir -p /usr/share/doc/$PRODUCT_NAME # buildkit

2024-08-30 21:34:00 UTC (buildkit.dockerfile.v0)

COPY LICENSE /usr/share/doc/consul-k8s-control-plane/LICENSE.txt # buildkit

2024-08-30 21:34:00 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul-k8s-control-plane

2024-08-30 21:34:00 UTC (buildkit.dockerfile.v0)

ENV VERSION=1.3.9

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c apk add --no-cache ca-certificates libcap openssl su-exec iputils gcompat libc6-compat libstdc++ iptables # buildkit

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

RUN |3 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 /bin/sh -c ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2 # buildkit

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2024-08-30 21:34:04 UTC (buildkit.dockerfile.v0)

RUN |5 BIN_NAME=consul-k8s-control-plane CNI_BIN_NAME=consul-cni PRODUCT_VERSION=1.3.9 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c addgroup ${BIN_NAME} && adduser -S -G ${BIN_NAME} 100 # buildkit

2024-08-30 21:43:34 UTC (buildkit.dockerfile.v0)

COPY /go/bin/discover /bin/ # buildkit

2024-08-30 21:43:35 UTC (buildkit.dockerfile.v0)

COPY dist/linux/arm64/consul-k8s-control-plane /bin/ # buildkit

2024-08-30 21:43:35 UTC (buildkit.dockerfile.v0)

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

2024-08-30 21:43:35 UTC (buildkit.dockerfile.v0)

USER 100

2024-08-30 21:43:35 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/bin/${BIN_NAME}"]

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