Namespace
kong
Image / Tag
kong-gateway:3.1-amazonlinux-2022
Content Digest
sha256:e31411e716e4914dc83e1b6d6da2545cf666f277dac36b6e612cd04937896a5f
Details
Created

2023-05-16 01:01:04 UTC

Size

312 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-05-16T01:00:14.452Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    000dfbd2df6ae018cd3fcde2fcaa4048accdcb61
  • 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
    000dfbd2df6ae018cd3fcde2fcaa4048accdcb61-amazonlinux-2022
  • 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:044c2e2e5f7c74ee29fba14bd0c17aba2da682d4bb1f235b6efaeb7365c09814 - 17.73% (55.2 MB)

[#001] sha256:1335bae3be494a0237f0364d1822f5ec25bfda4c128bc2312dd3750af0cd2af8 - 0.0% (215 Bytes)

[#002] sha256:9a561081d4c29aa6b07894fdd52df58060185e69fa5393908f932d95850f8c08 - 16.9% (52.6 MB)

[#003] sha256:01dcf7e981bfdcc1f4571cf5c7a718a88b538e02177419b0434d8a0230f13091 - 65.37% (204 MB)

[#004] sha256:2906b1f8d3922aea5f7bdee0cd22d5ca0bc6c4ab789303ac7d4922e8746148cb - 0.0% (879 Bytes)


History
2023-02-02 20:19:36 UTC

/bin/sh -c #(nop) ADD file:98ef92cdf32a39d761092e3dbc916e083179c438c365e21a2ea68b801a3f595d in /

2023-02-02 20:19:37 UTC

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

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

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

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-05-16 01:00:32 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-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ARG RPM_PLATFORM=el8

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2022.amd64.rpm

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

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

2023-05-16 01:01:03 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= RPM_PLATFORM=aws2022 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.aws2022.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-05-16 01:01:04 UTC (buildkit.dockerfile.v0)

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

2023-05-16 01:01:04 UTC (buildkit.dockerfile.v0)

USER kong

2023-05-16 01:01:04 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-05-16 01:01:04 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-05-16 01:01:04 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-05-16 01:01:04 UTC (buildkit.dockerfile.v0)

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

2023-05-16 01:01:04 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