Namespace
kong
Image / Tag
kong-gateway:3.1.1.6-amazonlinux-2023
Content Digest
sha256:76539a87a517b2fcccdb380b3da3c1be1581895fe0c00a228b51e8b38ff7d06a
Details
Created

2023-10-12 05:14:06 UTC

Size

325 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
    2023-10-12T05:13:33.980Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    b93aca9b97da9f308e3aa243cd1cd75445dcd524
  • 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
    b93aca9b97da9f308e3aa243cd1cd75445dcd524-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

PATH

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


Layers

[#000] sha256:6a2bb1614d2d1379c623b77632496b4317697cf85ad3ccd300ce6e7f95a0176e - 15.39% (49.9 MB)

[#001] sha256:569fd89216d4c352c6acaa2869f9a20a0eecb7cc047eaee80c1d8503b8bcc522 - 0.0% (215 Bytes)

[#002] sha256:4eeb3c7144c71e40488e8d766394ea683db833dcdb7443d8469494a7671001bb - 17.49% (56.8 MB)

[#003] sha256:7bc53aed5a5d3cc9e5b9ff8cd7534786c3447f0ab8de6910635ef37d004e3ee9 - 67.12% (218 MB)

[#004] sha256:d5a02ae81cbc83ad8b1a4d2bd468bf98596a4bc78d18932e51c133d448ee43f6 - 0.0% (877 Bytes)


History
2023-09-23 00:20:05 UTC

/bin/sh -c #(nop) COPY dir:7e612c093d3db43a33d50cdcf8cc724368fe38043e469a8331439a51adfd0468 in /

2023-09-23 00:20:05 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

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

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

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

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.amd64.rpm

2023-10-12 05:13:40 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-10-12 05:13:41 UTC (buildkit.dockerfile.v0)

COPY bazel-bin/pkg/kong.aws2023.amd64.rpm /tmp/kong.rpm # buildkit

2023-10-12 05:14:06 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= PACKAGE_DISTRO=aws2023 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.aws2023.amd64.rpm KONG_ARTIFACT_PATH=bazel-bin/pkg/ /bin/sh -c yum update -y && yum install -y /tmp/kong.rpm && rm /tmp/kong.rpm && 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 && kong version # buildkit

2023-10-12 05:14:06 UTC (buildkit.dockerfile.v0)

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

2023-10-12 05:14:06 UTC (buildkit.dockerfile.v0)

USER kong

2023-10-12 05:14:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-10-12 05:14:06 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:{}]

2023-10-12 05:14:06 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-10-12 05:14:06 UTC (buildkit.dockerfile.v0)

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

2023-10-12 05:14:06 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