Namespace
kong
Image / Tag
kong-gateway:3.7.1.2-20240709-amazonlinux-2
Content Digest
sha256:b6f87746e51d10a8105fcbb2491e8abfbf6a0a644d58948850b29e92242a9dde
Details
Created

2024-07-09 16:47:02 UTC

Size

263 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-07-09T16:46:20.513Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    b29d723738f0d9c64b5aae09ee238cdbb1c2a502
  • 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
    b29d723738f0d9c64b5aae09ee238cdbb1c2a502-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.7.1.2

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.7.1.2

PATH

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


Layers

[#000] sha256:2a5dc0ac7266321476902a4277a4723285b608c065fcb80cacdb3ed43a7c29fe - 22.75% (59.7 MB)

[#001] sha256:4963448380121566518d7f6c9f968cdf91a156739c7db813660044ab4169e5af - 0.0% (227 Bytes)

[#002] sha256:860eb6ab929fc393de28e35e1fea18cae195a9ad98089e44397fc29b302d5c37 - 30.23% (79.4 MB)

[#003] sha256:19cc7c81ab6afcdd00b228da78920f540cd417f9d990000e13a824471e1967bb - 47.02% (124 MB)

[#004] sha256:6114d34b10a84dc1005857764ec75863b52b6fcb3d94c70084c0883c809241c9 - 0.0% (1.13 KB)


History
2024-06-28 00:19:55 UTC

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

2024-06-28 00:19:56 UTC

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

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION=3.7.1.2

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.7.1.2

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=aws2

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.amd64.rpm

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg/

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:47:02 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:47:02 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:47:02 UTC (buildkit.dockerfile.v0)

USER kong

2024-07-09 16:47:02 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-07-09 16:47:02 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-07-09 16:47:02 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-07-09 16:47:02 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:47:02 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2024-07-09 16:47:58 UTC

Size

256 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-07-09T16:46:20.513Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    b29d723738f0d9c64b5aae09ee238cdbb1c2a502
  • 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
    b29d723738f0d9c64b5aae09ee238cdbb1c2a502-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.7.1.2

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.7.1.2

PATH

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


Layers

[#000] sha256:2936210a619ec662b53521cc3dd41798a491971a48e14f14ebb594e81dc798b0 - 24.07% (61.6 MB)

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

[#002] sha256:f34fd5428cabf09d778affb7125cd1a80b8e6cf25a7e1546e31d6e54a9480d16 - 29.07% (74.4 MB)

[#003] sha256:e27d6404a572ce11580887213e0be1b386e136db527e2e4e7ab7ddfbfdd6346c - 46.86% (120 MB)

[#004] sha256:6114d34b10a84dc1005857764ec75863b52b6fcb3d94c70084c0883c809241c9 - 0.0% (1.13 KB)


History
2024-06-28 00:40:02 UTC

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

2024-06-28 00:40:03 UTC

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

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION=3.7.1.2

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.7.1.2

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=aws2

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS=8002 8445 8003 8446 8004 8447

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.arm64.rpm

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=bazel-bin/pkg/

2024-07-09 16:46:38 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:47:58 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:47:58 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:47:58 UTC (buildkit.dockerfile.v0)

USER kong

2024-07-09 16:47:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-07-09 16:47:58 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-07-09 16:47:58 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-07-09 16:47:58 UTC (buildkit.dockerfile.v0)

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

2024-07-09 16:47:58 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