Sign inSign up

zappi/elasticsearch

By zappi

Updated about 1 year ago

Image
Databases & storage
0

1.9K

zappi/elasticsearch repository overview

Docker Elasticsearch

release test

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.

Tag summary

Content type

Image

Digest

sha256:ea1889235

Size

440.6 MB

Last updated

about 1 year ago

docker pull zappi/elasticsearch