Skip to content

Commit e3c2f81

Browse files
authored
chore(e2e-test): optimize the startup speed of OpenResty/Nginx (#2617)
1 parent cbfa038 commit e3c2f81

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
@@ -178,6 +178,7 @@ kind-down:
178178
kind-load-images: pull-infra-images kind-load-ingress-image kind-load-adc-image
179179
@kind load docker-image kennethreitz/httpbin:latest --name $(KIND_NAME)
180180
@kind load docker-image jmalloc/echo-server:latest --name $(KIND_NAME)
181+
@kind load docker-image openresty/openresty:1.27.1.2-4-bullseye-fat --name $(KIND_NAME)
181182

182183
.PHONY: kind-load-ingress-image
183184
kind-load-ingress-image:
@@ -193,6 +194,7 @@ kind-load-adc-image:
193194
pull-infra-images:
194195
@docker pull kennethreitz/httpbin:latest
195196
@docker pull jmalloc/echo-server:latest
197+
@docker pull openresty/openresty:1.27.1.2-4-bullseye-fat
196198

197199
##@ Build
198200

0 commit comments

Comments
 (0)