TAG used when building pause is configurable
This change allows the `TAG` value in the pause Makefile to be overridden from the environment. Defaults to existing hard-coded value in `build/pause/Makefile`
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user