Namespace
kong
Image / Tag
kong-gateway:3.9-amazonlinux-2
Content Digest
sha256:220384f6ff11a27c70dc46e7791103c1581177c1b1e8ee043168cd4a1e2c1570
Details
Created

2025-03-26 20:48:38 UTC

Size

201 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-03-26T20:47:37.160Z
  • 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-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.9.1.1

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:f3dc83dc2e4e000fd189efee126db80e38a079b47b8e5229a794a0a6148bfec6 - 29.75% (59.9 MB)

[#001] sha256:08e13f3984af9da9238dbe188efc9894c248a5aa4d3aae02d7d2f7071ec171b8 - 0.0% (229 Bytes)

[#002] sha256:87675a650f46a7660dc8250be2e2ff4f50dc4ca69471b761fed8574882219990 - 70.25% (141 MB)

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


History
2025-03-07 21:16:55 UTC (buildkit.dockerfile.v0)

COPY /rootfs/ / # buildkit

2025-03-07 21:16:55 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

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

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

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

ARG KONG_VERSION=3.9.1.1

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

ENV KONG_VERSION=3.9.1.1

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

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

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

COPY LICENSE /licenses/ # buildkit

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

ARG PACKAGE_DISTRO=aws2

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

ARG KONG_PREFIX=/usr/local/kong

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

ENV KONG_PREFIX=/usr/local/kong

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

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

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

ARG TARGETARCH=amd64

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

ARG KONG_ARTIFACT=kong.aws2.amd64.rpm

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

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg

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

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

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

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

USER kong

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

ENTRYPOINT ["/entrypoint.sh"]

2025-03-26 20:48:38 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:38 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

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

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

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

CMD ["kong" "docker-start"]

Details
Created

2025-03-26 20:49:27 UTC

Size

199 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-03-26T20:47:37.160Z
  • 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-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.9.1.1

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:37d03ccf62e80c78860df81fce0c2ae4e2349efe1a11714ff404080836c55d45 - 30.95% (61.6 MB)

[#001] sha256:089b091b77c64807fb4dd997b6a3b855c70d186a40e83e784524c813db99008e - 0.0% (230 Bytes)

[#002] sha256:f304f3e5ad090e01ad80b41f7569110a9cac25f1e8a2d75bc94018c62b8b36f8 - 69.05% (137 MB)

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


History
2025-03-07 21:16:58 UTC (buildkit.dockerfile.v0)

COPY /rootfs/ / # buildkit

2025-03-07 21:16:58 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

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

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

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

ARG KONG_VERSION=3.9.1.1

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

ENV KONG_VERSION=3.9.1.1

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

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

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

COPY LICENSE /licenses/ # buildkit

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

ARG PACKAGE_DISTRO=aws2

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

ARG KONG_PREFIX=/usr/local/kong

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

ENV KONG_PREFIX=/usr/local/kong

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

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

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

ARG TARGETARCH=arm64

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

ARG KONG_ARTIFACT=kong.aws2.arm64.rpm

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

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg

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

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

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

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

USER kong

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

ENTRYPOINT ["/entrypoint.sh"]

2025-03-26 20:49:27 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:49:27 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

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

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

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