Namespace
kong
Image / Tag
kong-gateway:3.2.1.0-amazonlinux-2022
Content Digest
sha256:26f1e95557925ae725b890aca2eb91053f69e83ebe7fd5667050ef41f1712c00
Details
Created

2023-02-28 01:48:26 UTC

Size

290 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-02-28T01:47:47.658Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    40daea22f063d2d670c2f2ba8d9d2e8dca602218
  • 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
    40daea22f063d2d670c2f2ba8d9d2e8dca602218-amazonlinux-2022
  • 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:044c2e2e5f7c74ee29fba14bd0c17aba2da682d4bb1f235b6efaeb7365c09814 - 19.06% (55.2 MB)

[#001] sha256:3677ea420c2e16298c5a9c2adb838f577ba10768394534077812a060ed816ae2 - 0.0% (218 Bytes)

[#002] sha256:16ef464367d0c5e3108101426c6299332ba4ebb344aa3537cbf9ffe40bd0425e - 14.36% (41.6 MB)

[#003] sha256:1d4f76be6bfcc8a66a2b12b42e532162e0acbfc89d057a3ecec15db3653f2cf8 - 66.58% (193 MB)

[#004] sha256:91f9f7451cb4d795c77e7cc48d6435c53717798a63e45ed9ccae3a48706a925d - 0.0% (883 Bytes)


History
2023-02-02 20:19:36 UTC

/bin/sh -c #(nop) ADD file:98ef92cdf32a39d761092e3dbc916e083179c438c365e21a2ea68b801a3f595d in /

2023-02-02 20:19:37 UTC

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

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

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

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-02-28 01:48:03 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-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG RPM_PLATFORM=el8

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2022.amd64.rpm

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

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

2023-02-28 01:48:26 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= RPM_PLATFORM=aws2022 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.aws2022.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 && kong version # buildkit

2023-02-28 01:48:26 UTC (buildkit.dockerfile.v0)

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

2023-02-28 01:48:26 UTC (buildkit.dockerfile.v0)

USER kong

2023-02-28 01:48:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-02-28 01:48:26 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-02-28 01:48:26 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-02-28 01:48:26 UTC (buildkit.dockerfile.v0)

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

2023-02-28 01:48:26 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2023-02-28 01:55:45 UTC

Size

285 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-02-28T01:47:47.658Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    40daea22f063d2d670c2f2ba8d9d2e8dca602218
  • 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
    40daea22f063d2d670c2f2ba8d9d2e8dca602218-amazonlinux-2022
  • 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:838e33db41c437b283f45c5b41cf3cfe56026082e5c47e55eed49ec433af394c - 19.01% (54.2 MB)

[#001] sha256:2911c628b02f8bf9e1a1f13b09a5f449c6df72a7addb5dd033ea2183f1809a8b - 0.0% (219 Bytes)

[#002] sha256:3f9445129071a84e349e1089ae369ba999ea37d7336fd844e6bd10b98d942c0d - 14.65% (41.7 MB)

[#003] sha256:bd99279471ece14a6fc611d719ee7e237f02fd9dfc5a85ac4297ae0316aed149 - 66.34% (189 MB)

[#004] sha256:91f9f7451cb4d795c77e7cc48d6435c53717798a63e45ed9ccae3a48706a925d - 0.0% (883 Bytes)


History
2023-02-02 20:39:44 UTC

/bin/sh -c #(nop) ADD file:9f05ba021fffd82beb2a9d0ea647b83648b1bfd0e607557faab2356c813fb362 in /

2023-02-02 20:39:44 UTC

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

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

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

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-02-28 01:48:03 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-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG RPM_PLATFORM=el8

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2022.arm64.rpm

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-02-28 01:48:03 UTC (buildkit.dockerfile.v0)

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

2023-02-28 01:55:45 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= RPM_PLATFORM=aws2022 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.aws2022.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 && kong version # buildkit

2023-02-28 01:55:45 UTC (buildkit.dockerfile.v0)

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

2023-02-28 01:55:45 UTC (buildkit.dockerfile.v0)

USER kong

2023-02-28 01:55:45 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-02-28 01:55:45 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-02-28 01:55:45 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-02-28 01:55:45 UTC (buildkit.dockerfile.v0)

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

2023-02-28 01:55:45 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