Merge pull request #88129 from BenTheElder/rev-pause

update pause to 3.2 since we changed the build
This commit is contained in:
Kubernetes Prow Robot 2020-02-13 14:14:44 -08:00 committed by GitHub
commit 4bb8df4464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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