X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fkube-conformance%2FMakefile;h=1c0f7f0ee637c814a3fa737581fb430cff656f5a;hb=82be52a9082be8cde1170e69d0f7f27e1225a208;hp=61d731d62a2290ab0f56e12e336ee9f7a1d91d46;hpb=483f9669541c8cc9b8c492eab91c306c0fa434dd;p=validation.git diff --git a/docker/kube-conformance/Makefile b/docker/kube-conformance/Makefile index 61d731d..1c0f7f0 100644 --- a/docker/kube-conformance/Makefile +++ b/docker/kube-conformance/Makefile @@ -15,17 +15,20 @@ ############################################################################## export WORK_DIR?=$(TAG_PRE) -export KUBE_VERSION=1.15 -export TAG_VER?=v$(KUBE_VERSION) +export KUBE_VERSION=1.16 +export TAG_VER=v$(KUBE_VERSION) .PHONY: .build .build:: .submodules_patched $(MAKE) -C $(TAG_PRE) e2e.test kubectl ginkgo .PHONY: all -all: .push_image .push_manifest +all: push-image .push_manifest .PHONY: build build: .build +.PHONY: push-image +push-image: .push_image + include ../build.mk