2021-09-03 00:52:37 UTC
127 MB
ee
KONG_AMD64_SHAebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7
KONG_ARM64_SHA131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf
KONG_VERSION2.5.0.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4e9f2cdf438714c2c4533e28c6c41a89cc6c1b46cf77e54c488db30ca4f5b6f3 - 2.11% (2.68 MB)
[#001] sha256:55cee3b6e834cee8dceecce649cef367f45d9d0c7b0dfc5c968ebb40cd12eec1 - 41.85% (53.2 MB)
[#002] sha256:1b468a9048eb5b83642ac3243bdaaec11e287fd0b90af46ae29747ad2fd399a8 - 56.04% (71.3 MB)
[#003] sha256:7f1a66018f1839cbae5594a449b58778f214238ec2668145b32f7f888de9209c - 0.0% (735 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-03 00:52:19 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2021-09-03 00:52:20 UTC/bin/sh -c #(nop) ARG ASSET=ce
2021-09-03 00:52:20 UTC/bin/sh -c #(nop) ENV ASSET=ee
2021-09-03 00:52:20 UTC/bin/sh -c #(nop) ARG EE_PORTS
2021-09-03 00:52:21 UTC/bin/sh -c #(nop) COPY file:845435fc4627097a8249fec34525cf1cf97dc11b64eb72e1374654a02e30e3f3 in /tmp/kong.tar.gz
2021-09-03 00:52:21 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.5.0
2021-09-03 00:52:22 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.5.0.2
2021-09-03 00:52:22 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=ebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7
2021-09-03 00:52:22 UTC/bin/sh -c #(nop) ENV KONG_AMD64_SHA=ebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7
2021-09-03 00:52:23 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf
2021-09-03 00:52:23 UTC/bin/sh -c #(nop) ENV KONG_ARM64_SHA=131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf
2021-09-03 00:52:31 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 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-03 00:52:34 UTC/bin/sh -c #(nop) COPY file:3649811eb013838d68f067d2a2d09d181e630afd57da8e87550fbfcecc8a4ab7 in /docker-entrypoint.sh
2021-09-03 00:52:35 UTC/bin/sh -c #(nop) USER kong
2021-09-03 00:52:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-09-03 00:52:36 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2021-09-03 00:52:36 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-09-03 00:52:37 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2021-09-03 00:52:37 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.