Namespace
kong
Image / Tag
kong-gateway:2.3.3.0-rhel7
Content Digest
sha256:a5879e35ab401f30efb57fb60152cb08c622127b852b961edd61ba3706c8671e
Details
Created

2021-03-29 14:00:34 UTC

Size

171 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2021-03-10T06:09:00.139818
  • 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.3.1

Environment
ASSET

ee

KONG_SHA256

2c2f25499202fe72cc0cbeb0a6e509e0ac052db404bd6e5fb79e9cf7418df756

KONG_VERSION

2.3.3.0

PATH

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

RHEL_VERSION

7

container

oci


Layers

[#000] sha256:b855b55fea8a8db82b6db1ac327725d2578d1e1d12e39220da6e095dc5b72123 - 42.59% (72.9 MB)

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

[#002] sha256:9df8d49e83dc9ac20976e2cef7dd009bd303a21f803c5d90543dbabc08d20bb1 - 0.0% (3.97 KB)

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

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

[#005] sha256:ec474ebe5f365c87c9cbbad0bf5ad841236192e96ebf66a5bcea6e4350734071 - 0.0% (732 Bytes)


History
2021-03-10 06:09:12 UTC (Imported from -)

2021-03-10 06:09:19 UTC

2021-03-29 13:59:54 UTC

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

2021-03-29 13:59:55 UTC

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

2021-03-29 13:59:57 UTC

/bin/sh -c #(nop) COPY file:61007fbfdf4733239156e2a302b3f5c79010e7a0341b70c7e049006030469951 in /licenses/

2021-03-29 13:59:57 UTC

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

2021-03-29 13:59:58 UTC

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

2021-03-29 13:59:59 UTC

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

2021-03-29 14:00:01 UTC

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

2021-03-29 14:00:01 UTC

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

2021-03-29 14:00:02 UTC

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

2021-03-29 14:00:03 UTC

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

2021-03-29 14:00:04 UTC

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

2021-03-29 14:00:05 UTC

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

2021-03-29 14:00:06 UTC

/bin/sh -c #(nop) ENV KONG_SHA256=2c2f25499202fe72cc0cbeb0a6e509e0ac052db404bd6e5fb79e9cf7418df756

2021-03-29 14:00:28 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-03-29 14:00:30 UTC

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

2021-03-29 14:00:30 UTC

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

2021-03-29 14:00:31 UTC

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

2021-03-29 14:00:32 UTC

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

2021-03-29 14:00:33 UTC

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

2021-03-29 14:00: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