@@ -30,7 +30,6 @@ ARG OPENSEARCH_NEURAL_SEARCH_PLUGIN_VERSION
3030ARG OPENSEARCH_NOTIFICATIONS_CORE_PLUGIN_VERSION
3131ARG OPENSEARCH_NOTIFICATIONS_PLUGIN_VERSION
3232ARG OPENSEARCH_OBSERVABILITY_PLUGIN_VERSION
33- ARG OPENSEARCH_PERFORMANCE_ANALYZER_PLUGIN_VERSION
3433ARG OPENSEARCH_REPORTS_SCHEDULER_PLUGIN_VERSION
3534ARG OPENSEARCH_SEARCH_RELEVANCE_PLUGIN_VERSION
3635ARG OPENSEARCH_SECURITY_ANALYTICS_PLUGIN_VERSION
@@ -128,7 +127,6 @@ rm -r jdk
128127 "org.opensearch.plugin:opensearch-notifications-core:${OPENSEARCH_NOTIFICATIONS_CORE_PLUGIN_VERSION}" \
129128 "org.opensearch.plugin:notifications:${OPENSEARCH_NOTIFICATIONS_PLUGIN_VERSION}" \
130129 "org.opensearch.plugin:opensearch-observability:${OPENSEARCH_OBSERVABILITY_PLUGIN_VERSION}" \
131- "org.opensearch.plugin:performance-analyzer:${OPENSEARCH_PERFORMANCE_ANALYZER_PLUGIN_VERSION}" \
132130 "org.opensearch.plugin:opensearch-reports-scheduler:${OPENSEARCH_REPORTS_SCHEDULER_PLUGIN_VERSION}" \
133131 "org.opensearch.plugin:opensearch-search-relevance:${OPENSEARCH_SEARCH_RELEVANCE_PLUGIN_VERSION}" \
134132 "org.opensearch.plugin:opensearch-security-analytics:${OPENSEARCH_SECURITY_ANALYTICS_PLUGIN_VERSION}" \
@@ -152,9 +150,7 @@ find /stackable/opensearch-${PRODUCT_VERSION}/config -type f -exec chmod 660 {}
152150
153151EOF
154152
155- # The OpenSearch Performance Analyzer needs a JDK, not just a JRE.
156- # With a JRE, the following exception is thrown:
157- # java.lang.ClassNotFoundException: com.sun.tools.attach.VirtualMachine
153+ # The upstream image is built with a bundled JDK and not just a JRE, so we also ship OpenSearch with a JDK.
158154FROM local-image/jdk-base AS final
159155
160156ARG PRODUCT_VERSION
0 commit comments