Namespace
kong
Image / Tag
kubernetes-ingress-controller:2.2.1-redhat
Content Digest
sha256:633dfef76b9bf88ed21783dcc5447376eadde207b8539d8c7e01c586a877a99e
Details
Created

2022-02-16 16:01:33 UTC

Size

88.4 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2022-01-27T15:59:52.415605
  • com.redhat.build-host
    cpt-1005.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.2.1

Environment
PATH

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

container

oci


Layers

[#000] sha256:5dcbdc60ea6b60326f98e2b49d6ebcb7771df4b70c6297ddf2d7dede6692df6e - 87.89% (77.7 MB)

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

[#002] sha256:cb8cd394f4c1d3fd6fb3790047b9f08eaa3c0e3ae65127a2e0a2261e2dad4307 - 0.0% (1.08 KB)

[#003] sha256:1c6e6fb9a2a46d20ef257461e503efe30427343c0b32679f79f81fd41efa9dc3 - 12.1% (10.7 MB)

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


History
2022-01-27 16:00:12 UTC (Imported from -)

2022-01-27 16:00:30 UTC

2022-02-16 16:01:32 UTC (buildkit.dockerfile.v0)

ARG TAG

2022-02-16 16:01:32 UTC (buildkit.dockerfile.v0)

LABEL name=Kong Ingress Controller vendor=Kong version=2.2.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-02-16 16:01:32 UTC (buildkit.dockerfile.v0)

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

2022-02-16 16:01:33 UTC (buildkit.dockerfile.v0)

COPY /workspace/manager . # buildkit

2022-02-16 16:01:33 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2022-02-16 16:01:33 UTC (buildkit.dockerfile.v0)

USER 1000

2022-02-16 16:01:33 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