2026-01-07 13:23:09 UTC
202 MB
/usr/local/kong
KONG_VERSION3.4.3.23
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f - 13.98% (28.2 MB)
[#001] sha256:79778fbb0c0d26aa068c4b3542ba358ad331235baf48bf82182b004e95655ac9 - 35.66% (71.9 MB)
[#002] sha256:0b741efd8e1e6adfef022d2713c5e97afb607d8df0e241ea8ec13e744b192a90 - 50.36% (101 MB)
[#003] sha256:93fd187703ea2d9eecad58edc0b87e07befbafa8fa058cf9328d5c793aaab58c - 0.0% (1.14 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-13 17:23:18 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-13 17:23:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-13 17:23:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-10-13 17:23:20 UTC/bin/sh -c #(nop) ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e in /
2025-10-13 17:23:20 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)ARG KONG_VERSION=3.4.3.23
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)ENV KONG_VERSION=3.4.3.23
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)ARG KONG_PREFIX=/usr/local/kong
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)ENV KONG_PREFIX=/usr/local/kong
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)ARG EE_PORTS=8002 8445 8003 8446 8004 8447
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT=kong.amd64.deb
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT_PATH=bazel-bin/pkg/
2026-01-07 13:22:53 UTC (buildkit.dockerfile.v0)COPY bazel-bin/pkg/kong.amd64.deb /tmp/kong.deb # buildkit
2026-01-07 13:23:09 UTC (buildkit.dockerfile.v0)RUN |6 KONG_VERSION=3.4.3.23 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 && apt-get install -y --no-install-recommends /tmp/kong.deb && rm -rf /tmp/kong.deb && 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
2026-01-07 13:23:09 UTC (buildkit.dockerfile.v0)COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit
2026-01-07 13:23:09 UTC (buildkit.dockerfile.v0)USER kong
2026-01-07 13:23:09 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2026-01-07 13:23:09 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]
2026-01-07 13:23:09 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2026-01-07 13:23:09 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s" "0s" "0s" '\n'}
2026-01-07 13:23:09 UTC (buildkit.dockerfile.v0)CMD ["kong" "docker-start"]
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.