Namespace
kong
Image / Tag
kong-gateway:3.6-amazonlinux-2023
Content Digest
sha256:16cd1defcd25874a384481a012c1f13f78fa2fc41783256ad3fd05ef862c90f3
Details
Created

2024-10-12 06:40:04 UTC

Size

358 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
    2024-10-12T06:39:14.165Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    0b2c054e25f64628dbd95d17c3c3cfa3f0ebc68c
  • 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
    0b2c054e25f64628dbd95d17c3c3cfa3f0ebc68c-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.6.1.8

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.6.1.8

PATH

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


Layers

[#000] sha256:5acaf245b9570e79c1a7ee03a5dbc0f7b4aa375f3354879d41247976f76d0c4b - 13.95% (49.9 MB)

[#001] sha256:5b6bcb39ca669ef78e993aaa8021a02dc88217c5866366c5d15f4616cbc9d829 - 0.0% (228 Bytes)

[#002] sha256:3b712c598e47e98dc7a86ed5004bca5b738d32602ea3ec4a5b6368fe8d9844e0 - 22.67% (81.1 MB)

[#003] sha256:f80ee2a6a78473115f7aad3715109f8a82fd56626656b90558d89dd382453e85 - 63.37% (227 MB)

[#004] sha256:e882a3bda337a01b85798dedfc6ca5d343ca207090c0cd1cfa510f1963fc0e75 - 0.0% (1.14 KB)


History
2024-10-03 16:34:49 UTC (buildkit.dockerfile.v0)

COPY /rootfs/ / # buildkit

2024-10-03 16:34:49 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION=3.6.1.8

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.6.1.8

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=aws2023

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.amd64.rpm

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg/

2024-10-12 06:39:37 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:40:04 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.6.1.8 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 && yum install -y bind-utils lsof nano net-tools && yum clean all && kong version # buildkit

2024-10-12 06:40:04 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:40:04 UTC (buildkit.dockerfile.v0)

USER kong

2024-10-12 06:40:04 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-10-12 06:40: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:{}]

2024-10-12 06:40:04 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-10-12 06:40:04 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:40:04 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2024-10-12 06:45:59 UTC

Size

343 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
    2024-10-12T06:39:14.165Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    0b2c054e25f64628dbd95d17c3c3cfa3f0ebc68c
  • 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
    0b2c054e25f64628dbd95d17c3c3cfa3f0ebc68c-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.6.1.8

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.6.1.8

PATH

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


Layers

[#000] sha256:9e91bc818827f819b6de2c247e4fed5f971ec9990bc2b6330e067ca2f956815d - 14.31% (49 MB)

[#001] sha256:f1468fa20a93d0ee499c8994bb5702c4da51dfc2c7ef5c5df602461bb9f1fa92 - 0.0% (228 Bytes)

[#002] sha256:e6cafb2d0332911bee6c8af78b2f37d94931d4556a397aa0b8ba3e2541336386 - 22.14% (75.9 MB)

[#003] sha256:dd841953629cba7076a422112bc7e1a31ab17ff37ffb69783fc7cfacf4b5e4f0 - 63.55% (218 MB)

[#004] sha256:e882a3bda337a01b85798dedfc6ca5d343ca207090c0cd1cfa510f1963fc0e75 - 0.0% (1.14 KB)


History
2024-10-03 16:34:52 UTC (buildkit.dockerfile.v0)

COPY /rootfs/ / # buildkit

2024-10-03 16:34:52 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION=3.6.1.8

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.6.1.8

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=aws2023

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.arm64.rpm

2024-10-12 06:39:35 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg/

2024-10-12 06:39:37 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:45:59 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.6.1.8 PACKAGE_DISTRO=aws2023 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.aws2023.arm64.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 && yum install -y bind-utils lsof nano net-tools && yum clean all && kong version # buildkit

2024-10-12 06:45:59 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:45:59 UTC (buildkit.dockerfile.v0)

USER kong

2024-10-12 06:45:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-10-12 06:45:59 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:{}]

2024-10-12 06:45:59 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-10-12 06:45:59 UTC (buildkit.dockerfile.v0)

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

2024-10-12 06:45:59 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