2021-12-16 15:49:08 UTC
132 MB
ee
KONG_VERSION2.7.0.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:97518928ae5f3d52d4164b314a7e73654eb686ecd8aafa0b79acd980773a740d - 2.04% (2.69 MB)
[#001] sha256:2e73335c4b590472ccda9a640685aca1aa96808eb1501f26f5b1863a2e9d9fbf - 41.23% (54.3 MB)
[#002] sha256:63f4cee11f237ea5f1d8a607ba9c1ef0932a042305379c4e627ce19bfb974317 - 56.72% (74.7 MB)
[#003] sha256:0dd0659e0706bb30e54ab31595631a02f22d11982d197c722f39efb84ce6e57b - 0.0% (882 Bytes)
/bin/sh -c #(nop) ADD file:762c899ec0505d1a32930ee804c5b008825f41611161be104076cba33b7e5b2b in /
2021-11-12 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-12-16 15:48:53 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2021-12-16 15:48:53 UTC/bin/sh -c #(nop) ARG ASSET=ce
2021-12-16 15:48:53 UTC/bin/sh -c #(nop) ENV ASSET=ee
2021-12-16 15:48:53 UTC/bin/sh -c #(nop) ARG EE_PORTS
2021-12-16 15:48:54 UTC/bin/sh -c #(nop) COPY file:4222f716a3f6a002cef5da9ba80735d1b59a73017cdee3e0dc5956cd2aceaff9 in /tmp/kong.tar.gz
2021-12-16 15:48:55 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.6.0
2021-12-16 15:48:55 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.7.0.0
2021-12-16 15:48:55 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=43fb5f27185e274e22b4a36b93b1b7e27afe94b9fd2efbe4ec69b8ed8a9e5902
2021-12-16 15:48:55 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=a057eaa6d10ecf49443ec0cac6e1b70a62ee357a777e0e169c780e18fd5c5544
2021-12-16 15:49:04 UTC|3 EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_AMD64_SHA=43fb5f27185e274e22b4a36b93b1b7e27afe94b9fd2efbe4ec69b8ed8a9e5902 KONG_ARM64_SHA=a057eaa6d10ecf49443ec0cac6e1b70a62ee357a777e0e169c780e18fd5c5544 /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
2021-12-16 15:49:07 UTC/bin/sh -c #(nop) COPY file:fbc9157ea78746515e6e62328627b5e61b34cd910347e5b52fc24fa5913ea356 in /docker-entrypoint.sh
2021-12-16 15:49:07 UTC/bin/sh -c #(nop) USER kong
2021-12-16 15:49:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-12-16 15:49:08 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2021-12-16 15:49:08 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-12-16 15:49:08 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2021-12-16 15:49:08 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.