We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c18c5c commit 130f386Copy full SHA for 130f386
Dockerfile
@@ -1,10 +1,12 @@
1
-FROM opensearchstaging/opensearch:3.1.0-SNAPSHOT
+FROM opensearchstaging/opensearch:3.3.0
2
3
-ARG UBI_VERSION="3.1.0.0-SNAPSHOT"
+ARG UBI_VERSION="3.3.0.0-SNAPSHOT"
4
5
COPY ./build/distributions/opensearch-ubi-${UBI_VERSION}.zip /tmp/
6
7
# Required for OTel capabilities.
8
#RUN /usr/share/opensearch/bin/opensearch-plugin install --batch telemetry-otel
9
10
-RUN /usr/share/opensearch/bin/opensearch-plugin install --batch file:/tmp/opensearch-ubi-${UBI_VERSION}.zip
+RUN /usr/share/opensearch/bin/opensearch-plugin remove opensearch-ubi
11
+
12
+RUN /usr/share/opensearch/bin/opensearch-plugin install --batch file:/tmp/opensearch-ubi-${UBI_VERSION}.zip
0 commit comments