Namespace
hashicorp
Image / Tag
consul-k8s-control-plane:0.46
Content Digest
sha256:af5fcce75cd298a08162110854d2a41a6300f97f2fe34450230ae1e4d010440c
Details
Created

2022-07-26 22:31:14 UTC

Size

76 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2022-06-17T04:19:16.231674
  • com.redhat.build-host
    cpt-1001.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
    0.46.1
  • 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.6-854
  • vcs-ref
    50293e4ba66ca2194d8ee5a149a665cb9a375c71
  • vcs-type
    git
  • vendor
    HashiCorp
  • version
    0.46.1

Environment
BIN_NAME

consul-k8s-control-plane

NAME

consul-k8s-control-plane

PATH

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

PRODUCT_VERSION

0.46.1

VERSION

container

oci


Layers

[#000] sha256:1e09a5ee0038fbe06a18e7f355188bbabc387467144abcd435f7544fef395aa1 - 45.72% (34.7 MB)

[#001] sha256:0d725b91398ed3db11249808d89e688e62e511bbd4a2e875ed8493ce1febdb2c - 0.0% (1.7 KB)

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

[#003] sha256:abdf2b9263c0ebc69e9f99d2625c4c25ea47b176960ce90e371905cde13b00f6 - 16.19% (12.3 MB)

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

[#005] sha256:e0a6fd6e0f6f907d3058c77b9bf4b07e9e7ae136a8161bf93b0d664f0d63d220 - 38.07% (28.9 MB)


History
2022-06-17 04:19:22 UTC (Imported from -)

2022-06-17 04:19:30 UTC

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_VERSION

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_REVISION

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ARG BIN_NAME

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ENV BIN_NAME=consul-k8s-control-plane

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ENV PRODUCT_VERSION=0.46.1

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ARG PRODUCT_NAME=consul-k8s-control-plane

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

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

ENV NAME=consul-k8s-control-plane

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ENV VERSION=

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ARG TARGETOS

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)

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

2022-07-26 22:31:14 UTC (buildkit.dockerfile.v0)

RUN |7 PRODUCT_NAME=consul-k8s-control-plane PRODUCT_VERSION=0.46.1 PRODUCT_REVISION=e02d8a42978488f3eb51e008be880ba9ab568b2c BIN_NAME=consul-k8s-control-plane PRODUCT_NAME=consul-k8s-control-plane TARGETOS=linux TARGETARCH=amd64 /bin/sh -c microdnf install -y ca-certificates gnupg libcap openssl shadow-utils iptables # buildkit

2022-07-26 22:31:14 UTC (buildkit.dockerfile.v0)

RUN |7 PRODUCT_NAME=consul-k8s-control-plane PRODUCT_VERSION=0.46.1 PRODUCT_REVISION=e02d8a42978488f3eb51e008be880ba9ab568b2c BIN_NAME=consul-k8s-control-plane PRODUCT_NAME=consul-k8s-control-plane 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-26 22:31:14 UTC (buildkit.dockerfile.v0)

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

2022-07-26 22:31:14 UTC (buildkit.dockerfile.v0)

USER 100

2022-07-26 22:31:14 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