mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
build: Build pause:3.3 image
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
b583631a27
commit
03a1489623
@ -118,7 +118,7 @@ dependencies:
|
|||||||
match: tag =
|
match: tag =
|
||||||
|
|
||||||
- name: "k8s.gcr.io/pause"
|
- name: "k8s.gcr.io/pause"
|
||||||
version: 3.2
|
version: 3.3
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: build/pause/Makefile
|
- path: build/pause/Makefile
|
||||||
match: TAG =
|
match: TAG =
|
||||||
|
@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
|
|||||||
IMAGE = $(REGISTRY)/pause
|
IMAGE = $(REGISTRY)/pause
|
||||||
IMAGE_WITH_ARCH = $(IMAGE)-$(ARCH)
|
IMAGE_WITH_ARCH = $(IMAGE)-$(ARCH)
|
||||||
|
|
||||||
TAG = 3.2
|
TAG = 3.3
|
||||||
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