From d2e1daf087df1b234d19a55a917640be9a52c2e1 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Wed, 9 Jan 2019 21:07:44 -0300 Subject: [PATCH] Update nginx image --- images/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/nginx/Makefile b/images/nginx/Makefile index 95b8c455c4..6822fa6a0d 100644 --- a/images/nginx/Makefile +++ b/images/nginx/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # 0.0.0 shouldn't clobber any released builds -TAG ?= 0.74 +TAG ?= 0.75 REGISTRY ?= quay.io/kubernetes-ingress-controller ARCH ?= $(shell go env GOARCH) DOCKER ?= docker @@ -71,7 +71,7 @@ else cd $(TEMP_DIR) && $(SED_I) "s/CROSS_BUILD_//g" Dockerfile endif - $(DOCKER) build -t $(MULTI_ARCH_IMG):$(TAG) $(TEMP_DIR) + $(DOCKER) build --no-cache -t $(MULTI_ARCH_IMG):$(TAG) $(TEMP_DIR) ifeq ($(ARCH), amd64) # This is for to maintain the backward compatibility