mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
cluster/images/etcd: Bump etcd image tags for new debian-base
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
7109a86f47
commit
d95dcc61f3
@ -20,7 +20,7 @@ ETCD_VERSION = 3.4.7
|
|||||||
REGISTRY = k8s.gcr.io
|
REGISTRY = k8s.gcr.io
|
||||||
# Images should be pushed to staging-k8s.gcr.io.
|
# Images should be pushed to staging-k8s.gcr.io.
|
||||||
PUSH_REGISTRY = staging-k8s.gcr.io
|
PUSH_REGISTRY = staging-k8s.gcr.io
|
||||||
TAG = 3.4.7.0
|
TAG = 3.4.7.1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf etcdctl etcd-v$(ETCD_VERSION)-linux-amd64 etcd-v$(ETCD_VERSION)-linux-amd64.tar.gz
|
rm -rf etcdctl etcd-v$(ETCD_VERSION)-linux-amd64 etcd-v$(ETCD_VERSION)-linux-amd64.tar.gz
|
||||||
|
@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.4.7
|
|||||||
# REVISION provides a version number fo this image and all it's bundled
|
# REVISION provides a version number fo this image and all it's bundled
|
||||||
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
|
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
|
||||||
# for each revision of this image at that etcd version.
|
# for each revision of this image at that etcd version.
|
||||||
REVISION?=0
|
REVISION?=1
|
||||||
|
|
||||||
# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
|
# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
|
||||||
IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)
|
IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)
|
||||||
|
Loading…
Reference in New Issue
Block a user