• Joined on 2025-11-06

kong (sha256:11f99011535a4edbaa4fa12298ee875c49940530f23b28d0e5b8e741151e3055)

Published 2026-01-17 04:55:16 +00:00 by zach

Installation

docker pull git.zachandrews.com/zach/kong@sha256:11f99011535a4edbaa4fa12298ee875c49940530f23b28d0e5b8e741151e3055
sha256:11f99011535a4edbaa4fa12298ee875c49940530f23b28d0e5b8e741151e3055

About this package

Kong Gateway Enterprise Edition - fork of Kong with Enterprise features

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:44fdb45bd3a8d9bd9c66b716aa0bb6ee11b6fbcceb59ee0eb54165785a35dfcb in /
CMD ["/bin/bash"]
LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
ARG KONG_VERSION=3.13.0.0
ENV KONG_VERSION=3.13.0.0
ARG KONG_PREFIX=/usr/local/kong
ENV KONG_PREFIX=/usr/local/kong
ARG EE_PORTS=8002 8445 8003 8446 8004 8447
ARG TARGETARCH=arm64
ARG KONG_ARTIFACT=kong.arm64.deb
ARG KONG_ARTIFACT_PATH=bazel-bin/pkg
RUN |6 KONG_VERSION=3.13.0.0 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
COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit
USER kong
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE [8002/tcp 8445/tcp 8003/tcp 8446/tcp 8004/tcp 8447/tcp 8000/tcp 8001/tcp 8443/tcp 8444/tcp]
STOPSIGNAL SIGQUIT
HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s" "0s" "0s" '\n'}
CMD ["kong" "docker-start"]
COPY ./licensing.lua /usr/local/share/lua/5.1/kong/enterprise_edition/licensing.lua # buildkit

Labels

Key Value
maintainer Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
org.opencontainers.image.created 2025-12-17T18:47:02.055Z
org.opencontainers.image.description Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
org.opencontainers.image.licenses NOASSERTION
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 70a5d619a49cb66d2415285dfd126dd644e61200
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 70a5d619a49cb66d2415285dfd126dd644e61200-ubuntu
Details
Container
2026-01-17 04:55:16 +00:00
2
OCI / Docker
linux/arm64
NOASSERTION
123 MiB
Versions (6) View all
5.13.0.3 2026-01-17
5.13.0.2 2026-01-17
5.13.0.1 2026-01-16
5.13.0 2026-01-16
5.0.0 2026-01-16