Namespace
kong
Image / Tag
kong-gateway:3.4.2.0-amazonlinux-2023
Content Digest
sha256:e78c4462eb4f06f10dc738a777c640e5312d2f9ea49523922ad439a0a22eec17
Details
Created

2023-11-10 05:22:20 UTC

Size

331 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
    2023-11-10T05:21:47.398Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    d6a9478e97ec5ddb390a54cdba14e24547e80984
  • 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
    d6a9478e97ec5ddb390a54cdba14e24547e80984-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

PATH

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


Layers

[#000] sha256:a98bc98bb91a9e3ba206b37674c857456e1df8dd9fed29335a0441ffe4ba5869 - 15.09% (50 MB)

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

[#002] sha256:d433172101ff9be9ab0ed51947d26a00ef9ac9f6c36b733361427a5e6e86730e - 20.5% (67.9 MB)

[#003] sha256:f9ddfff4d6eeb73807967b2446c0c30f03ad249554cc85121215efcc78c35e1c - 64.41% (213 MB)

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


History
2023-11-03 22:21:33 UTC

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

2023-11-03 22:21:33 UTC

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

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.amd64.rpm

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:22:20 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= 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

2023-11-10 05:22:20 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:22:20 UTC (buildkit.dockerfile.v0)

USER kong

2023-11-10 05:22:20 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-11-10 05:22:20 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:{}]

2023-11-10 05:22:20 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-11-10 05:22:20 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:22:20 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2023-11-10 05:27:04 UTC

Size

322 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
    2023-11-10T05:21:47.398Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    d6a9478e97ec5ddb390a54cdba14e24547e80984
  • 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
    d6a9478e97ec5ddb390a54cdba14e24547e80984-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

PATH

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


Layers

[#000] sha256:85509e5088985a7b5d6c9025cce59b920ce6ac3e2035241e3b24d9d86bfe0904 - 15.27% (49.1 MB)

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

[#002] sha256:34b54bf3bc89a7e93ef0c45a147d24bda91a4d28de8b71095c4b6947e068af13 - 20.32% (65.3 MB)

[#003] sha256:dd01677df110f9cb3fd51b90ffe80f24dbf3cd6c70951c3b1ceb1833ef36b207 - 64.41% (207 MB)

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


History
2023-11-03 22:39:55 UTC

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

2023-11-03 22:39:56 UTC

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

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.arm64.rpm

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-11-10 05:22:02 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:27:04 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= 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

2023-11-10 05:27:04 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:27:04 UTC (buildkit.dockerfile.v0)

USER kong

2023-11-10 05:27:04 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-11-10 05:27:04 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:{}]

2023-11-10 05:27:04 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-11-10 05:27:04 UTC (buildkit.dockerfile.v0)

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

2023-11-10 05:27:04 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