Update e2e image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-05-31 15:35:55 -04:00
parent 7bd62f5c0a
commit 5f03b07245
5 changed files with 8 additions and 4 deletions

View file

@ -22,7 +22,8 @@ PLATFORM ?= amd64
.PHONY: image
image:
docker buildx build \
--load \
--pull \
--push \
--progress plain \
--platform $(PLATFORM) \
--build-arg K8S_RELEASE=v1.15.7 \