Namespace
kong
Image / Tag
kong-gateway:3.7.0.0-amazonlinux-2
Content Digest
sha256:0ab00f2fd21e81dc0352f2dae01fdf0d09a3e941af28f7acc86ed1910c769b15
Details
Created

2024-05-28 09:23:42 UTC

Size

269 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-05-28T09:23:07.052Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    bf2bcf51611ae3319f1f0e7175631a31d125f92d
  • 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
    bf2bcf51611ae3319f1f0e7175631a31d125f92d-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.7.0.0

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.7.0.0

PATH

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


Layers

[#000] sha256:0b2952a75473f303233bc1034d63689122b90aa8b8fd5ebd0dced887e1c294e9 - 22.19% (59.7 MB)

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

[#002] sha256:8106581d7894947ef27d82dc99b2243d4cf9ccff67c90cdebcd9e1d5ea0f6fe7 - 28.79% (77.5 MB)

[#003] sha256:6ef79098333cce1140b4061b9f32e87678e0e6091cd89e425dad09bdeed60696 - 49.02% (132 MB)

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


History
2024-04-19 22:25:31 UTC

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

2024-04-19 22:25:31 UTC

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

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.7.0.0

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.amd64.rpm

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:23:42 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.7.0.0 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-05-28 09:23:42 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:23:42 UTC (buildkit.dockerfile.v0)

USER kong

2024-05-28 09:23:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-05-28 09:23:42 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-05-28 09:23:42 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-05-28 09:23:42 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:23:42 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2024-05-28 09:24:24 UTC

Size

268 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-05-28T09:23:07.052Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    bf2bcf51611ae3319f1f0e7175631a31d125f92d
  • 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
    bf2bcf51611ae3319f1f0e7175631a31d125f92d-amazonlinux-2
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.7.0.0

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.7.0.0

PATH

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


Layers

[#000] sha256:92f601831288d3f8f08bf8bcf02ba1eb90d12a4422c7b431f23ed0e92fc30b2f - 22.94% (61.6 MB)

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

[#002] sha256:9f06fbbdd2e5a6f69ff821d11373912af65e612e6a75295609eef7b16d620c15 - 28.01% (75.2 MB)

[#003] sha256:eb26084d474df13b74fbd5effadc056b7fcec33989018dcdf742f35a6458d89e - 49.04% (132 MB)

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


History
2024-04-19 22:10:46 UTC

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

2024-04-19 22:10:47 UTC

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

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.7.0.0

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.arm64.rpm

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-05-28 09:23:20 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:24:24 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.7.0.0 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-05-28 09:24:24 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:24:24 UTC (buildkit.dockerfile.v0)

USER kong

2024-05-28 09:24:24 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-05-28 09:24:24 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-05-28 09:24:24 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-05-28 09:24:24 UTC (buildkit.dockerfile.v0)

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

2024-05-28 09:24:24 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