Merge pull request #104204 from aramprice/pause-tag-is-configurable

TAG used when building pause is configurable
This commit is contained in:
Kubernetes Prow Robot 2021-08-06 16:59:29 -07:00 committed by GitHub
commit ebc87c39d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ dependencies:
version: 3.6
refPaths:
- path: build/pause/Makefile
match: TAG =
match: TAG\s*\?=
- name: "k8s.gcr.io/pause: dependents"
version: 3.5

View File

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