2022-04-08 12:52:27 UTC
174 MB
ee
KONG_VERSION2.6.1.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RHEL_VERSION7
containeroci
[#000] sha256:c2eb7346ebf4c487eb134ff20bd44ecdc9ca578788e5ebea38baff55e2e8f1b2 - 41.93% (73 MB)
[#001] sha256:9bd661e8ad6722c5f4ac4bff13b1cd871c90857f5e0ee53c1e8d5e6e409ba87c - 0.0% (1.77 KB)
[#002] sha256:ec639ac90bc463431d17b36edd26dcdb5ce3686e1113b06711319d70c15bedb3 - 0.0% (3.99 KB)
[#003] sha256:80c5e48fd1b83dbe9477f575ac2ce801b93b0d2adf8d271d1143824ce0df0d89 - 24.65% (42.9 MB)
[#004] sha256:8eb5192cff32f914a6d14dbf1a6d65892cfabaef1d922e8a413f04d1de1eddac - 33.41% (58.2 MB)
[#005] sha256:0d05ae6810e3e148c6704d92df2319b3967cadef3f0067aabc9a37dc9f07564e - 0.0% (880 Bytes)
/bin/sh -c #(nop) MAINTAINER Kong
2022-04-08 12:52:04 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.8.0
2022-04-08 12:52:04 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.6.1.0
2022-04-08 12:52:05 UTC/bin/sh -c #(nop) ARG KONG_SHA256=c6780fe9503836be53cfd2203d18896b3713270fdebbf0ff04c1243cf0fa2371
2022-04-08 12:52:05 UTC/bin/sh -c #(nop) LABEL name=Kong vendor=Kong version=2.6.1.0 release=1 url=https://konghq.com summary=Next-Generation API Platform for Modern Architectures description=Next-Generation API Platform for Modern Architectures
2022-04-08 12:52:06 UTC/bin/sh -c #(nop) COPY file:8bfd2fe9fde554dcca6f20909e89f43fc2d76e2636199eccba8c30bbaad8860f in /licenses/
2022-04-08 12:52:06 UTC/bin/sh -c #(nop) ARG ASSET=ce
2022-04-08 12:52:06 UTC/bin/sh -c #(nop) ENV ASSET=ee
2022-04-08 12:52:06 UTC/bin/sh -c #(nop) ARG EE_PORTS
2022-04-08 12:52:07 UTC/bin/sh -c #(nop) COPY file:6de87bb91a694e24f92c67c13c160b3e4fb24214c80f2296554114b6d229a2fc in /tmp/kong.rpm
2022-04-08 12:52:07 UTC/bin/sh -c #(nop) ARG RHEL_VERSION
2022-04-08 12:52:07 UTC/bin/sh -c #(nop) ENV RHEL_VERSION=7
2022-04-08 12:52:25 UTC|2 EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_SHA256=c6780fe9503836be53cfd2203d18896b3713270fdebbf0ff04c1243cf0fa2371 /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
2022-04-08 12:52:26 UTC/bin/sh -c #(nop) COPY file:7adccb4c902b60c4635e39089bfc44df2a395b4a14ac30899fa2b08049e36935 in /docker-entrypoint.sh
2022-04-08 12:52:26 UTC/bin/sh -c #(nop) USER kong
2022-04-08 12:52:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2022-04-08 12:52:26 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2022-04-08 12:52:26 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2022-04-08 12:52:27 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2022-04-08 12:52:27 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.