Skip to content

Commit e0003d8

Browse files
chore: update opensearch plugins to SAP-cloud-infrastructure org releases (#1731)
Replace thecodingshrimp placeholder plugin URLs with the official SAP-cloud-infrastructure org releases for opensearch-alerting and opensearch-security-analytics at version 3.6.0.0-sci-v2. Refs: CCLOUDSRC-1017 Version: 3.6.0.0-sci-v2 Signed-off-by: thecodingshrimp <leonard.stutzer@sap.com>
1 parent 43b50f8 commit e0003d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

opensearch/build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM opensearchproject/opensearch@sha256:57bd3c879ad27123a9a6cd75e2adba504189d31
44
LABEL source_repository="https://github.com/cloudoperators/greenhouse-extensions.git"
55

66
# Don't change the order!
7-
# Will change the plugins repository to one of SAP repos ASAP.
7+
# Plugins sourced from SAP-cloud-infrastructure org releases.
88
RUN /usr/share/opensearch/bin/opensearch-plugin remove opensearch-security-analytics \
99
&& /usr/share/opensearch/bin/opensearch-plugin remove opensearch-alerting \
10-
&& /usr/share/opensearch/bin/opensearch-plugin install --batch https://github.com/thecodingshrimp/opensearch-plugins-alerting/releases/download/v2-custom/opensearch-alerting-3.6.0.0-v2-SNAPSHOT.zip \
11-
&& /usr/share/opensearch/bin/opensearch-plugin install --batch https://github.com/thecodingshrimp/opensearch-plugin-security-analytics/releases/download/v2-custom/opensearch-security-analytics-3.6.0.0-v2-SNAPSHOT.zip
10+
&& /usr/share/opensearch/bin/opensearch-plugin install --batch https://github.com/SAP-cloud-infrastructure/opensearch-alerting/releases/download/3.6.0.0-sci-v2/opensearch-alerting-3.6.0.0-sci-v2-SNAPSHOT.zip \
11+
&& /usr/share/opensearch/bin/opensearch-plugin install --batch https://github.com/SAP-cloud-infrastructure/opensearch-security-analytics/releases/download/3.6.0.0-sci-v2/opensearch-security-analytics-3.6.0.0-sci-v2-SNAPSHOT.zip
1212

0 commit comments

Comments
 (0)