Update e2e image
This commit is contained in:
parent
68bfbd939b
commit
02c99e9ccf
5 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue