- Make peering much faster in medium to large clusters - Fix a reenterability issue which could rarely lead to peering process hangs
10 lines
154 B
Makefile
10 lines
154 B
Makefile
VERSION ?= v0.6.15
|
|
|
|
all: build push
|
|
|
|
build:
|
|
@docker build --rm -t vitalif/vitastor-csi:$(VERSION) .
|
|
|
|
push:
|
|
@docker push vitalif/vitastor-csi:$(VERSION)
|