Namespace
kong
Image / Tag
kong-gateway:2.8.0.0
Content Digest
sha256:15ce4d981b4f50a553e473d3435122a31962591976acefecc1496a7028453d34
Details
Created

2022-05-26 18:51:16 UTC

Size

145 MB

Content Digest
Labels
  • maintainer
    Kong <support@konghq.com>

Environment
ASSET

ee

KONG_VERSION

2.8.0.0

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 - 1.86% (2.68 MB)

[#001] sha256:ffc086398312e5a3fe020288abf44409668839dcb1efb55f2ad7e85d3070d3a7 - 41.39% (59.8 MB)

[#002] sha256:a33fd1e821e40e45843ebf3c1b1b54c1977892d0d03770bca6083fd632f63e11 - 56.75% (82 MB)

[#003] sha256:3cf210a613ae9fde4d0652609b7ab3f9678f680b92950d2f4bde9803a8e89ac9 - 0.0% (881 Bytes)


History
2022-04-05 00:19:59 UTC

/bin/sh -c #(nop) ADD file:5d673d25da3a14ce1f6cf66e4c7fd4f4b85a3759a9d93efb3fd9ff852b5b56e4 in /

2022-04-05 00:19:59 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-05-26 18:51:01 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>

2022-05-26 18:51:01 UTC

/bin/sh -c #(nop) ARG ASSET=ce

2022-05-26 18:51:02 UTC

/bin/sh -c #(nop) ENV ASSET=ee

2022-05-26 18:51:02 UTC

/bin/sh -c #(nop) ARG EE_PORTS

2022-05-26 18:51:02 UTC

/bin/sh -c #(nop) COPY file:38a7287127bb4c1695dc8ece8d4510d8f25b915cf3a2ba14495954f0ec13399e in /tmp/kong.tar.gz

2022-05-26 18:51:03 UTC

/bin/sh -c #(nop) ARG KONG_VERSION=2.8.0

2022-05-26 18:51:04 UTC

/bin/sh -c #(nop) ENV KONG_VERSION=2.8.0.0

2022-05-26 18:51:04 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=60ef680e0fc4d2cf52934758e6a0dc0f173d2a3b32aca49c7eb31ab478c24583

2022-05-26 18:51:04 UTC

/bin/sh -c #(nop) ARG KONG_ARM64_SHA=5c23f448eeae1b363ece51d066405c13798ee08ca413097a23d9b5ccb49cbf35

2022-05-26 18:51:13 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-05-26 18:51:15 UTC

/bin/sh -c #(nop) COPY file:fbc9157ea78746515e6e62328627b5e61b34cd910347e5b52fc24fa5913ea356 in /docker-entrypoint.sh

2022-05-26 18:51:15 UTC

/bin/sh -c #(nop) USER kong

2022-05-26 18:51:15 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2022-05-26 18:51:16 UTC

/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444

2022-05-26 18:51:16 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2022-05-26 18:51:16 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}

2022-05-26 18:51:16 UTC

/bin/sh -c #(nop) CMD ["kong" "docker-start"]

Danger Zone
Delete Tag

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.

Delete