Namespace
kong
Image / Tag
kong-gateway:2.6.0.3-scb-20221127-flag-check
Content Digest
sha256:6a08c8f71bfe1779f6a3597b415da432a043fbee3c1abf9db34e3336c66feb38
Details
Created

2022-11-27 01:48:25 UTC

Size

132 MB

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

Environment
ASSET

ce

KONG_VERSION

2.6.0

PATH

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


Layers

[#000] sha256:97518928ae5f3d52d4164b314a7e73654eb686ecd8aafa0b79acd980773a740d - 2.04% (2.69 MB)

[#001] sha256:9d2faf0b3402a2f747499e9eafe68f9e793a15729bd6111454495395321c1a25 - 41.24% (54.3 MB)

[#002] sha256:b821d31203380e9e3d0e4b028bd01817cf975c40eaa9dba648e93449e71a693a - 56.71% (74.7 MB)

[#003] sha256:b3d5276572a35b1416bf3b1bad29c83dfd1c1ac025e322b6147d8f37d899dbe3 - 0.0% (882 Bytes)

[#004] sha256:b8f7605f433ab68f1a5acb23c58be0c1e6e4c6795eae0a3d1b6c2ed224a233c8 - 0.0% (3.43 KB)


History
2021-11-12 17:19:44 UTC

/bin/sh -c #(nop) ADD file:762c899ec0505d1a32930ee804c5b008825f41611161be104076cba33b7e5b2b in /

2021-11-12 17:19:45 UTC

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

2022-01-27 23:36:52 UTC

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

2022-01-27 23:36:53 UTC

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

2022-01-27 23:36:53 UTC

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

2022-01-27 23:36:53 UTC

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

2022-01-27 23:36:54 UTC

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

2022-01-27 23:36:54 UTC

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

2022-01-27 23:36:54 UTC

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

2022-01-27 23:36:55 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=43fb5f27185e274e22b4a36b93b1b7e27afe94b9fd2efbe4ec69b8ed8a9e5902

2022-01-27 23:36:55 UTC

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

2022-01-27 23:37: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

2022-01-27 23:37:07 UTC

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

2022-01-27 23:37:07 UTC

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

2022-01-27 23:37:07 UTC

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

2022-01-27 23:37:07 UTC

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

2022-01-27 23:37:08 UTC

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

2022-01-27 23:37:08 UTC

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

2022-01-27 23:37:08 UTC

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

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Kong <support@konghq.com>

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

ARG ASSET=ce

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

ENV ASSET=ce

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

COPY cache.lua /usr/local/share/lua/5.1/kong/plugins/jwt-signer/cache.lua # buildkit

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION=2.6.0

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=2.6.0

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

USER kong

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{} 8001/tcp:{} 8002/tcp:{} 8003/tcp:{} 8004/tcp:{} 8443/tcp:{} 8444/tcp:{} 8445/tcp:{} 8446/tcp:{} 8447/tcp:{}]

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-11-27 01:48:25 UTC (buildkit.dockerfile.v0)

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