mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #104204 from aramprice/pause-tag-is-configurable
TAG used when building pause is configurable
This commit is contained in:
commit
ebc87c39d3
@ -161,7 +161,7 @@ dependencies:
|
|||||||
version: 3.6
|
version: 3.6
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: build/pause/Makefile
|
- path: build/pause/Makefile
|
||||||
match: TAG =
|
match: TAG\s*\?=
|
||||||
|
|
||||||
- name: "k8s.gcr.io/pause: dependents"
|
- name: "k8s.gcr.io/pause: dependents"
|
||||||
version: 3.5
|
version: 3.5
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
REGISTRY ?= staging-k8s.gcr.io
|
REGISTRY ?= staging-k8s.gcr.io
|
||||||
IMAGE = $(REGISTRY)/pause
|
IMAGE = $(REGISTRY)/pause
|
||||||
|
|
||||||
TAG = 3.6
|
TAG ?= 3.6
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user