Namespace
kong
Image / Tag
kong-gateway:3.2.2.3-amazonlinux-2
Content Digest
sha256:21b14758dc65b5e04068842ca9f3a76db742c0bc8b46a6938c000f7d8b5aba3c
Details
Created

2023-06-07 01:53:26 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-06-07T01:52:50.088Z
  • 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-2
  • 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:a168ccb1c126cd9267eedd2686bc6d0e5415b7fe1009cd832c78ba00655a34d9 - 18.33% (59.6 MB)

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

[#002] sha256:165c644256c9008b3f946d020c508a88939eecba822042faba1dd6398daf9122 - 16.01% (52.1 MB)

[#003] sha256:3d49f8fbb99140a358b31053dfca16021f3bfbe8f91a649b46dc32d8384c9ff0 - 65.67% (214 MB)

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


History
2023-06-05 19:20:11 UTC

/bin/sh -c #(nop) COPY dir:1ad47ba01d0d349e7e7d7ca6f7f5a60739b61c1a0bb68b6f66605d9af77bb0d5 in /

2023-06-05 19:20:12 UTC

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

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

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

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

ARG KONG_VERSION

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

ENV KONG_VERSION=

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

COPY LICENSE /licenses/ # buildkit

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

ARG PACKAGE_DISTRO=el8

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

ARG KONG_PREFIX=/usr/local/kong

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

ENV KONG_PREFIX=/usr/local/kong

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

ARG EE_PORTS

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

ARG TARGETARCH

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

ARG KONG_ARTIFACT=kong.aws2.amd64.rpm

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

ARG KONG_ARTIFACT_PATH=

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

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

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

RUN |7 KONG_VERSION= PACKAGE_DISTRO=aws2 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.aws2.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:26 UTC (buildkit.dockerfile.v0)

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

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

USER kong

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

ENTRYPOINT ["/entrypoint.sh"]

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

STOPSIGNAL SIGQUIT

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

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

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

CMD ["kong" "docker-start"]

Details
Created

2023-06-07 01:54:12 UTC

Size

294 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:50.088Z
  • 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-2
  • 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:d916dc829437e3254e7c7e665dd90678298358e7fb563161caa849ca46390827 - 20.81% (61.2 MB)

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

[#002] sha256:2536650bc8281bddd8d66f555e593605c01340c4b40e9aad920d3d164b0d3b78 - 17.78% (52.3 MB)

[#003] sha256:286e4dfa7f851a387cfd9f2703dd18c4b02307426c4ec47a5ff2cc86949e21b7 - 61.41% (180 MB)

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


History
2023-06-05 19:39:49 UTC

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

2023-06-05 19:39:50 UTC

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

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

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

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

ARG KONG_VERSION

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

ENV KONG_VERSION=

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

COPY LICENSE /licenses/ # buildkit

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

ARG PACKAGE_DISTRO=el8

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

ARG KONG_PREFIX=/usr/local/kong

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

ENV KONG_PREFIX=/usr/local/kong

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

ARG EE_PORTS

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

ARG TARGETARCH

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

ARG KONG_ARTIFACT=kong.aws2.arm64.rpm

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

ARG KONG_ARTIFACT_PATH=

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

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

2023-06-07 01:54:12 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= PACKAGE_DISTRO=aws2 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.aws2.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 01:54:12 UTC (buildkit.dockerfile.v0)

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

2023-06-07 01:54:12 UTC (buildkit.dockerfile.v0)

USER kong

2023-06-07 01:54:12 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

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

STOPSIGNAL SIGQUIT

2023-06-07 01:54:12 UTC (buildkit.dockerfile.v0)

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

2023-06-07 01:54:12 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