2022-08-05 12:05:18 UTC
158 MB
ee
KONG_VERSION2.8.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ab6db1bc80d0a6df92d04c3fad44b9443642fbc85878023bc8c011763fe44524 - 1.69% (2.68 MB)
[#001] sha256:f08e19f5f15093c8d56ef872acc7d5e833ed5ffc0128941afc6e7f52f935b737 - 42.65% (67.6 MB)
[#002] sha256:fa7c29d49b5cdcef41bf6ddefaccfa8a3607528024c64c277a87d36cf6610052 - 55.65% (88.2 MB)
[#003] sha256:7ee1fc1138f6b1b8cc04d8dc01db70cfd7ba0fc8d2efac6b61fc190c62ba02fc - 0.0% (881 Bytes)
/bin/sh -c #(nop) ADD file:c679662d1fba5d188d8f31ab4ebeb7099221926df7630a6917aa461fc33d7ea6 in /
2022-07-19 22:20:11 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-05 12:05:00 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2022-08-05 12:05:00 UTC/bin/sh -c #(nop) ARG ASSET=ce
2022-08-05 12:05:00 UTC/bin/sh -c #(nop) ENV ASSET=ee
2022-08-05 12:05:01 UTC/bin/sh -c #(nop) ARG EE_PORTS
2022-08-05 12:05:01 UTC/bin/sh -c #(nop) COPY file:f035dc318616bfe8e6f95cc18362fc84d74256ce5a42cff0ca3d1a98313923e5 in /tmp/kong.tar.gz
2022-08-05 12:05:02 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.8.0
2022-08-05 12:05:03 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.8.1.3
2022-08-05 12:05:03 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=60ef680e0fc4d2cf52934758e6a0dc0f173d2a3b32aca49c7eb31ab478c24583
2022-08-05 12:05:03 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=5c23f448eeae1b363ece51d066405c13798ee08ca413097a23d9b5ccb49cbf35
2022-08-05 12:05:14 UTC|3 EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_AMD64_SHA=60ef680e0fc4d2cf52934758e6a0dc0f173d2a3b32aca49c7eb31ab478c24583 KONG_ARM64_SHA=5c23f448eeae1b363ece51d066405c13798ee08ca413097a23d9b5ccb49cbf35 /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
2022-08-05 12:05:17 UTC/bin/sh -c #(nop) COPY file:fbc9157ea78746515e6e62328627b5e61b34cd910347e5b52fc24fa5913ea356 in /docker-entrypoint.sh
2022-08-05 12:05:17 UTC/bin/sh -c #(nop) USER kong
2022-08-05 12:05:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2022-08-05 12:05:18 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2022-08-05 12:05:18 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2022-08-05 12:05:18 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2022-08-05 12:05:18 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.