Namespace
kong
Image / Tag
kong-gateway:3.9.1.1-debian
Content Digest
sha256:03c408d94939b4b48f6fe2a911a8c44706365ff57648b6eedd0f1dcc4e03f8d9
Details
Created

2025-03-26 20:48:44 UTC

Size

144 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.created
    2025-03-26T20:47:45.053Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    ae1d224fc4997a5b78d6a3897be4dfe8340d87ae
  • 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
    ae1d224fc4997a5b78d6a3897be4dfe8340d87ae-debian

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.9.1.1

PATH

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


Layers

[#000] sha256:6e909acdb790c5a1989d9cfc795fda5a246ad6664bb27b5c688e2b734b2c5fad - 18.73% (26.9 MB)

[#001] sha256:ae3d9d86542ec3700f38eb5e93d3c80866644bc64d9b5f709311073bd0adb697 - 81.27% (117 MB)

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


History
2025-03-17 00:00:00 UTC (debuerreotype 0.15)

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

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

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

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION=3.9.1.1

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.9.1.1

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.amd64.deb

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

RUN |6 KONG_VERSION=3.9.1.1 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-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

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

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

USER kong

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2025-03-26 20:48:44 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:{}]

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

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

2025-03-26 20:48:44 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2025-03-26 20:50:03 UTC

Size

137 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.created
    2025-03-26T20:47:45.053Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    ae1d224fc4997a5b78d6a3897be4dfe8340d87ae
  • 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
    ae1d224fc4997a5b78d6a3897be4dfe8340d87ae-debian

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.9.1.1

PATH

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


Layers

[#000] sha256:d9b6365477446a79987b20560ae52637be6f54d6d2f801e16aaa0ca25dd0964b - 19.55% (26.7 MB)

[#001] sha256:bb89f93aad19b8e7f0000d196c2fb7be53d42204d6f3278ea04904f96e81c59d - 80.45% (110 MB)

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


History
2025-03-17 00:00:00 UTC (debuerreotype 0.15)

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

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

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

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION=3.9.1.1

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.9.1.1

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.arm64.deb

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

RUN |6 KONG_VERSION=3.9.1.1 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-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

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

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

USER kong

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2025-03-26 20:50:03 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:{}]

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2025-03-26 20:50:03 UTC (buildkit.dockerfile.v0)

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

2025-03-26 20:50:03 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