Namespace
kong
Image / Tag
kong-gateway:2.5.0.0-beta2-rhel7
Content Digest
sha256:2fc8d09d6cdb313fa94e16645d070ec9b3ce54d6df9ac6c6c774df8e3a4fe918
Details
Created

2021-07-29 23:01:02 UTC

Size

172 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2021-07-13T15:29:57.919844
  • com.redhat.build-host
    cpt-1007.osbs.prod.upshift.rdu2.redhat.com
  • com.redhat.component
    ubi7-container
  • com.redhat.license_terms
    https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
  • description
    Next-Generation API Platform for Modern Architectures
  • 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 7
  • io.openshift.tags
    base rhel7
  • name
    Kong
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vcs-ref
    a4e710a688a6374670ecdd56637c3f683d11cbe3
  • vcs-type
    git
  • vendor
    Kong
  • version
    2.4.0

Environment
ASSET

ee

KONG_SHA256

8db0f15fc2d9478bceded4f06575a27c4e8c5e7fccab067b73ea81544a1da526

KONG_VERSION

2.5.0.0-beta2

PATH

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

RHEL_VERSION

7

container

oci


Layers

[#000] sha256:ff5a4e4d3690ccc931900b63714d326cc53a58e644f8d0a4f06bf8c62f11c5c7 - 42.47% (72.9 MB)

[#001] sha256:fa2ef7f80d6fc9543f6eb472846931ed1cec2b5f776d1b67bcb1b9942e1a947e - 0.0% (1.77 KB)

[#002] sha256:e9d8d1752c6056c89c9b4e53f83eef793d034e5165e2affe631a4b96b89b18b1 - 0.0% (3.99 KB)

[#003] sha256:a12976446b99b16e7c1f8b19af71e5536aa8e22215af1a5e424d113551b29048 - 24.34% (41.8 MB)

[#004] sha256:d5fa4e10c2a7fc368d7f2692a4e2011a51b410c7e2fcea7604d3d881fdee81ec - 33.19% (57 MB)

[#005] sha256:656194dc9a2df3b72a7cb6d6315b0c30b2a9f03cbf2de3cbf3c646ac6b6086fb - 0.0% (735 Bytes)


History
2021-07-13 15:30:09 UTC (Imported from -)

2021-07-13 15:30:16 UTC

2021-07-29 23:00:43 UTC

/bin/sh -c #(nop) MAINTAINER Kong

2021-07-29 23:00:43 UTC

/bin/sh -c #(nop) LABEL name=Kong vendor=Kong version=2.4.0 release=1 url=https://konghq.com summary=Next-Generation API Platform for Modern Architectures description=Next-Generation API Platform for Modern Architectures

2021-07-29 23:00:43 UTC

/bin/sh -c #(nop) COPY file:8bfd2fe9fde554dcca6f20909e89f43fc2d76e2636199eccba8c30bbaad8860f in /licenses/

2021-07-29 23:00:43 UTC

/bin/sh -c #(nop) ARG ASSET=ce

2021-07-29 23:00:44 UTC

/bin/sh -c #(nop) ENV ASSET=ee

2021-07-29 23:00:44 UTC

/bin/sh -c #(nop) ARG EE_PORTS

2021-07-29 23:00:45 UTC

/bin/sh -c #(nop) COPY file:68874eaf37d71cdcfcc9715090b305b0e8b90af5d0950f1fd2d2013d0b5b916a in /tmp/kong.rpm

2021-07-29 23:00:45 UTC

/bin/sh -c #(nop) ARG KONG_VERSION=2.5.0

2021-07-29 23:00:45 UTC

/bin/sh -c #(nop) ENV KONG_VERSION=2.5.0.0-beta2

2021-07-29 23:00:46 UTC

/bin/sh -c #(nop) ARG RHEL_VERSION

2021-07-29 23:00:46 UTC

/bin/sh -c #(nop) ENV RHEL_VERSION=7

2021-07-29 23:00:46 UTC

/bin/sh -c #(nop) ARG KONG_SHA256=8db0f15fc2d9478bceded4f06575a27c4e8c5e7fccab067b73ea81544a1da526

2021-07-29 23:00:47 UTC

/bin/sh -c #(nop) ENV KONG_SHA256=8db0f15fc2d9478bceded4f06575a27c4e8c5e7fccab067b73ea81544a1da526

2021-07-29 23:00:59 UTC

|1 EE_PORTS=8002 8445 8003 8446 8004 8447 /bin/sh -c set -ex; if [ "$ASSET" = "ce" ] ; then curl -fL "https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-rhel-$RHEL_VERSION/Packages/k/kong-$KONG_VERSION.rhel${RHEL_VERSION}.amd64.rpm" -o /tmp/kong.rpm && echo "$KONG_SHA256 /tmp/kong.rpm" | sha256sum -c -; fi; yum install -y -q unzip shadow-utils && yum clean all -q && rm -fr /var/cache/yum/* /tmp/yum_save*.yumtx /root/.pki && yum install -y /tmp/kong.rpm && yum clean all && rm /tmp/kong.rpm && chown kong:0 /usr/local/bin/kong && chown -R kong:0 /usr/local/kong && ln -s /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -s /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && if [ "$ASSET" = "ce" ] ; then kong version ; fi

2021-07-29 23:01:00 UTC

/bin/sh -c #(nop) COPY file:f84985128d7636508c50ea0ab2d8a09d123445f22738843cfa907f054e661e6c in /docker-entrypoint.sh

2021-07-29 23:01:00 UTC

/bin/sh -c #(nop) USER kong

2021-07-29 23:01:01 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-07-29 23:01:01 UTC

/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444

2021-07-29 23:01:01 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-07-29 23:01:02 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}

2021-07-29 23:01:02 UTC

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

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