Namespace
kong
Image / Tag
kong-gateway:3.11.0.6-20251103-debian
Content Digest
sha256:cbdd57c0e254d4f19390e60770e9bcd20d1e818e8ab3118fb79e2d3b9d3b96fb
Details
Created

2025-11-03 08:01:07 UTC

Size

135 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.created
    2025-11-03T08:00:40.811Z
  • 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-debian

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:abe1fea375429ba91b23776f15f53da4ed790fa2b779b40d20f21e69bd66de5a - 19.9% (26.9 MB)

[#001] sha256:e4dfba087d51cbaad6a431956f4e3c2ba6a6524d8e5a746d29b50c866edd04b7 - 80.1% (108 MB)

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


History
2025-10-20 00:00:00 UTC (debuerreotype 0.16)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1760918400'

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

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

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

ARG KONG_VERSION=3.11.0.6

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

ENV KONG_VERSION=3.11.0.6

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

ARG KONG_PREFIX=/usr/local/kong

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

ENV KONG_PREFIX=/usr/local/kong

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

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

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

ARG TARGETARCH=amd64

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

ARG KONG_ARTIFACT=kong.amd64.deb

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

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg

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

RUN |6 KONG_VERSION=3.11.0.6 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.amd64.deb KONG_ARTIFACT_PATH=bazel-bin/pkg /bin/sh -c apt-get update && apt-get -y upgrade && apt-get -y autoremove && DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata && apt-get install -y --no-install-recommends /tmp/pkg/${KONG_ARTIFACT} && chown kong:0 /usr/local/bin/kong && chown -R kong:0 ${KONG_PREFIX} && 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 && apt-get install -y --no-install-recommends bind9-utils lsof nano net-tools && rm -rf /var/lib/apt/lists/* && kong version # buildkit

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

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

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

USER kong

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

ENTRYPOINT ["/entrypoint.sh"]

2025-11-03 08:01:07 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:01:07 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

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

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

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

CMD ["kong" "docker-start"]

Details
Created

2025-11-03 08:02:16 UTC

Size

134 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.created
    2025-11-03T08:00:40.811Z
  • 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-debian

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:21b7accdc53fc02b56a5c1cccd412be04189e5a5e674fd092ffbedc72596be91 - 19.99% (26.8 MB)

[#001] sha256:2f4bad3d8b1e19bc76f094bc2ce170592c68bc4ca612f8a43d8b38e3267f63df - 80.01% (107 MB)

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


History
2025-10-20 00:00:00 UTC (debuerreotype 0.16)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1760918400'

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

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

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

ARG KONG_VERSION=3.11.0.6

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

ENV KONG_VERSION=3.11.0.6

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

ARG KONG_PREFIX=/usr/local/kong

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

ENV KONG_PREFIX=/usr/local/kong

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

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

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

ARG TARGETARCH=arm64

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

ARG KONG_ARTIFACT=kong.arm64.deb

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

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg

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

RUN |6 KONG_VERSION=3.11.0.6 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.arm64.deb KONG_ARTIFACT_PATH=bazel-bin/pkg /bin/sh -c apt-get update && apt-get -y upgrade && apt-get -y autoremove && DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata && apt-get install -y --no-install-recommends /tmp/pkg/${KONG_ARTIFACT} && chown kong:0 /usr/local/bin/kong && chown -R kong:0 ${KONG_PREFIX} && 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 && apt-get install -y --no-install-recommends bind9-utils lsof nano net-tools && rm -rf /var/lib/apt/lists/* && kong version # buildkit

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

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

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

USER kong

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

ENTRYPOINT ["/entrypoint.sh"]

2025-11-03 08:02:16 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:16 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

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

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

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