Update e2e image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-26 21:48:35 -03:00
parent 68bfbd939b
commit 02c99e9ccf
5 changed files with 10 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM quay.io/kubernetes-ingress-controller/e2e:v01142020-3f0df1c35 AS BASE
FROM quay.io/kubernetes-ingress-controller/e2e:v01262020-44fb2a873 AS BASE
FROM alpine:3.11

View file

@ -25,7 +25,10 @@ endif
cp -r ../../deploy/cloud-generic .
cp -r ../../deploy/cluster-wide .
docker build -t nginx-ingress-controller:e2e .
docker buildx build \
--load \
--progress plain \
--tag nginx-ingress-controller:e2e .
.PHONY: clean
clean: