Namespace
kong
Image / Tag
kong-gateway:2.7.1.2-rhel7
Content Digest
sha256:848e671ed838e7f9a45604257da283521c366a64d6beca2391e875f5ee6d3320
Details
Created

2022-02-17 20:49:29 UTC

Size

175 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2022-01-04T09:33:38.568224
  • com.redhat.build-host
    cpt-1001.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.7.1.2

Environment
ASSET

ee

KONG_VERSION

2.7.1.2

PATH

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

RHEL_VERSION

7

container

oci


Layers

[#000] sha256:3a4f63a9dc197ae48cddc08a53e02748a45d7847767f837b8cc7b1c0b93f9411 - 41.6% (73 MB)

[#001] sha256:1cd88f0a187e2d8a2bf14bf492d94652e702e4f3db8c9e54fd3c35db8737f82c - 0.0% (1.76 KB)

[#002] sha256:5b7316e9ef515bba17a52b0e3b80dacebfbb39bf8089431bb6f76f407bf8e00c - 0.0% (4 KB)

[#003] sha256:7806d699e16ea33e8aecd0bd2767a6d4255ba18dece1b7f468f53c5e9eace783 - 24.46% (42.9 MB)

[#004] sha256:7fe1ff9f72cb2cf3a92d662596295308ff8895149246482b183a8f59fb208f5a - 33.93% (59.5 MB)

[#005] sha256:405ddf7f164e8de911b33d82f60fd17a6d85c988413bec52cfefec651ddc206c - 0.0% (880 Bytes)


History
2022-01-04 09:33:57 UTC (Imported from -)

2022-01-04 09:34:10 UTC

2022-02-17 20:49:06 UTC

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

2022-02-17 20:49:06 UTC

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

2022-02-17 20:49:06 UTC

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

2022-02-17 20:49:06 UTC

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

2022-02-17 20:49:06 UTC

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

2022-02-17 20:49:08 UTC

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

2022-02-17 20:49:08 UTC

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

2022-02-17 20:49:08 UTC

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

2022-02-17 20:49:08 UTC

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

2022-02-17 20:49:09 UTC

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

2022-02-17 20:49:09 UTC

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

2022-02-17 20:49:09 UTC

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

2022-02-17 20:49:27 UTC

|2 EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_SHA256=ba4cce4776fec353e706f09f1da1cca474094cb1619011fe9402f5f9b7735b08 /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 -; else yum update -y && yum upgrade -y ; 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

2022-02-17 20:49:29 UTC

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

2022-02-17 20:49:29 UTC

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

2022-02-17 20:49:29 UTC

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

2022-02-17 20:49:29 UTC

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

2022-02-17 20:49:29 UTC

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

2022-02-17 20:49:29 UTC

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

2022-02-17 20:49:29 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