mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 06:15:45 +00:00
Build and push 3.1.11 etcd image
This commit is contained in:
parent
8d24ce1137
commit
484460db9a
@ -15,7 +15,7 @@
|
|||||||
# Build the etcd image
|
# Build the etcd image
|
||||||
#
|
#
|
||||||
# Usage:
|
# Usage:
|
||||||
# [TAGS=2.2.1 2.3.7 3.0.17 3.1.10] [REGISTRY=k8s.gcr.io] [ARCH=amd64] [BASEIMAGE=busybox] make (build|push)
|
# [TAGS=2.2.1 2.3.7 3.0.17 3.1.11] [REGISTRY=k8s.gcr.io] [ARCH=amd64] [BASEIMAGE=busybox] make (build|push)
|
||||||
|
|
||||||
# The image contains different etcd versions to simplify
|
# The image contains different etcd versions to simplify
|
||||||
# upgrades. Thus be careful when removing any tag from here.
|
# upgrades. Thus be careful when removing any tag from here.
|
||||||
@ -26,8 +26,8 @@
|
|||||||
# Except from etcd-$(tag) and etcdctl-$(tag) binaries, we also
|
# Except from etcd-$(tag) and etcdctl-$(tag) binaries, we also
|
||||||
# need etcd and etcdctl binaries for backward compatibility reasons.
|
# need etcd and etcdctl binaries for backward compatibility reasons.
|
||||||
# That binary will be set to the last tag from $(TAGS).
|
# That binary will be set to the last tag from $(TAGS).
|
||||||
TAGS?=2.2.1 2.3.7 3.0.17 3.1.10
|
TAGS?=2.2.1 2.3.7 3.0.17 3.1.11
|
||||||
REGISTRY_TAG?=3.1.10
|
REGISTRY_TAG?=3.1.11
|
||||||
ARCH?=amd64
|
ARCH?=amd64
|
||||||
REGISTRY?=k8s.gcr.io
|
REGISTRY?=k8s.gcr.io
|
||||||
GOLANG_VERSION?=1.7.6
|
GOLANG_VERSION?=1.7.6
|
||||||
|
Loading…
Reference in New Issue
Block a user