build: Build pause:3.3 image

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus 2020-05-01 17:51:08 -04:00
parent b583631a27
commit 03a1489623
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ dependencies:
match: tag =
- name: "k8s.gcr.io/pause"
version: 3.2
version: 3.3
refPaths:
- path: build/pause/Makefile
match: TAG =

View File

@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
IMAGE = $(REGISTRY)/pause
IMAGE_WITH_ARCH = $(IMAGE)-$(ARCH)
TAG = 3.2
TAG = 3.3
REV = $(shell git describe --contains --always --match='v*')
# Architectures supported: amd64, arm, arm64, ppc64le and s390x