File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ FROM stackable/image/java-devel AS opensearch-builder
55ARG PRODUCT
66ARG RELEASE
77ARG OPENSEARCH_SECURITY_PLUGIN
8+ ARG OPENSEARCH_PERFORMANCE_ANALYZER
89ARG STACKABLE_USER_UID
9- ARG TARGETARCH
1010
1111WORKDIR /stackable
1212
@@ -52,6 +52,7 @@ WORKDIR /stackable/opensearch
5252
5353RUN <<EOF
5454echo y | bin/opensearch-plugin install repository-s3
55+ echo y | bin/opensearch-plugin install org.opensearch.plugin:performance-analyzer:${OPENSEARCH_PERFORMANCE_ANALYZER}
5556
5657# The JDK from jdk-base is used instead.
5758rm -r jdk
Original file line number Diff line number Diff line change 44 "java-devel" : "24" ,
55 "jdk-base" : "24" ,
66 "opensearch/security-plugin" : "3.1.0.0" ,
7+ "opensearch-performance-analyzer" : "3.1.0.0" ,
78 },
89]
You can’t perform that action at this time.
0 commit comments