2023-01-25 21:04:34 UTC
136 MB
2.8.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a9eaa45ef418e883481a13c7d84fa9904f2ec56789c52a87ba5a9e6483f2b74f - 2.29% (3.11 MB)
[#001] sha256:cb035c8d0890bb60a49b1c2bf095058996fd5ec2f5edf1be3fae9c46f30a409d - 43.24% (58.7 MB)
[#002] sha256:8b0675210175d5bf3855287ab87c2c4ae394d450d5b2fa9941897eaf8e7d59a3 - 54.47% (74 MB)
[#003] sha256:88d3b0c4f299b44c3d2671697ffa1404efa211ef06f862d32c5ee2a275c19e5c - 0.0% (881 Bytes)
/bin/sh -c #(nop) ADD file:3080f19f39259a4b77cc53975de0184c78d4335ceb9ffb77a2838d0539ad6f85 in /
2023-01-09 17:04:49 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-01-25 21:04:09 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.8.1
2023-01-25 21:04:09 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.8.1
2023-01-25 21:04:09 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=ccda33bf02803b6b8dd46b22990f92265fe61d900ba94e3e0fa26db0433098c0
2023-01-25 21:04:09 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=d21690332a89adf9900f7266e083f41f565eb009f2771ef112f3564878eeff53
2023-01-25 21:04:09 UTC/bin/sh -c #(nop) ARG ASSET=remote
2023-01-25 21:04:09 UTC/bin/sh -c #(nop) ARG EE_PORTS
2023-01-25 21:04:10 UTC/bin/sh -c #(nop) COPY file:cc825691b6e24091849b38654a31d09dabb76947c863b242a8e0db75e2b48ee4 in /tmp/kong.apk.tar.gz
2023-01-25 21:04:31 UTC|4 ASSET=local EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_AMD64_SHA=ccda33bf02803b6b8dd46b22990f92265fe61d900ba94e3e0fa26db0433098c0 KONG_ARM64_SHA=d21690332a89adf9900f7266e083f41f565eb009f2771ef112f3564878eeff53 /bin/sh -c set -ex; apk add bash curl ca-certificates; arch="$(apk --print-arch)"; case "${arch}" in x86_64) export ARCH='amd64'; KONG_SHA256=$KONG_AMD64_SHA ;; aarch64) export ARCH='arm64'; KONG_SHA256=$KONG_ARM64_SHA ;; esac; 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 && apk add --no-cache --virtual .build-deps tar gzip && tar -C / -xzf /tmp/kong.apk.tar.gz && apk add --no-cache libstdc++ libgcc openssl pcre perl tzdata libcap zlib zlib-dev bash && 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 && apk del .build-deps && kong version
2023-01-25 21:04:33 UTC/bin/sh -c #(nop) COPY file:40aac0845061deec35b3dc5c6b5e96be456e0d473aaaaa2b561aa44070d27dd2 in /docker-entrypoint.sh
2023-01-25 21:04:33 UTC/bin/sh -c #(nop) USER kong
2023-01-25 21:04:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-01-25 21:04:33 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2023-01-25 21:04:33 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-01-25 21:04:33 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2023-01-25 21:04:34 UTC/bin/sh -c #(nop) CMD ["kong" "docker-start"]
2023-01-25 21:04:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-01-25T21:04:07Z
2023-01-25 21:04:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=616acfb89
2023-01-25 21:04:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.1.1.2
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.