Namespace
kong
Image / Tag
kong-gateway:3.1.1.4-amazonlinux-2
Content Digest
sha256:def5f67b2ec89ad277cfa3f66f46cfc7883ad8f1aca517a5f688dfc572f085ce
Details
Created

2023-05-16 01:00:26 UTC

Size

322 MB

Content Digest
Labels
  • description
    Next-Generation API Platform for Modern Architectures
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • name
    Kong
  • org.opencontainers.image.created
    2023-05-16T00:59:59.696Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    000dfbd2df6ae018cd3fcde2fcaa4048accdcb61
  • org.opencontainers.image.source
    https://github.com/Kong/kong-ee
  • org.opencontainers.image.title
    kong-ee
  • org.opencontainers.image.url
    https://github.com/Kong/kong-ee
  • org.opencontainers.image.version
    000dfbd2df6ae018cd3fcde2fcaa4048accdcb61-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

PATH

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


Layers

[#000] sha256:bf72c394abb748707ec4590d5017f36ad47098c9b92adc1b04c3ea3ba0b395f6 - 18.5% (59.6 MB)

[#001] sha256:d668669e5feb4a36e31ddd17312a65dba5d5a2ed393aff563b5338f290c406a0 - 0.0% (214 Bytes)

[#002] sha256:52b73a1ac22a1ed66d47dfcfcb9dd9cac61a301e2c8aa819abb01bb3c88f8c48 - 16.34% (52.6 MB)

[#003] sha256:f03f593c63c579dc60931a16684a2196da844592b30fc076c3f6a5b847c4df0c - 65.15% (210 MB)

[#004] sha256:af0c86cbde9d56801c3b365cc6c20ab26fb71a9ea8bf5b06d6a0b696e604b6f6 - 0.0% (878 Bytes)


History
2023-05-13 00:19:34 UTC

/bin/sh -c #(nop) COPY dir:7a824a76678fb4ef17879dcecd9fac65df3d1efbef31a3b874da9f49f49b6814 in /

2023-05-13 00:19:34 UTC

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

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

LABEL name=Kong vendor=Kong version= release=1 url=https://konghq.com summary=Next-Generation API Platform for Modern Architectures description=Next-Generation API Platform for Modern Architectures

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

ARG RPM_PLATFORM=el8

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.amd64.rpm

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-05-16 01:00:13 UTC (buildkit.dockerfile.v0)

COPY bazel-bin/pkg/kong.aws2.amd64.rpm /tmp/kong.rpm # buildkit

2023-05-16 01:00:26 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= RPM_PLATFORM=aws2 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.aws2.amd64.rpm KONG_ARTIFACT_PATH=bazel-bin/pkg/ /bin/sh -c yum update -y && yum install -y /tmp/kong.rpm && rm /tmp/kong.rpm && chown kong:0 /usr/local/bin/kong && chown -R kong:0 /usr/local/kong && ln -sf /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && kong version # buildkit

2023-05-16 01:00:26 UTC (buildkit.dockerfile.v0)

COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit

2023-05-16 01:00:26 UTC (buildkit.dockerfile.v0)

USER kong

2023-05-16 01:00:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-05-16 01:00:26 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:{}]

2023-05-16 01:00:26 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-05-16 01:00:26 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "kong health"] "1m0s" "10s" "0s" '\n'}

2023-05-16 01:00:26 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