2022-05-27 15:39:18 UTC
121 MB
2.8.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:396c31837116ac290458afcb928f68b6cc1c7bdd6963fc72f52f365a2a89c1b5 - 2.21% (2.67 MB)
[#001] sha256:2d8c163208a57f6e271190deccab2c817d0e28ec5d2eba68cbe2cef530f14568 - 43.47% (52.5 MB)
[#002] sha256:cfd96a86c123a5ff4a2a84b6ae14efbb4e3a4e753059bc8e2830317265f5bf39 - 54.32% (65.7 MB)
[#003] sha256:00be246c2399fe56e2cdb277fd589117dd2799120d08d4d3d26da484b3bd8fc9 - 0.0% (881 Bytes)
/bin/sh -c #(nop) ADD file:c5377eaa926bf412dd8d4a08b0a1f2399cfd708743533b0aa03b53d14cb4bb4e in /
2021-04-14 19:20:05 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-05-27 15:36:46 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.8.1
2022-05-27 15:36:46 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.8.1
2022-05-27 15:36:46 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=ccda33bf02803b6b8dd46b22990f92265fe61d900ba94e3e0fa26db0433098c0
2022-05-27 15:36:46 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=d21690332a89adf9900f7266e083f41f565eb009f2771ef112f3564878eeff53
2022-05-27 15:36:46 UTC/bin/sh -c #(nop) ARG ASSET=remote
2022-05-27 15:36:46 UTC/bin/sh -c #(nop) ARG EE_PORTS
2022-05-27 15:36:47 UTC/bin/sh -c #(nop) COPY file:df80048ad484165182230fe5a2b7243cbd0d3a2d63b888ca30dc9856285f6b3f in /tmp/kong.apk.tar.gz
2022-05-27 15:36:53 UTC|3 ASSET=local 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
2022-05-27 15:36:54 UTC/bin/sh -c #(nop) COPY file:40aac0845061deec35b3dc5c6b5e96be456e0d473aaaaa2b561aa44070d27dd2 in /docker-entrypoint.sh
2022-05-27 15:36:54 UTC/bin/sh -c #(nop) USER kong
2022-05-27 15:36:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2022-05-27 15:36:55 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2022-05-27 15:36:55 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2022-05-27 15:36:55 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2022-05-27 15:36:55 UTC/bin/sh -c #(nop) CMD ["kong" "docker-start"]
2022-05-27 15:39:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-27T15:39:18Z
2022-05-27 15:39:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=cb3015213
2022-05-27 15:39:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.6.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.