Add binaries required by kubernetes-sigs/testing_frameworks

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-05-15 11:34:41 -04:00
parent e619a1120c
commit 87b730d5fe
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
2 changed files with 23 additions and 9 deletions

View file

@ -7,7 +7,11 @@ IMAGE = $(REGISTRY)/e2e-prow
all: docker-build docker-push
docker-build:
$(DOCKER) build -t $(IMAGE):$(TAG) .
$(DOCKER) build \
--pull \
--build-arg K8S_RELEASE=v1.14.1 \
--build-arg ETCD_VERSION=v3.3.12 \
-t $(IMAGE):$(TAG) .
docker-push:
$(DOCKER) push $(IMAGE):$(TAG)