Namespace
kong
Image / Tag
kong-gateway:3.6.1.4-amazonlinux-2023
Content Digest
sha256:9acc50b9e45bfa1deed8c8c8a6083c6c0d6c25fcf0a1b03053e23455b4e3bf63
Details
Created

2024-05-15 07:09:00 UTC

Size

354 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-15T07:08:29.357Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    9d0e58ff6db7f0f1da6643a4842e3f7f67f56f06
  • 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
    9d0e58ff6db7f0f1da6643a4842e3f7f67f56f06-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.6.1.4

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.6.1.4

PATH

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


Layers

[#000] sha256:6f59c9417334b7a9eb6449cc09a14d6738ae8afbfb25d681f2c27740e7d4856c - 14.08% (49.9 MB)

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

[#002] sha256:af2db275a95dc068979cac9e2196925a0027f48a7dac554316c090975d5b3b07 - 22.44% (79.5 MB)

[#003] sha256:1b8efebbeb5621b1c2ee6328e43b76bfc178c39549a8f3c2eb561f435d004abf - 63.48% (225 MB)

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


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

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

2024-04-19 22:25:10 UTC

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

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.6.1.4

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.amd64.rpm

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:09:00 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.6.1.4 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-05-15 07:09:00 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:09:00 UTC (buildkit.dockerfile.v0)

USER kong

2024-05-15 07:09:00 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-05-15 07:09:00 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-15 07:09:00 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-05-15 07:09:00 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:09:00 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2024-05-15 07:14:36 UTC

Size

339 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-15T07:08:29.357Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    9d0e58ff6db7f0f1da6643a4842e3f7f67f56f06
  • 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
    9d0e58ff6db7f0f1da6643a4842e3f7f67f56f06-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.6.1.4

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.6.1.4

PATH

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


Layers

[#000] sha256:0fff0db406e493d5737bccd8db4b9460e6d6c5e6d45f62e14ae7cb208fcc984a - 14.45% (49 MB)

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

[#002] sha256:e248ae7bf796fe7fa8e827bbecc69c21482ce47a2b3fbd056d20db16e90073a7 - 21.89% (74.3 MB)

[#003] sha256:a729a8a4e9b03ca484e7e8d03ac66fc5728ea360bcb64854aed125617df8d5f0 - 63.66% (216 MB)

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


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

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

2024-04-19 22:10:29 UTC

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

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.6.1.4

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.arm64.rpm

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-05-15 07:08:42 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:14:36 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.6.1.4 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-05-15 07:14:36 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:14:36 UTC (buildkit.dockerfile.v0)

USER kong

2024-05-15 07:14:36 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-05-15 07:14:36 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-15 07:14:36 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-05-15 07:14:36 UTC (buildkit.dockerfile.v0)

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

2024-05-15 07:14:36 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