-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
12 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Build an image from a local distribution | ||
|
||
ARG opensearch_version=2.5.0 | ||
ARG opensearch_version=2.15.0 | ||
FROM opensearchproject/opensearch:${opensearch_version} | ||
ARG ltrversion=2.1.0 | ||
ARG opensearch_version=2.5.0 | ||
ARG ltrversion=2.15.0 | ||
ARG opensearch_version=2.15.0 | ||
ARG zip_file=ltr-${ltrversion}-os${opensearch_version}.zip | ||
ARG plugin_file=/usr/share/opensearch/${zip_file} | ||
|
||
COPY --chown=opensearch:opensearch build/distributions/${zip_file} ${plugin_file} | ||
RUN /usr/share/opensearch/bin/opensearch-plugin install -b file:${plugin_file} | ||
# check in to see if there is a better way to do this so we don't have duplicate RUN commands | ||
|
||
# check in to see if there is a better way to do this so we don't have duplicate RUN commands |
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,5 +1,5 @@ | ||
ltrVersion = 2.2.0 | ||
opensearchVersion = 2.6.0 | ||
luceneVersion = 9.5.0 | ||
ow2Version = 9.4 | ||
ltrVersion = 2.15.0 | ||
opensearchVersion = 2.15.0 | ||
luceneVersion = 9.10.0 | ||
ow2Version = 9.6 | ||
antlrVersion=4.13.0 |