Skip to content

Commit faa13ec

Browse files
committed
chore(e2e-test): optimize the startup speed of OpenResty/Nginx
Signed-off-by: Ashing Zheng <[email protected]>
1 parent ef8807b commit faa13ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ kind-load-images: pull-infra-images kind-load-ingress-image kind-load-adc-image
206206
@kind load docker-image kennethreitz/httpbin:latest --name $(KIND_NAME)
207207
@kind load docker-image jmalloc/echo-server:latest --name $(KIND_NAME)
208208
@kind load docker-image apache/apisix:dev --name $(KIND_NAME)
209+
@kind load docker-image openresty/openresty:1.27.1.2-4-bullseye-fat --name $(KIND_NAME)
209210

210211
.PHONY: kind-load-gateway-image
211212
kind-load-gateway-image:
@@ -235,6 +236,7 @@ pull-infra-images:
235236
@docker pull jmalloc/echo-server:latest
236237
@docker pull ghcr.io/api7/adc:dev
237238
@docker pull apache/apisix:dev
239+
@docker pull openresty/openresty:1.27.1.2-4-bullseye-fat
238240

239241
##@ Build
240242

0 commit comments

Comments
 (0)