Namespace
kong
Image / Tag
kong-gateway:2.8.1.4-centos7
Content Digest
sha256:e70bf9d159aa8c2ec9ac8c482f98fb2b19ca14fc378704918bcb54834c9e625d
Details
Created

2022-08-23 17:45:48 UTC

Size

259 MB

Content Digest
Labels
  • maintainer
    Kong <support@konghq.com>
  • org.label-schema.build-date
    20201113
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.created
    2020-11-13 00:00:00+00:00
  • org.opencontainers.image.licenses
    GPL-2.0-only
  • org.opencontainers.image.title
    CentOS Base Image
  • org.opencontainers.image.vendor
    CentOS

Environment
ASSET

ee

KONG_VERSION

2.8.1.4

PATH

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


Layers

[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 28.04% (72.6 MB)

[#001] sha256:4f3eb873834d06a1e1252e53ca3c53c728e4befde0492c3e712f3bc80b58b2be - 21.57% (55.8 MB)

[#002] sha256:f247eae5085fb20f4bf773284013f565b70d12a9285e1aa4877d74adf560be55 - 50.39% (130 MB)

[#003] sha256:5bb8039deb2ccc041d700f44c94d503cf3dc40f96ade815d1e988da7dde279c6 - 0.0% (881 Bytes)


History
2021-09-15 18:20:23 UTC

/bin/sh -c #(nop) ADD file:b3ebbe8bd304723d43b7b44a6d990cd657b63d93d6a2a9293983a30bfc1dfa53 in /

2021-09-15 18:20:23 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00

2021-09-15 18:20:23 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2022-08-23 17:44:29 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>

2022-08-23 17:44:29 UTC

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

2022-08-23 17:44:29 UTC

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

2022-08-23 17:44:29 UTC

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

2022-08-23 17:44:30 UTC

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

2022-08-23 17:44:31 UTC

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

2022-08-23 17:44:31 UTC

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

2022-08-23 17:44:32 UTC

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

2022-08-23 17:45:44 UTC

|2 EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_SHA256=d985cca2228ec14af66733e0a72999a3707270f852fbf60511d9ff2e3b0150b8 /bin/sh -c set -ex; sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* || true; sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-* || true; yum clean all; if [ "$ASSET" = "ce" ] ; then curl -fL https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-centos-8/Packages/k/kong-$KONG_VERSION.el8.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 git && 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-08-23 17:45:47 UTC

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

2022-08-23 17:45:47 UTC

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

2022-08-23 17:45:47 UTC

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

2022-08-23 17:45:47 UTC

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

2022-08-23 17:45:47 UTC

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

2022-08-23 17:45:48 UTC

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

2022-08-23 17:45:48 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