Namespace
hashicorp
Image / Tag
consul-k8s-control-plane:1.0.0-beta2
Content Digest
sha256:6b4f439706583e74f334ff060f3a9c5f5e97b33c4825e96e64813a2942080bc0
Details
Created

2022-10-06 23:02:02 UTC

Size

56.3 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
  • release
    1.0.0-beta2
  • summary
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • vendor
    HashiCorp
  • version
    1.0.0-beta2

Environment
BIN_NAME

consul-k8s-control-plane

PATH

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

VERSION

1.0.0-beta2


Layers

[#000] sha256:6c0d3b419d848ea31ca748254611d5d5ce3b76e3d7bba520fd87400fbb75f3b9 - 4.76% (2.68 MB)

[#001] sha256:011d599fc571ae37f033ba048e5886023c3af98e1069cf7652431d674d54f747 - 14.85% (8.35 MB)

[#002] sha256:ee4481ff0f6b1681b89c077c205e98e56aec8d0b1216380de3aee7ed4dc8cde1 - 0.0% (1.24 KB)

[#003] sha256:3ced9822628f3921054fa412889f917eedec4d56ad9d1d72121237d9c3ebebfc - 50.81% (28.6 MB)

[#004] sha256:174f12a369cf3624d8f52ee3b4e7cc0782a8538ddf3bcf48deddd65c46cf6daa - 29.58% (16.6 MB)


History
2022-08-09 17:38:39 UTC

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

2022-08-09 17:38:39 UTC

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

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul-k8s-control-plane

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

ARG CNI_BIN_NAME=consul-cni

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version=1.0.0-beta2 release=1.0.0-beta2 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.

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul-k8s-control-plane

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

ENV VERSION=1.0.0-beta2

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

ARG TARGETOS

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:01 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:02 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:02 UTC (buildkit.dockerfile.v0)

USER 100

2022-10-06 23:02:02 UTC (buildkit.dockerfile.v0)

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

Details
Created

2022-10-06 23:02:07 UTC

Size

57.2 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
  • release
    1.0.0-beta2
  • summary
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • vendor
    HashiCorp
  • version
    1.0.0-beta2

Environment
BIN_NAME

consul-k8s-control-plane

PATH

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

VERSION

1.0.0-beta2


Layers

[#000] sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 - 4.68% (2.68 MB)

[#001] sha256:c66aee1f2faff13d04acf7fca08bd717b7f3880307dc77253305a52ce3ace6a5 - 13.91% (7.96 MB)

[#002] sha256:541fa9c1bd96869d4f14bb8e3c6f162918d72eaebff6833d9b057542e2dd4ea6 - 0.0% (1.24 KB)

[#003] sha256:2ff1de56b850b9cb93558b626eac5a14bccfe98739b00bb20c26e239c35e9e22 - 51.54% (29.5 MB)

[#004] sha256:67c3eccf8ce4a9187533e95ae3bf2cc545274ef1cb3330de7f0647e95414dd1c - 29.87% (17.1 MB)


History
2022-08-09 17:19:53 UTC

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

2022-08-09 17:19:53 UTC

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

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul-k8s-control-plane

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

ARG CNI_BIN_NAME=consul-cni

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version=1.0.0-beta2 release=1.0.0-beta2 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.

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul-k8s-control-plane

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

ENV VERSION=1.0.0-beta2

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

ARG TARGETOS

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

USER 100

2022-10-06 23:02:07 UTC (buildkit.dockerfile.v0)

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

Details
Created

2022-10-06 23:02:00 UTC

Size

54.3 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
  • release
    1.0.0-beta2
  • summary
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • vendor
    HashiCorp
  • version
    1.0.0-beta2

Environment
BIN_NAME

consul-k8s-control-plane

PATH

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

VERSION

1.0.0-beta2


Layers

[#000] sha256:9506b835437abb4d8ba1683e00c500b8f77e1975e930b356fbb72f2dbdc274d9 - 4.59% (2.49 MB)

[#001] sha256:958167213c08efdfbcc96db0068e87a6d70230b77c761cb93bdf8e8cbf02ad59 - 14.08% (7.65 MB)

[#002] sha256:cbc9bb8da7fe1930f0bca77ff3929aa59e2a7d07135196b4cd57e8e4a1720369 - 0.0% (1.24 KB)

[#003] sha256:2b16290cf6e0921af0fb18c553f096a1dcc018ad2ad30603133cb24eb680da47 - 51.48% (28 MB)

[#004] sha256:2d8be0658cbe7c095917242787d63f42a888355f977ab41cf6edb1f2d10b509b - 29.84% (16.2 MB)


History
2022-08-09 17:49:22 UTC

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

2022-08-09 17:49:22 UTC

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

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul-k8s-control-plane

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

ARG CNI_BIN_NAME=consul-cni

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version=1.0.0-beta2 release=1.0.0-beta2 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.

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul-k8s-control-plane

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

ENV VERSION=1.0.0-beta2

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

ARG TARGETOS

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

USER 100

2022-10-06 23:02:00 UTC (buildkit.dockerfile.v0)

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

Details
Created

2022-10-06 23:02:11 UTC

Size

54.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
  • release
    1.0.0-beta2
  • summary
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • vendor
    HashiCorp
  • version
    1.0.0-beta2

Environment
BIN_NAME

consul-k8s-control-plane

PATH

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

VERSION

1.0.0-beta2


Layers

[#000] sha256:9b18e9b68314027565b90ff6189d65942c0f7986da80df008b8431276885218e - 4.78% (2.58 MB)

[#001] sha256:f2e6865263eb8397e5ca064043998fe0d053ef731dcf44d3443303b4a0323f48 - 14.43% (7.8 MB)

[#002] sha256:0bd8abd4dc8c0c415c0f9c511216c03efd70e28ab8f6168db7225b4216305349 - 0.0% (1.25 KB)

[#003] sha256:4fd884ffbd95323ed24cb9a8f8eff6755c567dad3ad87f687db011ede3b5fe1d - 51.24% (27.7 MB)

[#004] sha256:723aa7bd2056d5e7b2b8a61bc7cd098b4f2b860b575e4cae63aa40414f88a3e8 - 29.54% (16 MB)


History
2022-08-09 17:39:41 UTC

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

2022-08-09 17:39:42 UTC

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

2022-10-06 23:02:10 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME=consul-k8s-control-plane

2022-10-06 23:02:10 UTC (buildkit.dockerfile.v0)

ARG CNI_BIN_NAME=consul-cni

2022-10-06 23:02:10 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2022-10-06 23:02:10 UTC (buildkit.dockerfile.v0)

LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version=1.0.0-beta2 release=1.0.0-beta2 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.

2022-10-06 23:02:10 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul-k8s-control-plane

2022-10-06 23:02:10 UTC (buildkit.dockerfile.v0)

ENV VERSION=1.0.0-beta2

2022-10-06 23:02:10 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:10 UTC (buildkit.dockerfile.v0)

ARG TARGETOS

2022-10-06 23:02:10 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-10-06 23:02:11 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:11 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:11 UTC (buildkit.dockerfile.v0)

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

2022-10-06 23:02:11 UTC (buildkit.dockerfile.v0)

USER 100

2022-10-06 23:02:11 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