Namespace
kong
Image / Tag
kong-gateway:3.6.1.1-amazonlinux-2
Content Digest
sha256:e2e744e3d58d60607e082eb48e3490322ab71b3cab5c34e25fbba5399dab8db5
Details
Created

2024-03-05 07:52:27 UTC

Size

253 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-03-05T07:51:40.872Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    09fdc7ad19bcae6d521e3a8fde7d2f19c45a12be
  • 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
    09fdc7ad19bcae6d521e3a8fde7d2f19c45a12be-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.6.1.1

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.6.1.1

PATH

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


Layers

[#000] sha256:e24f20ed38d851720ffd5b15a06dad772c10fa9feea0e462fb5065d997fcb0bb - 23.6% (59.7 MB)

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

[#002] sha256:4424ec8e0738f6cfd6e51e4c99bd1f127248d0b713db46137ceb0eff11a34fea - 28.65% (72.5 MB)

[#003] sha256:6bb462826ef62dc1db0246021f1398ffd43307f230760d128d0ffe05d7887963 - 47.75% (121 MB)

[#004] sha256:1fb9cb8b0681627d2304799184afd91a7b2c95b2bdbd323f9beb0066ba8c4e1b - 0.0% (1.13 KB)


History
2024-02-26 22:52:13 UTC

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

2024-02-26 22:52:14 UTC

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

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.6.1.1

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.amd64.rpm

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:52:27 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.6.1.1 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-03-05 07:52:27 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:52:27 UTC (buildkit.dockerfile.v0)

USER kong

2024-03-05 07:52:27 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-03-05 07:52: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-03-05 07:52:27 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-03-05 07:52:27 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:52:27 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2024-03-05 07:53:18 UTC

Size

247 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-03-05T07:51:40.872Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    09fdc7ad19bcae6d521e3a8fde7d2f19c45a12be
  • 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
    09fdc7ad19bcae6d521e3a8fde7d2f19c45a12be-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.6.1.1

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.6.1.1

PATH

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


Layers

[#000] sha256:53f483bd5fa48049d6551a641e547b302df82b17493915161f3f62020b3648fa - 24.85% (61.5 MB)

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

[#002] sha256:c7d1d0345a9fc49aab1f0233cb65741906b7a175fe273e622405def53f3f95de - 27.51% (68 MB)

[#003] sha256:2fdea392bf1037332d54e5f4ff1e7e8916480d00d95abbddcd721d3c50473557 - 47.64% (118 MB)

[#004] sha256:1fb9cb8b0681627d2304799184afd91a7b2c95b2bdbd323f9beb0066ba8c4e1b - 0.0% (1.13 KB)


History
2024-02-26 23:06:29 UTC

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

2024-02-26 23:06:30 UTC

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

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.6.1.1

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.arm64.rpm

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-03-05 07:52:01 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:53:18 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.6.1.1 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-03-05 07:53:18 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:53:18 UTC (buildkit.dockerfile.v0)

USER kong

2024-03-05 07:53:18 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-03-05 07:53:18 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-03-05 07:53:18 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-03-05 07:53:18 UTC (buildkit.dockerfile.v0)

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

2024-03-05 07:53:18 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