Skip to content

Commit 2f15213

Browse files
committed
install performance analyzer plugin
1 parent aff059e commit 2f15213

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

opensearch/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM stackable/image/java-devel AS opensearch-builder
55
ARG PRODUCT
66
ARG RELEASE
77
ARG OPENSEARCH_SECURITY_PLUGIN
8+
ARG OPENSEARCH_PERFORMANCE_ANALYZER
89
ARG STACKABLE_USER_UID
9-
ARG TARGETARCH
1010

1111
WORKDIR /stackable
1212

@@ -52,6 +52,7 @@ WORKDIR /stackable/opensearch
5252

5353
RUN <<EOF
5454
echo 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.
5758
rm -r jdk

opensearch/versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
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
]

0 commit comments

Comments
 (0)