Namespace
kong
Image / Tag
kong-gateway:3.2.2.5
Content Digest
sha256:2b07a90e6603b721ed10c41c704fe5c6fa8e01872b9ca4450752307a6223588d
Details
Created

2023-10-12 07:20:42 UTC

Size

156 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.created
    2023-10-12T07:20:07.286Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    46eace38a4cc4a5a9c380a74129e972ec954c305
  • 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
    46eace38a4cc4a5a9c380a74129e972ec954c305-ubuntu

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

PATH

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


Layers

[#000] sha256:37aaf24cf781dcc5b9a4f8aa5a99a40b60ae45d64dcb4f6d5a4b9e5ab7ab0894 - 18.01% (28.2 MB)

[#001] sha256:e35b5827ea98fd73569fb4988d46c33f66e558eedb08692fe9887bfb42aadc68 - 36.02% (56.3 MB)

[#002] sha256:c44bd18666cb45e7245a7ddb69da473821ba44fe18f1b3185d8d1828accdd1c9 - 45.96% (71.9 MB)

[#003] sha256:491eebc9349e9adbcef46b7901410b34caa8008b16e16b129aa5c1bed716004e - 0.0% (1.12 KB)


History
2023-09-25 10:17:05 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-09-25 10:17:05 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-09-25 10:17:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-09-25 10:17:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2023-09-25 10:17:07 UTC

/bin/sh -c #(nop) ADD file:194c886b88876c1804cc5f80719669653c16a388b664147b7f22402105f533c4 in /

2023-09-25 10:17:08 UTC

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

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

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

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.amd64.deb

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

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

2023-10-12 07:20:42 UTC (buildkit.dockerfile.v0)

RUN |6 KONG_VERSION= KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.amd64.deb KONG_ARTIFACT_PATH=bazel-bin/pkg/ /bin/sh -c apt-get update && apt-get -y upgrade && apt-get -y autoremove && apt-get install -y --no-install-recommends /tmp/kong.deb && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/kong.deb && chown kong:0 /usr/local/bin/kong && chown -R kong:0 ${KONG_PREFIX} && 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-10-12 07:20:42 UTC (buildkit.dockerfile.v0)

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

2023-10-12 07:20:42 UTC (buildkit.dockerfile.v0)

USER kong

2023-10-12 07:20:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-10-12 07:20:42 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-10-12 07:20:42 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-10-12 07:20:42 UTC (buildkit.dockerfile.v0)

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

2023-10-12 07:20:42 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Details
Created

2023-10-12 07:22:25 UTC

Size

147 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.created
    2023-10-12T07:20:07.286Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    46eace38a4cc4a5a9c380a74129e972ec954c305
  • 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
    46eace38a4cc4a5a9c380a74129e972ec954c305-ubuntu

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

PATH

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


Layers

[#000] sha256:c391327a0f1df5790bcb00ac010a1a3924c9e4387ce36b290bc16fd9f4cc5740 - 17.69% (26.1 MB)

[#001] sha256:ac68cad7a4382bc8963803eb0c8f79a78eb0a728d8209c6a68ad5432e72545ce - 36.29% (53.5 MB)

[#002] sha256:fa2baea544139f169a955dc197b607b7c4e8ea556006848379bb09451306eb46 - 46.02% (67.9 MB)

[#003] sha256:491eebc9349e9adbcef46b7901410b34caa8008b16e16b129aa5c1bed716004e - 0.0% (1.12 KB)


History
2023-09-25 10:17:41 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-09-25 10:17:41 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-09-25 10:17:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-09-25 10:17:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2023-09-25 10:17:44 UTC

/bin/sh -c #(nop) ADD file:8540670760767f19eaf101fbce1da1881a2f24a7d65da6abdedc644b8fb00463 in /

2023-09-25 10:17:45 UTC

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

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

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

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.arm64.deb

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-10-12 07:20:21 UTC (buildkit.dockerfile.v0)

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

2023-10-12 07:22:25 UTC (buildkit.dockerfile.v0)

RUN |6 KONG_VERSION= KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.arm64.deb KONG_ARTIFACT_PATH=bazel-bin/pkg/ /bin/sh -c apt-get update && apt-get -y upgrade && apt-get -y autoremove && apt-get install -y --no-install-recommends /tmp/kong.deb && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/kong.deb && chown kong:0 /usr/local/bin/kong && chown -R kong:0 ${KONG_PREFIX} && 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-10-12 07:22:25 UTC (buildkit.dockerfile.v0)

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

2023-10-12 07:22:25 UTC (buildkit.dockerfile.v0)

USER kong

2023-10-12 07:22:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-10-12 07:22:25 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-10-12 07:22:25 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-10-12 07:22:25 UTC (buildkit.dockerfile.v0)

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

2023-10-12 07:22:25 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