Use local image name for e2e tests
This commit is contained in:
parent
734361d58a
commit
7c246ec313
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -117,7 +117,7 @@ endif
|
|||
$(DOCKER) build -t $(MULTI_ARCH_IMG):$(TAG) $(TEMP_DIR)/rootfs
|
||||
|
||||
ifeq ($(ARCH), amd64)
|
||||
# This is for to maintain the backward compatibility
|
||||
# This is for maintaining backward compatibility
|
||||
$(DOCKER) tag $(MULTI_ARCH_IMG):$(TAG) $(IMAGE):$(TAG)
|
||||
endif
|
||||
|
||||
|
@ -159,7 +159,7 @@ lua-test:
|
|||
|
||||
.PHONY: e2e-image
|
||||
e2e-image: sub-container-amd64
|
||||
TAG=$(TAG) IMAGE=$(MULTI_ARCH_IMG) docker tag $(IMAGE):$(TAG) $(IMAGE):test
|
||||
$(DOCKER) tag $(MULTI_ARCH_IMG):$(TAG) $(IMGNAME):e2e
|
||||
docker images
|
||||
|
||||
.PHONY: e2e-test
|
||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
|||
#serviceAccountName: nginx-ingress-serviceaccount
|
||||
containers:
|
||||
- name: nginx-ingress-controller
|
||||
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.14.0
|
||||
image: nginx-ingress-controller:e2e
|
||||
args:
|
||||
- /nginx-ingress-controller
|
||||
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend
|
||||
|
|
Loading…
Reference in a new issue