Skip to content

Commit

Permalink
Updating dockerfile for 0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Mar 14, 2024
1 parent 558a115 commit f7808e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM opensearchproject/opensearch:2.12.0

COPY ./build/distributions/opensearch-ubi-0.0.8-os2.12.0.zip /tmp/
COPY ./build/distributions/opensearch-ubi-0.0.9-os2.12.0.zip /tmp/

RUN /usr/share/opensearch/bin/opensearch-plugin install file:/tmp/opensearch-ubi-0.0.8-os2.12.0.zip
RUN /usr/share/opensearch/bin/opensearch-plugin install file:/tmp/opensearch-ubi-0.0.9-os2.12.0.zip

0 comments on commit f7808e0

Please sign in to comment.