This is an automated email from the ASF dual-hosted git repository.

alinsran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new e3c2f816 chore(e2e-test): optimize the startup speed of 
OpenResty/Nginx (#2617)
e3c2f816 is described below

commit e3c2f816cb06c29455384899cefa2af6e2242b9b
Author: AlinsRan <[email protected]>
AuthorDate: Mon Oct 27 00:56:38 2025 +0800

    chore(e2e-test): optimize the startup speed of OpenResty/Nginx (#2617)
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 979a5a1d..39b1d6b0 100644
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,7 @@ kind-down:
 kind-load-images: pull-infra-images kind-load-ingress-image kind-load-adc-image
        @kind load docker-image kennethreitz/httpbin:latest --name $(KIND_NAME) 
        @kind load docker-image jmalloc/echo-server:latest --name $(KIND_NAME)
+       @kind load docker-image openresty/openresty:1.27.1.2-4-bullseye-fat 
--name $(KIND_NAME)
 
 .PHONY: kind-load-ingress-image
 kind-load-ingress-image:
@@ -193,6 +194,7 @@ kind-load-adc-image:
 pull-infra-images:
        @docker pull kennethreitz/httpbin:latest
        @docker pull jmalloc/echo-server:latest
+       @docker pull openresty/openresty:1.27.1.2-4-bullseye-fat
 
 ##@ Build
 

Reply via email to