mrbanzai / elasticsearch-docker

Official Elasticsearch Docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This repository contains the official Elasticsearch Docker image from Elastic.

Documentation can be found on the Elastic web site.

Make sure you have read all the instructions properly, just "skimming through" will not help you.

Supported Docker versions

The images have been tested on Docker 18.06.1-ce.

Requirements

A full build and test requires:

  • Docker
  • GNU Make
  • Python 3.5 with Virtualenv

Running a build

To build an image with a released version of Elasticsearch, check out the corresponding branch for the version, and run Make while specifying the exact version desired. Like this:

git checkout 6.3
ELASTIC_VERSION=6.3.1 make

To build an image with the latest snapshot of Elasticsearch, run:

make from-snapshot
make test-snapshot

Contributing, issues and testing

Acceptance tests for the image are located in the test directory, and can be invoked with make test.

This image is built on CentOS 7.

About

Official Elasticsearch Docker image

License:Apache License 2.0


Languages

Language:Python 76.6%Language:Shell 17.0%Language:Makefile 6.3%