2021-09-08 19:16:07 UTC
129 MB
ee
KONG_AMD64_SHAebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7
KONG_ARM64_SHA131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf
KONG_VERSION2.5.1.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4e9f2cdf438714c2c4533e28c6c41a89cc6c1b46cf77e54c488db30ca4f5b6f3 - 2.08% (2.68 MB)
[#001] sha256:7e1faeb108e2835df01ebcbcce5858e2046982ad9564a0d18409cfa4cf033df3 - 41.24% (53.2 MB)
[#002] sha256:43ee2ae4c7722fa7539dd57829eae0c8a8102fe25047a301930835d67aa1ad26 - 56.68% (73.2 MB)
[#003] sha256:4320d65a6e3af669b46a4d12842279c3ebbbd1ae1d3e1743f1a1a07a3030de6e - 0.0% (882 Bytes)
/bin/sh -c #(nop) ADD file:ecdfb91a737d6c292265c1b77ffd3d82ba810dd43ea4ef79714b66b1da74a5aa in /
2021-08-31 23:18:16 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-09-08 19:15:50 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2021-09-08 19:15:51 UTC/bin/sh -c #(nop) ARG ASSET=ce
2021-09-08 19:15:51 UTC/bin/sh -c #(nop) ENV ASSET=ee
2021-09-08 19:15:52 UTC/bin/sh -c #(nop) ARG EE_PORTS
2021-09-08 19:15:52 UTC/bin/sh -c #(nop) COPY file:582bfb4ffb1ae889d42aed3a6ec7c61a5948cd02c6750a86db333847cf0835b0 in /tmp/kong.tar.gz
2021-09-08 19:15:53 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.5.0
2021-09-08 19:15:53 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.5.1.0
2021-09-08 19:15:53 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=ebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7
2021-09-08 19:15:54 UTC/bin/sh -c #(nop) ENV KONG_AMD64_SHA=ebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7
2021-09-08 19:15:54 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf
2021-09-08 19:15:54 UTC/bin/sh -c #(nop) ENV KONG_ARM64_SHA=131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf
2021-09-08 19:16:02 UTC|1 EE_PORTS=8002 8445 8003 8446 8004 8447 /bin/sh -c set -eux; arch="$(apk --print-arch)"; case "${arch}" in x86_64) arch='amd64'; KONG_SHA256=$KONG_AMD64_SHA ;; aarch64) arch='arm64'; KONG_SHA256=$KONG_ARM64_SHA ;; esac; if [ "$ASSET" = "ce" ] ; then apk add --no-cache --virtual .build-deps curl wget tar ca-certificates && curl -fL "https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-alpine/kong-$KONG_VERSION.$arch.apk.tar.gz" -o /tmp/kong.tar.gz && echo "$KONG_SHA256 /tmp/kong.tar.gz" | sha256sum -c - && apk del .build-deps; fi; mkdir /kong && tar -C /kong -xzf /tmp/kong.tar.gz && mv /kong/usr/local/* /usr/local && mv /kong/etc/* /etc && rm -rf /kong && apk upgrade && apk add --no-cache libstdc++ libgcc openssl pcre perl tzdata libcap zip bash zlib zlib-dev git ca-certificates && adduser -S kong && addgroup -S kong && mkdir -p "/usr/local/kong" && chown -R kong:0 /usr/local/kong && chown kong:0 /usr/local/bin/kong && chmod -R g=u /usr/local/kong && rm -rf /tmp/kong.tar.gz && 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-09-08 19:16:04 UTC/bin/sh -c #(nop) COPY file:fbc9157ea78746515e6e62328627b5e61b34cd910347e5b52fc24fa5913ea356 in /docker-entrypoint.sh
2021-09-08 19:16:04 UTC/bin/sh -c #(nop) USER kong
2021-09-08 19:16:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-09-08 19:16:05 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2021-09-08 19:16:06 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-09-08 19:16:06 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2021-09-08 19:16:07 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.