Namespace
kong
Image / Tag
kong-gateway:3.4.3.2-20231221-amazonlinux-2023
Content Digest
sha256:a410e476b93003391786e0f34940b092f772579dd188b72bc564905f52cd65a0
Details
Created

2023-12-21 11:23:46 UTC

Size

332 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-12-21T11:23:13.021Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    5de51984809c0496767ae302513db171df04ee1d
  • 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
    5de51984809c0496767ae302513db171df04ee1d-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.4.3.2

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.4.3.2

PATH

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


Layers

[#000] sha256:1db371c0a72a30b037eddab3bf3f6091c0226e7b6e3a122c8e0e27d2ea7e5432 - 14.98% (49.8 MB)

[#001] sha256:1a40a44779ef880af978d0be52660bbf0ecd488ad0735cc2d5665bc7bc9c691b - 0.0% (226 Bytes)

[#002] sha256:a89bcc59ceaa71fc2d4476aed394c1252cce11875c165817ea4642b6e1c00781 - 20.61% (68.5 MB)

[#003] sha256:48934242cb65e823b6358d2be453ca31ff5325a6107a0447f8efaf382861a41e - 64.41% (214 MB)

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


History
2023-12-20 08:49:17 UTC

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

2023-12-20 08:49:17 UTC

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

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.4.3.2

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.amd64.rpm

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:23:46 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.4.3.2 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-12-21 11:23:46 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:23:46 UTC (buildkit.dockerfile.v0)

USER kong

2023-12-21 11:23:46 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-12-21 11:23:46 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-12-21 11:23:46 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-12-21 11:23:46 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:23:46 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2023-12-21 11:28:37 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-12-21T11:23:13.021Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    5de51984809c0496767ae302513db171df04ee1d
  • 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
    5de51984809c0496767ae302513db171df04ee1d-amazonlinux-2023
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    3.4.3.2

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.4.3.2

PATH

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


Layers

[#000] sha256:62dac1e13f9aa133cbec88aa21ded5df9ecd8a8ff67fc7ac9887cc25f3c387fb - 15.18% (48.9 MB)

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

[#002] sha256:1cc1719dedcdcbcda9f98db75bda00357d174142efdd30974dd233c3d12f9d8f - 20.41% (65.8 MB)

[#003] sha256:9365633c386b404846e673337b5529d6368b343228d4f1cbd0c04ba98f9a2d20 - 64.41% (208 MB)

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


History
2023-12-20 01:32:07 UTC

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

2023-12-20 01:32:07 UTC

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

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=3.4.3.2

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2023.arm64.rpm

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-12-21 11:23:26 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:28:37 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=3.4.3.2 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-12-21 11:28:37 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:28:37 UTC (buildkit.dockerfile.v0)

USER kong

2023-12-21 11:28:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-12-21 11:28:37 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-12-21 11:28:37 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-12-21 11:28:37 UTC (buildkit.dockerfile.v0)

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

2023-12-21 11:28:37 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