2023-06-15 06:24:34 UTC
32.6 MB
/usr/local/kong
KONG_VERSION3.3.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4db1b89c0bd13344176ddce2d093b9da2ae58336823ffed2009a7ea4b62d2a95 - 9.86% (3.22 MB)
[#001] sha256:71bf8f4939b0d0d869272046c9d70b9159d8da43fcbe49aa3db948aeec25ccc4 - 0.0% (135 Bytes)
[#002] sha256:b72589f98cfb44bd3f9dca2c93d93173361a0ac30a8d5a5a11639bafaecba65e - 90.14% (29.4 MB)
[#003] sha256:ffd32791a2d9c85fcb9b2a8553438aa66214a402cd38b29453bbc9b72bf4f76e - 0.0% (1.13 KB)
/bin/sh -c #(nop) ADD file:828b07e74c184e7f251ed992ff195cdc50fdca345f13ff484e258851d928d950 in /
2023-06-14 20:42:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-06-15 06:24:27 UTC/bin/sh -c #(nop) LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
2023-06-15 06:24:27 UTC/bin/sh -c #(nop) ARG KONG_VERSION=3.3.0
2023-06-15 06:24:27 UTC/bin/sh -c #(nop) ENV KONG_VERSION=3.3.0
2023-06-15 06:24:27 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=494522d5ef9baf674272bbb7075e406a4515a7475253fd3026cc7ca9451612a2
2023-06-15 06:24:27 UTC/bin/sh -c #(nop) ARG KONG_PREFIX=/usr/local/kong
2023-06-15 06:24:27 UTC/bin/sh -c #(nop) ENV KONG_PREFIX=/usr/local/kong
2023-06-15 06:24:27 UTC/bin/sh -c #(nop) ARG ASSET=remote
2023-06-15 06:24:28 UTC/bin/sh -c #(nop) ARG EE_PORTS
2023-06-15 06:24:28 UTC/bin/sh -c #(nop) COPY file:7815b5fca0a34ed4a30931ccd9d4786733aecc9e9b2d4c363dee07e4a5c9b32f in /tmp/kong.apk.tar.gz
2023-06-15 06:24:34 UTC|2 ASSET=remote KONG_AMD64_SHA=494522d5ef9baf674272bbb7075e406a4515a7475253fd3026cc7ca9451612a2 /bin/sh -c set -ex; apk add --virtual .build-deps curl tar gzip ca-certificates; export ARCH='amd64'; KONG_SHA256=$KONG_AMD64_SHA ; if [ "$ASSET" = "remote" ] ; then curl -fL "https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-alpine/kong-${KONG_VERSION}.${ARCH}.apk.tar.gz" -o /tmp/kong.apk.tar.gz && echo "$KONG_SHA256 /tmp/kong.apk.tar.gz" | sha256sum -c -; fi && tar -C / -xzf /tmp/kong.apk.tar.gz && apk add --no-cache libstdc++ libgcc perl tzdata libcap zlib zlib-dev bash yaml && adduser -S kong && addgroup -S kong && mkdir -p "${KONG_PREFIX}" && chown -R kong:0 ${KONG_PREFIX} && chown kong:0 /usr/local/bin/kong && chmod -R g=u ${KONG_PREFIX} && rm -rf /tmp/kong.apk.tar.gz && ln -sf /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && apk del .build-deps && kong version
2023-06-15 06:24:34 UTC/bin/sh -c #(nop) COPY file:6bb80898c17e8239746044c0d891f54029077cb7b848c170e71b40f6e2243e33 in /docker-entrypoint.sh
2023-06-15 06:24:34 UTC/bin/sh -c #(nop) USER kong
2023-06-15 06:24:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-06-15 06:24:34 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2023-06-15 06:24:34 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-06-15 06:24:34 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s" "0s" '\n'}
2023-06-15 06:24:34 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.