-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HSEARCH-4674 Rework Elasticsearch/OpenSearch container integration
- Loading branch information
1 parent
e264052
commit a2ef989
Showing
17 changed files
with
138 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
build/container/search-backend/amazon-opensearch-serverless.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# OpenSearch | ||
# See https://hub.docker.com/r/opensearchproject/opensearch/tags | ||
# | ||
# IMPORTANT! When updating the version of OpenSearch in this Dockerfile, | ||
# make sure to update `version.org.opensearch.latest` property in a POM file, | ||
# and to update the version in opensearch.Dockerfile as well. | ||
FROM docker.io/opensearchproject/opensearch:2.11.0 |
3 changes: 1 addition & 2 deletions
3
build/container/elasticsearch.Dockerfile → ...ntainer/search-backend/elastic.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# Elasticsearch | ||
# https://hub.docker.com/r/elastic/elasticsearch/tags | ||
# | ||
# IMPORTANT! When updating the version for Ryuk in this Dockerfile, | ||
# IMPORTANT! When updating the version of Elasticsearch in this Dockerfile, | ||
# make sure to update `version.org.elasticsearch.latest` property in a POM file. | ||
# | ||
|
||
FROM docker.io/elastic/elasticsearch:8.10.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# OpenSearch | ||
# See https://hub.docker.com/r/opensearchproject/opensearch/tags | ||
# | ||
# IMPORTANT! When updating the version of OpenSearch in this Dockerfile, | ||
# make sure to update `version.org.opensearch.latest` property in a POM file, | ||
# and to update the version in amazon-opensearch-serverless.Dockerfile as well. | ||
FROM docker.io/opensearchproject/opensearch:2.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters