2023-02-11 14:01:10 UTC
46.9 MB
ce
KONG_VERSION2.5.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:895e193edb5191bf66fb5ccb29f5d3659e05eec5953255180cbdd66520e7c517 - 5.74% (2.7 MB)
[#001] sha256:230feecf627a5c7bab62deef1079f59e6af0cbe179bb311838e2487e83517597 - 0.0% (131 Bytes)
[#002] sha256:46a660d604aa309c7e45d20c975c43935c4db5dffdc0ff40677e6e7dc8a7b158 - 94.25% (44.2 MB)
[#003] sha256:2828d196d3c4f88eee9641ec30528284bd3acc615ee00ab5ec43e14e64c95a07 - 0.0% (881 Bytes)
/bin/sh -c #(nop) ADD file:cdac18271416ac5bf6876b7ea9af1129108d03f9813589dfda113e5f09d6b80b in /
2023-02-11 04:46:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-02-11 14:00:34 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2023-02-11 14:00:34 UTC/bin/sh -c #(nop) ARG ASSET=ce
2023-02-11 14:00:34 UTC/bin/sh -c #(nop) ENV ASSET=ce
2023-02-11 14:00:34 UTC/bin/sh -c #(nop) ARG EE_PORTS
2023-02-11 14:00:35 UTC/bin/sh -c #(nop) COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz
2023-02-11 14:01:02 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.5.2
2023-02-11 14:01:02 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.5.2
2023-02-11 14:01:02 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=d4bc93bcb14cce8c37ced136632a290b441050c540db779e742bcd88e5cfd70d
2023-02-11 14:01:02 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=691e1dc29e96d6a95b60674513932c4f7547773014685ce0130549f980c1c46e
2023-02-11 14:01:09 UTC|2 KONG_AMD64_SHA=d4bc93bcb14cce8c37ced136632a290b441050c540db779e742bcd88e5cfd70d KONG_ARM64_SHA=691e1dc29e96d6a95b60674513932c4f7547773014685ce0130549f980c1c46e /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
2023-02-11 14:01:09 UTC/bin/sh -c #(nop) COPY file:df7f26941e26fd034e43646906785ecba3877cf078fa891fd1d304925f70408e in /docker-entrypoint.sh
2023-02-11 14:01:09 UTC/bin/sh -c #(nop) USER kong
2023-02-11 14:01:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-02-11 14:01:10 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2023-02-11 14:01:10 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-02-11 14:01:10 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2023-02-11 14:01:10 UTC/bin/sh -c #(nop) CMD ["kong" "docker-start"]
2023-02-10 23:00:29 UTC
46.2 MB
ce
KONG_VERSION2.5.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:404f35918b797abb27547df3b530ec55a77c499c4dce88f3b90867115087f9e7 - 5.62% (2.6 MB)
[#001] sha256:d21dbecf80430775ed3b75443538d3568cb87cb087b86329bb313c2e1bc403a4 - 0.0% (129 Bytes)
[#002] sha256:593d0e5f72eaa84ac04715e11e5007224d439c9821e4ee7e7d1f9de85a86573f - 94.38% (43.6 MB)
[#003] sha256:b6c5cc7d2a7a68555dce67f4d5d1dda5b175ab40bf44c6a21ed6050ecb86a3b4 - 0.0% (881 Bytes)
/bin/sh -c #(nop) ADD file:a73970ac03f28a1d3b9aaee19e859d958867b42fb91f29efb1259fbddc66ffb1 in /
2023-02-10 21:24:16 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) ARG ASSET=ce
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) ENV ASSET=ce
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) ARG EE_PORTS
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz
2023-02-10 23:00:22 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.5.2
2023-02-10 23:00:22 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.5.2
2023-02-10 23:00:22 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=d4bc93bcb14cce8c37ced136632a290b441050c540db779e742bcd88e5cfd70d
2023-02-10 23:00:22 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=691e1dc29e96d6a95b60674513932c4f7547773014685ce0130549f980c1c46e
2023-02-10 23:00:28 UTC|2 KONG_AMD64_SHA=d4bc93bcb14cce8c37ced136632a290b441050c540db779e742bcd88e5cfd70d KONG_ARM64_SHA=691e1dc29e96d6a95b60674513932c4f7547773014685ce0130549f980c1c46e /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
2023-02-10 23:00:29 UTC/bin/sh -c #(nop) COPY file:df7f26941e26fd034e43646906785ecba3877cf078fa891fd1d304925f70408e in /docker-entrypoint.sh
2023-02-10 23:00:29 UTC/bin/sh -c #(nop) USER kong
2023-02-10 23:00:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-02-10 23:00:29 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2023-02-10 23:00:29 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-02-10 23:00:29 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2023-02-10 23:00:29 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.