Namespace
kong
Image / Tag
kong-gateway:3.4.3.6-20240416-amazonlinux-2
Content Digest
sha256:26ba172ba9ecc8977e12aa97a626e719c7338401b128a98d26088b737e03d212
Details
Created

2024-04-16 00:48:27 UTC

Size

239 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-04-16T00:47:42.451Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    4786ac9bb7a214045c6c36cefe20005cf4ae163d
  • 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
    4786ac9bb7a214045c6c36cefe20005cf4ae163d-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.4.3.6

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.4.3.6

PATH

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


Layers

[#000] sha256:b48a4417297666404bb1459ef5f08938bfff21f2d5adb051db9f61fc54934d30 - 24.97% (59.8 MB)

[#001] sha256:8362552f040f7e0f98fda49e08b2fe99e2a9888368c37b85fac901fe99153042 - 0.0% (229 Bytes)

[#002] sha256:b205a9828aa7a1967ded08a696e8c4df9cfc0e75c55e103e473baee45c33e1d9 - 28.23% (67.6 MB)

[#003] sha256:25e3a3f8ff199713d6e4759cea1ba76b7d006d785f4e226deb07705c119969a3 - 46.8% (112 MB)

[#004] sha256:09832f97bae953d4be0e155875d4753f0f3eec5946a960c364ce1112bf4a20f5 - 0.0% (1.13 KB)


History
2024-04-05 18:22:03 UTC

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

2024-04-05 18:22:04 UTC

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

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.4.3.6

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.amd64.rpm

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:48:27 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.4.3.6 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-04-16 00:48:27 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:48:27 UTC (buildkit.dockerfile.v0)

USER kong

2024-04-16 00:48:27 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-04-16 00:48:27 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-04-16 00:48:27 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-04-16 00:48:27 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:48:27 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2024-04-16 00:49:05 UTC

Size

239 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-04-16T00:47:42.451Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    4786ac9bb7a214045c6c36cefe20005cf4ae163d
  • 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
    4786ac9bb7a214045c6c36cefe20005cf4ae163d-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.4.3.6

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.4.3.6

PATH

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


Layers

[#000] sha256:1e9d4daaed12ccc925403048e4968011b475e192de72d80e36180798aac508fa - 25.81% (61.6 MB)

[#001] sha256:4e0f76ba18dd8c98ae40b1a9e05da478c2c502ccb4acfccab0496e76c8793386 - 0.0% (227 Bytes)

[#002] sha256:8810f06af5b126c7349d95b48ec13e316da008f4d7ccde49ac91f34c71119e14 - 27.51% (65.6 MB)

[#003] sha256:24de6f98808230023e2992f0719688b82700b49878467b0d8a3d71a13d66cb62 - 46.68% (111 MB)

[#004] sha256:09832f97bae953d4be0e155875d4753f0f3eec5946a960c364ce1112bf4a20f5 - 0.0% (1.13 KB)


History
2024-04-05 18:07:30 UTC

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

2024-04-05 18:07:31 UTC

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

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.4.3.6

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.arm64.rpm

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-04-16 00:48:00 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:49:05 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.4.3.6 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-04-16 00:49:05 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:49:05 UTC (buildkit.dockerfile.v0)

USER kong

2024-04-16 00:49:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-04-16 00:49:05 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-04-16 00:49:05 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-04-16 00:49:05 UTC (buildkit.dockerfile.v0)

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

2024-04-16 00:49:05 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