zappi/elasticsearch
Dockerized Elasticsearch plus plugins.
master
branch, and create a branch for the feature / fix.7.8.0
, the version will be 7.8.0
. In the case where the version already exists, you should append an incrementing single digit to it (i.e. 7.8.0-1
).git pull origin master
and ensure it's up-to-date.git tag -a x.y.z
. The title should be "Version x.y.z" followed by the changes as the message (as per the changelog).git push origin x.y.z
, which will kick off a CI workflow to build and release the image.docker pull zappi/elasticsearch