From b04fd1db521766a25bf4ce4724136a745ce77353 Mon Sep 17 00:00:00 2001 From: AlinsRan Date: Mon, 27 Oct 2025 00:56:38 +0800 Subject: [PATCH] chore(e2e-test): optimize the startup speed of OpenResty/Nginx (#2617) (cherry picked from commit e3c2f816cb06c29455384899cefa2af6e2242b9b) --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 82761ca4..571853b9 100644 --- a/Makefile +++ b/Makefile @@ -205,6 +205,7 @@ kind-load-images: pull-infra-images kind-load-ingress-image kind-load-adc-image @kind load docker-image hkccr.ccs.tencentyun.com/api7-dev/api7-ee-3-integrated:$(DASHBOARD_VERSION) --name $(KIND_NAME) @kind load docker-image kennethreitz/httpbin:latest --name $(KIND_NAME) @kind load docker-image jmalloc/echo-server:latest --name $(KIND_NAME) +<<<<<<< HEAD @kind load docker-image apache/apisix:dev --name $(KIND_NAME) .PHONY: kind-load-gateway-image @@ -215,6 +216,9 @@ kind-load-gateway-image: kind-load-dashboard-images: @kind load docker-image hkccr.ccs.tencentyun.com/api7-dev/api7-ee-dp-manager:$(DASHBOARD_VERSION) --name $(KIND_NAME) @kind load docker-image hkccr.ccs.tencentyun.com/api7-dev/api7-ee-3-integrated:$(DASHBOARD_VERSION) --name $(KIND_NAME) +======= + @kind load docker-image openresty/openresty:1.27.1.2-4-bullseye-fat --name $(KIND_NAME) +>>>>>>> e3c2f816 (chore(e2e-test): optimize the startup speed of OpenResty/Nginx (#2617)) .PHONY: kind-load-ingress-image kind-load-ingress-image: @@ -233,8 +237,12 @@ pull-infra-images: @docker pull hkccr.ccs.tencentyun.com/api7-dev/api7-ee-3-integrated:$(DASHBOARD_VERSION) @docker pull kennethreitz/httpbin:latest @docker pull jmalloc/echo-server:latest +<<<<<<< HEAD @docker pull ghcr.io/api7/adc:dev @docker pull apache/apisix:dev +======= + @docker pull openresty/openresty:1.27.1.2-4-bullseye-fat +>>>>>>> e3c2f816 (chore(e2e-test): optimize the startup speed of OpenResty/Nginx (#2617)) ##@ Build