Namespace
kong
Image / Tag
kong-gateway:3.6.1.3-20240416-amazonlinux-2023
Content Digest
sha256:6c1baabf9168e9ec82fb6124f13df9bf271514a0bfc5dbc466786beb1085cca1
Details
Created

2024-04-16 20:45:13 UTC

Size

344 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-16T20:44:38.921Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    a886400550601f4f55e59241c13c1c517e066d24
  • 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
    a886400550601f4f55e59241c13c1c517e066d24-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.6.1.3

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.6.1.3

PATH

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


Layers

[#000] sha256:81e74100301dffd9fca7e4378ed7aecb21d613798689a5481ed8365657bf5efc - 14.49% (49.9 MB)

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

[#002] sha256:5f3c2da11d1edc5233d42c9a5a491c2a94445b8016ba3f7c0ac2ca118b6bc7c4 - 21.65% (74.6 MB)

[#003] sha256:a44655d354699540422c01e54118db730429b0f5af6b04eee7f628dbf65bbf5e - 63.87% (220 MB)

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


History
2024-04-05 18:21:43 UTC

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

2024-04-05 18:21:43 UTC

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

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

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

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.6.1.3

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

LABEL name=Kong vendor=Kong version=3.6.1.3 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 20:44:53 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.amd64.rpm

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

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

2024-04-16 20:45:13 UTC (buildkit.dockerfile.v0)

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

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

2024-04-16 20:45:13 UTC (buildkit.dockerfile.v0)

USER kong

2024-04-16 20:45:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-04-16 20:45:13 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 20:45:13 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-04-16 20:45:13 UTC (buildkit.dockerfile.v0)

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

2024-04-16 20:45:13 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2024-04-16 20:51:31 UTC

Size

330 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-16T20:44:38.921Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    a886400550601f4f55e59241c13c1c517e066d24
  • 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
    a886400550601f4f55e59241c13c1c517e066d24-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.6.1.3

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.6.1.3

PATH

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


Layers

[#000] sha256:2db99c85d8118887d64b46dad6e559ea58c1ef5620f9a766cd0658af1ec030d3 - 14.84% (49 MB)

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

[#002] sha256:5077a0ee5331a8097ef1c853ee0e9d64a85e59080e74310efeb4ae23da4bfc26 - 21.11% (69.7 MB)

[#003] sha256:d13fce103cb181a2f20ffd5f7a9704b2ea721793c35838061920583860c20477 - 64.05% (212 MB)

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


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

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

2024-04-05 18:07:15 UTC

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

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

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

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.6.1.3

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

LABEL name=Kong vendor=Kong version=3.6.1.3 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 20:44:53 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.arm64.rpm

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-04-16 20:44:53 UTC (buildkit.dockerfile.v0)

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

2024-04-16 20:51:31 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.6.1.3 PACKAGE_DISTRO=aws2023 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.aws2023.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 20:51:31 UTC (buildkit.dockerfile.v0)

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

2024-04-16 20:51:31 UTC (buildkit.dockerfile.v0)

USER kong

2024-04-16 20:51:31 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-04-16 20:51:31 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 20:51:31 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-04-16 20:51:31 UTC (buildkit.dockerfile.v0)

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

2024-04-16 20:51:31 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