File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
211212kind-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
You can’t perform that action at this time.
0 commit comments