Skip to content

Commit

Permalink
Merge pull request #48 from o19s/update-ubi-to-2.18.0.1
Browse files Browse the repository at this point in the history
Update ubi to 2.18.0.1
  • Loading branch information
jzonthemtn authored Nov 28, 2024
2 parents 4ecd52f + bf8521e commit f6f82fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch-search-quality-evaluation-plugin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM opensearchproject/opensearch:2.18.0

RUN /usr/share/opensearch/bin/opensearch-plugin install --batch https://github.com/opensearch-project/user-behavior-insights/releases/download/2.18.0.0/opensearch-ubi-2.18.0.0.zip
RUN /usr/share/opensearch/bin/opensearch-plugin install --batch https://github.com/opensearch-project/user-behavior-insights/releases/download/2.18.0.1/opensearch-ubi-2.18.0.1.zip

ADD ./build/distributions/search-quality-evaluation-plugin-2.18.0.0.zip /tmp/search-quality-evaluation-plugin.zip
RUN /usr/share/opensearch/bin/opensearch-plugin install --batch file:/tmp/search-quality-evaluation-plugin.zip

0 comments on commit f6f82fd

Please sign in to comment.