Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 3f5cd32

Browse files
author
Toby McLaughlin
committed
Add build instructions to README #163
1 parent aa2c9c1 commit 3f5cd32

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ A full build and test requires:
1818
- GNU Make
1919
- Python 3.5 with Virtualenv
2020

21+
## Running a build
22+
To build an image with the latest nightly snapshot of Elasticsearch, run:
23+
```
24+
make from-snapshot
25+
```
26+
27+
To build an image with a released version of Elasticsearch, check out the corresponding
28+
branch for the version, and run Make while specifying the exact version desired.
29+
Like this:
30+
```
31+
git checkout 6.2
32+
ELASTIC_VERSION=6.2.4 make
33+
```
34+
2135
## Contributing, issues and testing
2236

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

0 commit comments

Comments
 (0)