- Fix vitastor-disk purge broken after adding the "OSD is still running" check - Fix iothreads hanging after adding zero-copy send support - Fix enabling localized reads online (without restarting OSDs) in the default PG lock mode
10 lines
183 B
Makefile
10 lines
183 B
Makefile
VITASTOR_VERSION ?= v2.2.1
|
|
|
|
all: build push
|
|
|
|
build:
|
|
@docker build --no-cache --rm -t vitalif/vitastor:$(VITASTOR_VERSION) .
|
|
|
|
push:
|
|
@docker push vitalif/vitastor:$(VITASTOR_VERSION)
|