2022-01-28 01:22:44 UTC
133 MB
ee
KONG_VERSION2.7.1.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3 - 2.01% (2.69 MB)
[#001] sha256:2c615256dd7312a71249e6c00e6dacc5d24fbe798e26aafec4cfa75cc5a1581c - 40.68% (54.3 MB)
[#002] sha256:1c95c3bf6d64cb952ef5dd2df2cf894d4c8436ced6d37bc1d36b00cdb8d12636 - 57.3% (76.5 MB)
[#003] sha256:2ad4e942a7b9bc4ed8730ec15eda45256c746a569c79e3dc4afab652cccab374 - 0.0% (880 Bytes)
/bin/sh -c #(nop) ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in /
2021-11-24 20:19:40 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-01-28 01:22:29 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2022-01-28 01:22:29 UTC/bin/sh -c #(nop) ARG ASSET=ce
2022-01-28 01:22:29 UTC/bin/sh -c #(nop) ENV ASSET=ee
2022-01-28 01:22:29 UTC/bin/sh -c #(nop) ARG EE_PORTS
2022-01-28 01:22:31 UTC/bin/sh -c #(nop) COPY file:bd17b7b684e1370ab188e9b2d28fa466e8d44d41506756f334ce8388ab4f4c46 in /tmp/kong.tar.gz
2022-01-28 01:22:31 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.7.0
2022-01-28 01:22:31 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.7.1.0
2022-01-28 01:22:31 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=4caec31903319d1c09542e967e6e4d601bc469b5f28b13f83907a8115a9ff2e5
2022-01-28 01:22:31 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=923997ff72b52058f0c91ba09e400ea43c89f9d9e82ccb74f188a44e461a35b7
2022-01-28 01:22:41 UTC|3 EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_AMD64_SHA=4caec31903319d1c09542e967e6e4d601bc469b5f28b13f83907a8115a9ff2e5 KONG_ARM64_SHA=923997ff72b52058f0c91ba09e400ea43c89f9d9e82ccb74f188a44e461a35b7 /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; else apk upgrade; 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
2022-01-28 01:22:43 UTC/bin/sh -c #(nop) COPY file:fbc9157ea78746515e6e62328627b5e61b34cd910347e5b52fc24fa5913ea356 in /docker-entrypoint.sh
2022-01-28 01:22:43 UTC/bin/sh -c #(nop) USER kong
2022-01-28 01:22:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2022-01-28 01:22:44 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2022-01-28 01:22:44 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2022-01-28 01:22:44 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2022-01-28 01:22:44 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.