Namespace
kong
Image / Tag
kong-gateway:2.2-rhel7
Content Digest
sha256:791a7a2215e5212e99e2d4649c5ac2239b1d44847ab03435fa5e08d846be7520
Details
Created

2021-09-02 21:38:34 UTC

Size

171 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2021-08-24T09:50:14.409307
  • 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.2.1

Environment
ASSET

ee

KONG_SHA256

552cbd21da65810e9fbc4673221504855c29aa6e73301a5f0726b35cf93480df

KONG_VERSION

2.2.1.5

PATH

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

RHEL_VERSION

7

container

oci


Layers

[#000] sha256:ad62d8acaeb8e10bb459e0fb98054b6cd0769fe4d0485daf504967c8ffccd2df - 42.6% (72.9 MB)

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

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

[#003] sha256:ba4ba72b949bbea91011c45ff0e12327893c8304196be70cd8b2802dcb53584a - 24.27% (41.5 MB)

[#004] sha256:f9a906fb58f7d04c5bbc6c5d19e1e604227f5140bb6304b5e986a49808be3399 - 33.13% (56.7 MB)

[#005] sha256:8bfab23591c4c1ce63a9666a80c2e2d9e7fd9e29758503b2d9d217aadee78409 - 0.0% (731 Bytes)


History
2021-08-24 09:50:26 UTC (Imported from -)

2021-08-24 09:50:36 UTC

2021-09-02 21:38:13 UTC

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

2021-09-02 21:38:14 UTC

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

2021-09-02 21:38:14 UTC

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

2021-09-02 21:38:14 UTC

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

2021-09-02 21:38:14 UTC

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

2021-09-02 21:38:15 UTC

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

2021-09-02 21:38:16 UTC

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

2021-09-02 21:38:16 UTC

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

2021-09-02 21:38:16 UTC

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

2021-09-02 21:38:16 UTC

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

2021-09-02 21:38:17 UTC

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

2021-09-02 21:38:17 UTC

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

2021-09-02 21:38:17 UTC

/bin/sh -c #(nop) ENV KONG_SHA256=552cbd21da65810e9fbc4673221504855c29aa6e73301a5f0726b35cf93480df

2021-09-02 21:38:32 UTC

|1 EE_PORTS=8002 8445 8003 8446 8004 8447 /bin/sh -c set -ex; if [ "$ASSET" = "ce" ] ; then curl -fL "https://bintray.com/kong/kong-rpm/download_file?file_path=rhel/${RHEL_VERSION}/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 && if [ "$ASSET" = "ce" ] ; then kong version ; fi;

2021-09-02 21:38:33 UTC

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

2021-09-02 21:38:33 UTC

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

2021-09-02 21:38:34 UTC

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

2021-09-02 21:38:34 UTC

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

2021-09-02 21:38:34 UTC

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

2021-09-02 21:38:34 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