We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfa038 commit e3c2f81Copy full SHA for e3c2f81
Makefile
@@ -178,6 +178,7 @@ kind-down:
178
kind-load-images: pull-infra-images kind-load-ingress-image kind-load-adc-image
179
@kind load docker-image kennethreitz/httpbin:latest --name $(KIND_NAME)
180
@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)
182
183
.PHONY: kind-load-ingress-image
184
kind-load-ingress-image:
@@ -193,6 +194,7 @@ kind-load-adc-image:
193
194
pull-infra-images:
195
@docker pull kennethreitz/httpbin:latest
196
@docker pull jmalloc/echo-server:latest
197
+ @docker pull openresty/openresty:1.27.1.2-4-bullseye-fat
198
199
##@ Build
200
0 commit comments