Namespace
hashicorp
Image / Tag
consul-k8s-control-plane:0.46.0-ubi
Content Digest
sha256:6572fe1987c4085943ba5d3001c692dc3b4e1854d8fc2815d5e3462c012b5bb1
Details
Created

2022-07-20 20:45:12 UTC

Size

79 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2022-04-29T11:45:50.954465
  • com.redhat.build-host
    cpt-1005.osbs.prod.upshift.rdu2.redhat.com
  • com.redhat.component
    ubi8-minimal-container
  • com.redhat.license_terms
    https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
  • description
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • distribution-scope
    public
  • io.k8s.description
    The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
  • io.k8s.display-name
    Red Hat Universal Base Image 8 Minimal
  • io.openshift.expose-services
  • io.openshift.tags
    minimal rhel8
  • maintainer
    Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com>
  • name
    consul-k8s-control-plane
  • release
  • summary
    consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
  • url
    https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.5-243.1651231653
  • vcs-ref
    7ffc2d965ea414fc38f42d93090d967a5aee2c33
  • vcs-type
    git
  • vendor
    HashiCorp
  • version

Environment
NAME

consul-k8s-control-plane

PATH

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

VERSION

container

oci


Layers

[#000] sha256:54e56e6f85721741ee7bf0336de8ad3bf138a56769a6d0097b600a0e361be58d - 47.8% (37.8 MB)

[#001] sha256:4f8ddd7f5a755f537dd9d5f553c8c78171dcf3018c5fc96676a07380d3e14e20 - 0.0% (1.7 KB)

[#002] sha256:e09c1e947660d6265eb6627eeb2bb9fa196255054e4b5f499266e45fc972dc3f - 0.01% (5.25 KB)

[#003] sha256:279f1c24b9ee16cda5a2595ae013fcc52e28de9417913d5318590a4c0d6dcee9 - 15.59% (12.3 MB)

[#004] sha256:675c4e31fedf6319d86bbdf8268c93f7a5fbc08654b716f11a930a74e16bea7c - 0.0% (893 Bytes)

[#005] sha256:0966337c6b1bee806b7582c2b890903a8185f0943bad8c9493a39416d82ce6d4 - 36.6% (28.9 MB)


History
2022-04-29 11:46:02 UTC (Imported from -)

2022-04-29 11:46:11 UTC

2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)

LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version= release= 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-07-20 20:45:09 UTC (buildkit.dockerfile.v0)

ENV NAME=consul-k8s-control-plane

2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)

ENV VERSION=

2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)

ARG TARGETOS

2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)

COPY LICENSE.md /licenses/mozilla.txt # buildkit

2022-07-20 20:45:12 UTC (buildkit.dockerfile.v0)

RUN |4 BIN_NAME=consul-k8s-control-plane VERSION= TARGETOS=linux TARGETARCH=amd64 /bin/sh -c microdnf install -y ca-certificates gnupg libcap openssl shadow-utils iptables # buildkit

2022-07-20 20:45:12 UTC (buildkit.dockerfile.v0)

RUN |4 BIN_NAME=consul-k8s-control-plane VERSION= TARGETOS=linux TARGETARCH=amd64 /bin/sh -c groupadd --gid 1000 ${BIN_NAME} && adduser --uid 100 --system -g ${BIN_NAME} ${BIN_NAME} && usermod -a -G root ${BIN_NAME} # buildkit

2022-07-20 20:45:12 UTC (buildkit.dockerfile.v0)

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

2022-07-20 20:45:12 UTC (buildkit.dockerfile.v0)

USER 100

2022-07-20 20:45:12 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