Namespace
kong
Image / Tag
kong-gateway:3.2.2.4-amazonlinux-2
Content Digest
sha256:c9cf3fc58da24e8061822ec75df9d9fcd825f4158bb5d6ecd7d5700b274655b6
Details
Created

2023-09-16 03:44:50 UTC

Size

352 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-09-16T03:44:13.090Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    8af1e5ccc69bcd0fb86b1c09ce5d6af6eca5ac3e
  • 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
    8af1e5ccc69bcd0fb86b1c09ce5d6af6eca5ac3e-amazonlinux-2
  • 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:8be3d01330d7e2e197495d440aa60d14ac366aad5e8d105d86e384876aefec18 - 16.95% (59.6 MB)

[#001] sha256:4abb29e3e033ae0d9f6c5374d5a1b7cfc2d7d7708030f6ba49f3200731a041b7 - 0.0% (214 Bytes)

[#002] sha256:75f0a251c5f67bf7e4a7e82694ef8d6439a6992cd8d5b76858b83cb12477f40f - 15.59% (54.8 MB)

[#003] sha256:dc6ba80bf849e465df13a5ea983d38ebfa0d377b5914dd43db3003748f9b9187 - 67.46% (237 MB)

[#004] sha256:79426cc427b922221a033ff8a23ffa64045ede98da7e473a0e92d8c1db532768 - 0.0% (1.12 KB)


History
2023-08-29 18:29:22 UTC

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

2023-08-29 18:29:23 UTC

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

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

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

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-09-16 03:44:31 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-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.amd64.rpm

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

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

2023-09-16 03:44:50 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= PACKAGE_DISTRO=aws2 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.aws2.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-09-16 03:44:50 UTC (buildkit.dockerfile.v0)

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

2023-09-16 03:44:50 UTC (buildkit.dockerfile.v0)

USER kong

2023-09-16 03:44:50 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-09-16 03:44:50 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-09-16 03:44:50 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-09-16 03:44:50 UTC (buildkit.dockerfile.v0)

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

2023-09-16 03:44:50 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2023-09-16 03:45:59 UTC

Size

314 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-09-16T03:44:13.090Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    8af1e5ccc69bcd0fb86b1c09ce5d6af6eca5ac3e
  • 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
    8af1e5ccc69bcd0fb86b1c09ce5d6af6eca5ac3e-amazonlinux-2
  • 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:aa4ff431ef8289088d3cf576f166a7c73e7a5dabe3fae46528dbdd9d7194e9e4 - 19.48% (61.2 MB)

[#001] sha256:a07379aafa7564b1989d14f8de2752ed62e173dba5fe27bccd8bf9ef7bfab7b6 - 0.0% (215 Bytes)

[#002] sha256:6eff84cf6e6b099d00197d28d30771ca089739a659407f0994edcb40fb0df28a - 16.51% (51.8 MB)

[#003] sha256:0cc988754127dc0ca580c9b151d6d274d87ce90b157611fd598796d4346fb854 - 64.01% (201 MB)

[#004] sha256:79426cc427b922221a033ff8a23ffa64045ede98da7e473a0e92d8c1db532768 - 0.0% (1.12 KB)


History
2023-08-29 18:41:03 UTC

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

2023-08-29 18:41:04 UTC

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

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

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

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-09-16 03:44:31 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-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.aws2.arm64.rpm

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-09-16 03:44:31 UTC (buildkit.dockerfile.v0)

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

2023-09-16 03:45:59 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION= PACKAGE_DISTRO=aws2 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.aws2.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-09-16 03:45:59 UTC (buildkit.dockerfile.v0)

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

2023-09-16 03:45:59 UTC (buildkit.dockerfile.v0)

USER kong

2023-09-16 03:45:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-09-16 03:45:59 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-09-16 03:45:59 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-09-16 03:45:59 UTC (buildkit.dockerfile.v0)

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

2023-09-16 03:45:59 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