Namespace
kong
Image / Tag
kong-gateway:3.2.2.3-amazonlinux-2022
Content Digest
sha256:b389aba6a35b50b317015c59f75ef1c232b1d730ae9022d55f2dd7230dbd27e4
Details
Created

2023-06-07 01:53:48 UTC

Size

311 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-06-07T01:52:49.968Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    017ff5181590ef1f80510f0268980e21d018580a
  • 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
    017ff5181590ef1f80510f0268980e21d018580a-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.79% (55.2 MB)

[#001] sha256:ab62d471a7ef91088134cc303e453e93fa386a9f8e436fd2488af8e7763cf063 - 0.0% (216 Bytes)

[#002] sha256:b24567fdfac09f42fa0e15afaf721d6c2b7964927be255090d369fdec9041890 - 16.77% (52.1 MB)

[#003] sha256:189a2ed916d6a6c5f8cb3b50f44ee5fab7dd9ea9ea68ee127fdcd016a195663c - 65.45% (203 MB)

[#004] sha256:45a67f80e1e96f9736c44efb55c1c3739c25bb81b77cd72440b87e6499ccfa34 - 0.0% (1.13 KB)


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-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

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

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-06-07 01:53:09 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-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2022.amd64.rpm

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

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

2023-06-07 01:53:48 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= PACKAGE_DISTRO=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-06-07 01:53:48 UTC (buildkit.dockerfile.v0)

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

2023-06-07 01:53:48 UTC (buildkit.dockerfile.v0)

USER kong

2023-06-07 01:53:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-06-07 01:53:48 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-06-07 01:53:48 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-06-07 01:53:48 UTC (buildkit.dockerfile.v0)

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

2023-06-07 01:53:48 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2023-06-07 02:01:57 UTC

Size

306 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-06-07T01:52:49.968Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    017ff5181590ef1f80510f0268980e21d018580a
  • 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
    017ff5181590ef1f80510f0268980e21d018580a-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:838e33db41c437b283f45c5b41cf3cfe56026082e5c47e55eed49ec433af394c - 17.72% (54.2 MB)

[#001] sha256:ab62d471a7ef91088134cc303e453e93fa386a9f8e436fd2488af8e7763cf063 - 0.0% (216 Bytes)

[#002] sha256:6d6575099d4130c8761271584e9d0427832277e2c2a8b4a879867f43abae8a7d - 17.09% (52.3 MB)

[#003] sha256:733ba3ac5b5205ae08c25330e38770030ec6bbad12834ecdd0038a9b2b2ebf7a - 65.19% (199 MB)

[#004] sha256:45a67f80e1e96f9736c44efb55c1c3739c25bb81b77cd72440b87e6499ccfa34 - 0.0% (1.13 KB)


History
2023-02-02 20:39:44 UTC

/bin/sh -c #(nop) ADD file:9f05ba021fffd82beb2a9d0ea647b83648b1bfd0e607557faab2356c813fb362 in /

2023-02-02 20:39:44 UTC

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

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

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

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-06-07 01:53:09 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-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2022.arm64.rpm

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-06-07 01:53:09 UTC (buildkit.dockerfile.v0)

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

2023-06-07 02:01:56 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= PACKAGE_DISTRO=aws2022 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.aws2022.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 && kong version # buildkit

2023-06-07 02:01:57 UTC (buildkit.dockerfile.v0)

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

2023-06-07 02:01:57 UTC (buildkit.dockerfile.v0)

USER kong

2023-06-07 02:01:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-06-07 02:01:57 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-06-07 02:01:57 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-06-07 02:01:57 UTC (buildkit.dockerfile.v0)

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

2023-06-07 02:01:57 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