Namespace
kong
Image / Tag
kong-gateway:2.6-centos7
Content Digest
sha256:37bca2b3b926f014bee9e287b3070e506a927fbcd269f1baf88d1d6243e0b749
Details
Created

2022-04-08 12:52:58 UTC

Size

233 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.6.1.0

PATH

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


Layers

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

[#001] sha256:6c5125c75c91263cf2da170946989de99cc1b9efdbcf70433bd3000acb0aa2fb - 18.45% (42.9 MB)

[#002] sha256:b1b22c970592168bd3f3c2eea2f908b1cf2cdd7aa22b5750b2b8336eb694ee23 - 50.36% (117 MB)

[#003] sha256:40f27afcc91e8910b66fb0c8cbf52ce4e76e906e4a85024c706d17af469759b8 - 0.0% (880 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-04-08 12:52:04 UTC

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

2022-04-08 12:52:04 UTC

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

2022-04-08 12:52:04 UTC

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

2022-04-08 12:52:05 UTC

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

2022-04-08 12:52:05 UTC

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

2022-04-08 12:52:06 UTC

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

2022-04-08 12:52:06 UTC

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

2022-04-08 12:52:06 UTC

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

2022-04-08 12:52:55 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-04-08 12:52:57 UTC

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

2022-04-08 12:52:57 UTC

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

2022-04-08 12:52:58 UTC

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

2022-04-08 12:52:58 UTC

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

2022-04-08 12:52:58 UTC

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

2022-04-08 12:52:58 UTC

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

2022-04-08 12:52:58 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