2021-12-16 15:49:16 UTC
174 MB
ee
KONG_VERSION2.7.0.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RHEL_VERSION7
containeroci
[#000] sha256:ac08ca107ad9ed699cbd28339749dd6463a84c73aa1d468a4241385fc4ec3876 - 41.94% (73 MB)
[#001] sha256:b46ca46c303b49d886a7585735ebd1dc8651e83d0fab5823300cf3a9fd2febc1 - 0.0% (1.78 KB)
[#002] sha256:d9f7d2d552268cb2fdaefb1c6fca4823ce1c910b27675adc3675c09581d20f81 - 0.0% (3.99 KB)
[#003] sha256:f5526942b6c16905943dbb2ec5da64c3a6c1dc4c0cedc3f2cc1e10a6913db7ec - 24.65% (42.9 MB)
[#004] sha256:3db320596df82ef51856afb375104710a7e8e66c6337b73057b4797921fd56a9 - 33.4% (58.1 MB)
[#005] sha256:497116fb9155d4e42ff523735b582a2d702409090260312e8501874040bf0852 - 0.0% (880 Bytes)
/bin/sh -c #(nop) MAINTAINER Kong
2021-12-16 15:48:53 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.6.0
2021-12-16 15:48:53 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.7.0.0
2021-12-16 15:48:53 UTC/bin/sh -c #(nop) ARG KONG_SHA256=490dfceb423ffdfb0621b06774b880f80ec7d51279f54b10e0fa380eec84135b
2021-12-16 15:48:55 UTC/bin/sh -c #(nop) LABEL name=Kong vendor=Kong version=2.7.0.0 release=1 url=https://konghq.com summary=Next-Generation API Platform for Modern Architectures description=Next-Generation API Platform for Modern Architectures
2021-12-16 15:48:55 UTC/bin/sh -c #(nop) COPY file:8bfd2fe9fde554dcca6f20909e89f43fc2d76e2636199eccba8c30bbaad8860f in /licenses/
2021-12-16 15:48:55 UTC/bin/sh -c #(nop) ARG ASSET=ce
2021-12-16 15:48:55 UTC/bin/sh -c #(nop) ENV ASSET=ee
2021-12-16 15:48:55 UTC/bin/sh -c #(nop) ARG EE_PORTS
2021-12-16 15:48:56 UTC/bin/sh -c #(nop) COPY file:11ab43b03d202cb16fe4f22ca1edd655059d416c8a8e089dcc77f1ab8932e06a in /tmp/kong.rpm
2021-12-16 15:48:56 UTC/bin/sh -c #(nop) ARG RHEL_VERSION
2021-12-16 15:48:56 UTC/bin/sh -c #(nop) ENV RHEL_VERSION=7
2021-12-16 15:49:14 UTC|2 EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_SHA256=490dfceb423ffdfb0621b06774b880f80ec7d51279f54b10e0fa380eec84135b /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
2021-12-16 15:49:15 UTC/bin/sh -c #(nop) COPY file:7adccb4c902b60c4635e39089bfc44df2a395b4a14ac30899fa2b08049e36935 in /docker-entrypoint.sh
2021-12-16 15:49:15 UTC/bin/sh -c #(nop) USER kong
2021-12-16 15:49:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-12-16 15:49:15 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2021-12-16 15:49:16 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-12-16 15:49:16 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2021-12-16 15:49:16 UTC/bin/sh -c #(nop) CMD ["kong" "docker-start"]
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.