Update e2e images (#4110)
This commit is contained in:
parent
ee1f36d8df
commit
f63f0457be
7 changed files with 27 additions and 20 deletions
|
|
@ -21,7 +21,13 @@ IMAGE = $(REGISTRY)/e2e
|
|||
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)
|
||||
$(DOCKER) tag $(IMAGE):$(TAG) $(IMAGE):latest
|
||||
$(DOCKER) push $(IMAGE):latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue