Namespace
kong
Image / Tag
kong-gateway:3.2.2.0-amazonlinux-2022
Content Digest
sha256:dc371e5dfdc70035e84b5dbd525a86a690d6d1089e4b01ce0b5f0fd58424fbba
Details
Created

2023-03-15 21:26:51 UTC

Size

290 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-03-15T21:26:13.436Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    1ced31cbcfaa379be32a903b052a7bbeb0e43216
  • 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
    1ced31cbcfaa379be32a903b052a7bbeb0e43216-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 - 19.06% (55.2 MB)

[#001] sha256:96958acde3aa497b54248504e9a7baf0a878f45059271f7c6634e5471e006248 - 0.0% (220 Bytes)

[#002] sha256:20dd84d0071f337bc23a06cf5769b1a5fe7be81784dfe44652570c03be7ff9e2 - 14.35% (41.6 MB)

[#003] sha256:fffef9851367c9297afa7259b38a688053e107f28cd66b3dfbe5c16ddd10b078 - 66.58% (193 MB)

[#004] sha256:ad0a1e300a0ff025c86628b96dcd3c7c7d234401b5d6d7cb1fefd1daa668a58c - 0.0% (884 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-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-03-15 21:26:27 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-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG RPM_PLATFORM=el8

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2022.amd64.rpm

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:26:51 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-03-15 21:26:51 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:26:51 UTC (buildkit.dockerfile.v0)

USER kong

2023-03-15 21:26:51 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-03-15 21:26:51 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-03-15 21:26:51 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-03-15 21:26:51 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:26:51 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2023-03-15 21:34:21 UTC

Size

285 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-03-15T21:26:13.436Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    1ced31cbcfaa379be32a903b052a7bbeb0e43216
  • 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
    1ced31cbcfaa379be32a903b052a7bbeb0e43216-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 - 19.01% (54.2 MB)

[#001] sha256:e96c4946e1582b97634f897cd2dc94c2874cd65e58c28e3b4ffecad4373c23d0 - 0.0% (218 Bytes)

[#002] sha256:d7de8fb30821d6d66163bfc8242edf6e6c8983f58defa2c089c28be80592fdde - 14.65% (41.7 MB)

[#003] sha256:99f57fa418deb5064cce88e4137a5a656e0277c7a855c2ab1edd9f77c26da6c8 - 66.34% (189 MB)

[#004] sha256:ad0a1e300a0ff025c86628b96dcd3c7c7d234401b5d6d7cb1fefd1daa668a58c - 0.0% (884 Bytes)


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-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-03-15 21:26:27 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-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG RPM_PLATFORM=el8

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2022.arm64.rpm

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-03-15 21:26:27 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:34:21 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=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-03-15 21:34:21 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:34:21 UTC (buildkit.dockerfile.v0)

USER kong

2023-03-15 21:34:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-03-15 21:34:21 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-03-15 21:34:21 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-03-15 21:34:21 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:34:21 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