This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 698ab6d5 chore: Using APISIX 2.15.0 for CI (#1197)
698ab6d5 is described below
commit 698ab6d52d4eef0d4404fa3bec43b20039ce9370
Author: Jintao Zhang <[email protected]>
AuthorDate: Fri Jul 29 18:09:35 2022 +0800
chore: Using APISIX 2.15.0 for CI (#1197)
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 1ed5f5ae..52b7ffe4 100644
--- a/Makefile
+++ b/Makefile
@@ -77,8 +77,8 @@ pack-images: build-images push-images
.PHONY: build-images
build-images: build-image
ifeq ($(E2E_SKIP_BUILD), 0)
- docker pull apache/apisix:2.14.1-alpine
- docker tag apache/apisix:2.14.1-alpine
$(REGISTRY)/apache/apisix:$(IMAGE_TAG)
+ docker pull apache/apisix:2.15.0-alpine
+ docker tag apache/apisix:2.15.0-alpine
$(REGISTRY)/apache/apisix:$(IMAGE_TAG)
docker pull bitnami/etcd:3.4.14-debian-10-r0
docker tag bitnami/etcd:3.4.14-debian-10-r0
$(REGISTRY)/bitnami/etcd:$(IMAGE_TAG)