Some stupid hotfixes for 1.7.0 :) - Fix NFS mount - Fix modify-osd - Fix use_antietcd not taken from /etc
10 lines
153 B
Makefile
10 lines
153 B
Makefile
VERSION ?= v1.7.1
|
|
|
|
all: build push
|
|
|
|
build:
|
|
@docker build --rm -t vitalif/vitastor-csi:$(VERSION) .
|
|
|
|
push:
|
|
@docker push vitalif/vitastor-csi:$(VERSION)
|