2023-03-31 02:23:01 UTC
135 MB
2.8.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c41833b44d910632b415cd89a9cdaa4d62c9725dc56c99a7ddadafd6719960f9 - 2.31% (3.11 MB)
[#001] sha256:cddf2535982bf567f64e5bb7171db4e0fee4a851814489a32f03cad465f8e382 - 43.14% (58.2 MB)
[#002] sha256:f90782b0b0a2443e6ea6f355599520ad34c7eba303c66aa9c207b0ce834e40d9 - 54.56% (73.6 MB)
[#003] sha256:be12aa07c249cb43b83c3e536aa420a452cf8c8d10166d21ec0e458c253d7cc3 - 0.0% (876 Bytes)
/bin/sh -c #(nop) ADD file:e51d4089e73ad6dee52b31f0c8059a00c17df6e23f6741fe11b43bd84cc99008 in /
2023-03-29 17:39:18 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-03-31 02:22:38 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.8.1
2023-03-31 02:22:38 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.8.1
2023-03-31 02:22:39 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=ccda33bf02803b6b8dd46b22990f92265fe61d900ba94e3e0fa26db0433098c0
2023-03-31 02:22:39 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=d21690332a89adf9900f7266e083f41f565eb009f2771ef112f3564878eeff53
2023-03-31 02:22:39 UTC/bin/sh -c #(nop) ARG ASSET=remote
2023-03-31 02:22:39 UTC/bin/sh -c #(nop) ARG EE_PORTS
2023-03-31 02:22:39 UTC/bin/sh -c #(nop) COPY file:0afe32c58e3ce4c1cb3b7db7b1cf05cf0f7185f5f7efbc00abb0380c7407f31c in /tmp/kong.apk.tar.gz
2023-03-31 02:22:58 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-03-31 02:23:00 UTC/bin/sh -c #(nop) COPY file:40aac0845061deec35b3dc5c6b5e96be456e0d473aaaaa2b561aa44070d27dd2 in /docker-entrypoint.sh
2023-03-31 02:23:00 UTC/bin/sh -c #(nop) USER kong
2023-03-31 02:23:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-03-31 02:23:00 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2023-03-31 02:23:00 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-03-31 02:23:00 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2023-03-31 02:23:00 UTC/bin/sh -c #(nop) CMD ["kong" "docker-start"]
2023-03-31 02:23:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-03-31T02:22:36Z
2023-03-31 02:23:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=19bfdc485
2023-03-31 02:23:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.2.2.0
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.