| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 8 个月前 | ||
| 7 个月前 | ||
| 6 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 |
Quick reference
-
The official elasticsearch docker image.
-
Maintained by: openEuler CloudNative SIG.
-
Where to get help: openEuler CloudNative SIG, openEuler.
Elasticsearch | openEuler
Current elasticsearch docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Elasticsearch is a distributed search and analytics engine, scalable data store and vector database optimized for speed and relevance on production-scale workloads. Elasticsearch is the foundation of Elastic’s open Stack platform. Search in near real-time over massive datasets, perform vector searches, integrate with generative AI applications, and much more.
Learn more on elasticsearch website.
Supported tags and respective Dockerfile links
The tag of each elasticsearch docker image is consist of the version of elasticsearch and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 9.3.4-oe2403sp3 | elasticsearch 9.3.4 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 9.3.2-oe2403sp3 | elasticsearch 9.3.2 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 9.2.1-oe2403sp2 | elasticsearch 9.2.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 9.2.0-oe2403sp2 | elasticsearch 9.2.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 9.1.3-oe2403sp1 | elasticsearch 9.1.3 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 8.17.3-oe2403sp1 | Elasticsearch 8.17.3 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
Usage
Start a elasticsearch instance by following command:
docker run -d --name elasticsearch --net {somenetwork} -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" openeuler/elasticsearch:latest
Question and answering
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.