Add binaries required by kubernetes-sigs/testing_frameworks
This commit is contained in:
parent
e619a1120c
commit
87b730d5fe
2 changed files with 23 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue