Namespace
kong
Image / Tag
kubernetes-ingress-controller:2.1-redhat
Content Digest
sha256:277f27cb88cdc948c57a51ce01648cd87957c46cb0ccee072e196c0c9e1421b0
Details
Created

2022-01-05 19:11:38 UTC

Size

88.1 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2021-12-14T16:35:05.809382
  • com.redhat.build-host
    cpt-1008.osbs.prod.upshift.rdu2.redhat.com
  • com.redhat.component
    ubi8-container
  • com.redhat.license_terms
    https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
  • description
    Use Kong for Kubernetes Ingress. Configure plugins, health checking, load balancing and more in Kong for Kubernetes Services, all using Custom Resource Definitions (CRDs) and Kubernetes-native tooling.
  • distribution-scope
    public
  • io.k8s.description
    The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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
  • io.openshift.expose-services
  • io.openshift.tags
    base rhel8
  • maintainer
    Red Hat, Inc.
  • name
    Kong Ingress Controller
  • release
    1
  • summary
    Kong for Kubernetes Ingress
  • url
    https://github.com/Kong/kubernetes-ingress-controller
  • vcs-ref
    3aadd00326f3dd6cfe65ee31017ab98915fddb56
  • vcs-type
    git
  • vendor
    Kong
  • version
    2.1.1

Environment
PATH

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

container

oci


Layers

[#000] sha256:26f1167feaf74177f9054bf26ac8775a4b188f25914e23bda9574ef2a759cce4 - 88.16% (77.7 MB)

[#001] sha256:adffa69631469a649556cee5b8456f184928818064aac82106bd08bd62e51d4e - 0.0% (1.75 KB)

[#002] sha256:06948a7e41522caf865e0c1b03ac00d09e81b7ad7881bee36199feaee1811a7b - 0.0% (1.07 KB)

[#003] sha256:91919627d81820544f886741f4f92f950c9f8292728d735a22662eba3ab04fae - 11.83% (10.4 MB)

[#004] sha256:a1b71027d5ad10299ea4d7503202455149105a9a7ee4e2eb5dfd0a4ad9d24776 - 0.0% (3.97 KB)


History
2021-12-14 16:35:33 UTC (Imported from -)

2021-12-14 16:35:42 UTC

2022-01-05 19:11:38 UTC (buildkit.dockerfile.v0)

ARG TAG

2022-01-05 19:11:38 UTC (buildkit.dockerfile.v0)

LABEL name=Kong Ingress Controller vendor=Kong version=2.1.1 release=1 url=https://github.com/Kong/kubernetes-ingress-controller summary=Kong for Kubernetes Ingress description=Use Kong for Kubernetes Ingress. Configure plugins, health checking, load balancing and more in Kong for Kubernetes Services, all using Custom Resource Definitions (CRDs) and Kubernetes-native tooling.

2022-01-05 19:11:38 UTC (buildkit.dockerfile.v0)

RUN |1 TAG=2.1.1 /bin/sh -c groupadd --system kic && adduser --system kic -g kic -u 1000 # buildkit

2022-01-05 19:11:38 UTC (buildkit.dockerfile.v0)

COPY /workspace/manager . # buildkit

2022-01-05 19:11:38 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2022-01-05 19:11:38 UTC (buildkit.dockerfile.v0)

USER 1000

2022-01-05 19:11:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/manager"]

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