Hotfixes for OpenNebula and upgrade hotfix for 1.7 - Fix deploy.vitastor, save.vitastor, restore.vitastor scripts not working for nodes other than master oned - Fix deploy.vitastor not working for VMs without Vitastor disks - Disable clearing old PG configuration when upgrading from 1.7 or older versions (it was breaking old clients)
10 lines
180 B
Makefile
10 lines
180 B
Makefile
VITASTOR_VERSION ?= v1.9.1
|
|
|
|
all: build push
|
|
|
|
build:
|
|
@docker build --rm -t vitalif/vitastor-csi:$(VITASTOR_VERSION) .
|
|
|
|
push:
|
|
@docker push vitalif/vitastor-csi:$(VITASTOR_VERSION)
|