zappi/elasticsearch

By zappi

Updated about 2 months ago

Image
Databases & Storage

263

Docker Elasticsearch

releasetest

Dockerized Elasticsearch plus plugins.

Contributing

  1. Clone the master branch, and create a branch for the feature / fix.
  2. Make your changes.
  3. Update the changelog with your changes. The version should follow the upstream version of the packaged application. For example if the version of Elasticsearch is 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).
  4. Push your branch up and create a pull request.
  5. After the pull request is merged, git pull origin master and ensure it's up-to-date.
  6. Create a tag with the version you added to the changelog using 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).
  7. Push your tag using git push origin x.y.z, which will kick off a CI workflow to build and release the image.

Docker Pull Command

docker pull zappi/elasticsearch