Namespace
kong
Image / Tag
kong-gateway:3.11.0.6-amazonlinux-2
Content Digest
sha256:2fba510dbce46594b4c76fb18a57e028430770905c999f243f9e71ded3eb92fe
Details
Created

2025-11-03 08:02:18 UTC

Size

183 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
    2025-11-03T08:01:34.571Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    91e4e101f209609c66c33b989b61ce82d5d239bc
  • 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
    91e4e101f209609c66c33b989b61ce82d5d239bc-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.11.0.6

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.11.0.6

PATH

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


Layers

[#000] sha256:2e3ea9592aad33f5f11ca8c65604905de30de68b0c38dfad7dee51b605c2a2c5 - 32.79% (60 MB)

[#001] sha256:0e4b2a9802a905445c2bbed9122b851322ba4baf4d614182c705ab39d178a097 - 0.0% (227 Bytes)

[#002] sha256:4564daf06df8a72e3595383b3750aeea1c7f558ed4a4d541bfa55e33284d85b0 - 67.2% (123 MB)

[#003] sha256:c921cdddd26a1b374166cb246976b2fcbc4df2579766b4bf27e28a7104e1ae75 - 0.0% (1.14 KB)


History
2025-10-30 23:51:45 UTC (buildkit.dockerfile.v0)

COPY /rootfs/ / # buildkit

2025-10-30 23:51:45 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

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

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION=3.11.0.6

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.11.0.6

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

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

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=aws2

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.amd64.rpm

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg

2025-11-03 08:02:18 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.11.0.6 PACKAGE_DISTRO=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/pkg/${KONG_ARTIFACT} && 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 && yum install -y bind-utils lsof nano net-tools && yum clean all && kong version # buildkit

2025-11-03 08:02:18 UTC (buildkit.dockerfile.v0)

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

2025-11-03 08:02:18 UTC (buildkit.dockerfile.v0)

USER kong

2025-11-03 08:02:18 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2025-11-03 08:02:18 UTC (buildkit.dockerfile.v0)

EXPOSE [8002/tcp 8445/tcp 8003/tcp 8446/tcp 8004/tcp 8447/tcp 8000/tcp 8001/tcp 8443/tcp 8444/tcp]

2025-11-03 08:02:18 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2025-11-03 08:02:18 UTC (buildkit.dockerfile.v0)

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

2025-11-03 08:02:18 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2025-11-03 08:03:08 UTC

Size

186 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
    2025-11-03T08:01:34.571Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    91e4e101f209609c66c33b989b61ce82d5d239bc
  • 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
    91e4e101f209609c66c33b989b61ce82d5d239bc-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.11.0.6

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.11.0.6

PATH

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


Layers

[#000] sha256:2875a69d1768080ef2331610c2aea8f8cfff54b5df360eb9feb01240a7526ff5 - 33.17% (61.8 MB)

[#001] sha256:0e4b2a9802a905445c2bbed9122b851322ba4baf4d614182c705ab39d178a097 - 0.0% (227 Bytes)

[#002] sha256:9159fd8205503b834a43fc6e410db1acb39461f8231e9edfe409c824afef4938 - 66.83% (124 MB)

[#003] sha256:c921cdddd26a1b374166cb246976b2fcbc4df2579766b4bf27e28a7104e1ae75 - 0.0% (1.14 KB)


History
2025-10-30 23:14:47 UTC (buildkit.dockerfile.v0)

COPY /rootfs/ / # buildkit

2025-10-30 23:14:47 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

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

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION=3.11.0.6

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.11.0.6

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

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

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=aws2

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.arm64.rpm

2025-11-03 08:01:53 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg

2025-11-03 08:03:08 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.11.0.6 PACKAGE_DISTRO=aws2 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.aws2.arm64.rpm KONG_ARTIFACT_PATH=bazel-bin/pkg /bin/sh -c yum update -y && yum install -y /tmp/pkg/${KONG_ARTIFACT} && 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 && yum install -y bind-utils lsof nano net-tools && yum clean all && kong version # buildkit

2025-11-03 08:03:08 UTC (buildkit.dockerfile.v0)

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

2025-11-03 08:03:08 UTC (buildkit.dockerfile.v0)

USER kong

2025-11-03 08:03:08 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2025-11-03 08:03:08 UTC (buildkit.dockerfile.v0)

EXPOSE [8002/tcp 8445/tcp 8003/tcp 8446/tcp 8004/tcp 8447/tcp 8000/tcp 8001/tcp 8443/tcp 8444/tcp]

2025-11-03 08:03:08 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2025-11-03 08:03:08 UTC (buildkit.dockerfile.v0)

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

2025-11-03 08:03:08 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