2021-10-22 14:28:27 UTC
127 MB
ee
KONG_AMD64_SHAf3fc429372e473e8616cf6afc56543a151bd08ba2bc235176d671515f691f20b
KONG_ARM64_SHAe6d002b49aab10c1ae74cd533640eddc9e7f0ce30562cd7079d4b76d9eb70340
KONG_VERSION2.5.1.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e - 2.11% (2.68 MB)
[#001] sha256:2d9ad862a15241e3b967596ff0140afa6adcb7eaf7c7c48fb90a1cdf3865f587 - 41.77% (53.2 MB)
[#002] sha256:a682666c525706cab527c66cfa0a3b06e84fae02c828d4b94e698acd4eaf135f - 56.12% (71.5 MB)
[#003] sha256:4704de78a7c8c954965edc1c8dbcaca5e4a6309045ef6e181ea161cd345c12f2 - 0.0% (880 Bytes)
/bin/sh -c #(nop) ADD file:aad4290d27580cc1a094ffaf98c3ca2fc5d699fe695dfb8e6e9fac20f1129450 in /
2021-08-27 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-10-22 14:28:18 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2021-10-22 14:28:18 UTC/bin/sh -c #(nop) ARG ASSET=ce
2021-10-22 14:28:18 UTC/bin/sh -c #(nop) ENV ASSET=ee
2021-10-22 14:28:18 UTC/bin/sh -c #(nop) ARG EE_PORTS
2021-10-22 14:28:19 UTC/bin/sh -c #(nop) COPY file:d1649bea9948e7fc337869491621e2a46949ea355026b835b510af0c1b4b543a in /tmp/kong.tar.gz
2021-10-22 14:28:19 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.5.1
2021-10-22 14:28:19 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.5.1.1
2021-10-22 14:28:19 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=f3fc429372e473e8616cf6afc56543a151bd08ba2bc235176d671515f691f20b
2021-10-22 14:28:19 UTC/bin/sh -c #(nop) ENV KONG_AMD64_SHA=f3fc429372e473e8616cf6afc56543a151bd08ba2bc235176d671515f691f20b
2021-10-22 14:28:19 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=e6d002b49aab10c1ae74cd533640eddc9e7f0ce30562cd7079d4b76d9eb70340
2021-10-22 14:28:19 UTC/bin/sh -c #(nop) ENV KONG_ARM64_SHA=e6d002b49aab10c1ae74cd533640eddc9e7f0ce30562cd7079d4b76d9eb70340
2021-10-22 14:28:25 UTC|1 EE_PORTS=8002 8445 8003 8446 8004 8447 /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; 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-10-22 14:28:26 UTC/bin/sh -c #(nop) COPY file:fbc9157ea78746515e6e62328627b5e61b34cd910347e5b52fc24fa5913ea356 in /docker-entrypoint.sh
2021-10-22 14:28:26 UTC/bin/sh -c #(nop) USER kong
2021-10-22 14:28:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-22 14:28:26 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2021-10-22 14:28:26 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-10-22 14:28:27 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2021-10-22 14:28:27 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.