Skip to content

Commit 1de41d8

Browse files
committed
chore: add comment about adding OpenSearch plugins
1 parent 78b3dac commit 1de41d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

opensearch/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ NEW_VERSION="${PRODUCT_VERSION}-stackable${RELEASE_VERSION}"
6363
tar -czf /stackable/opensearch-${NEW_VERSION}-src.tar.gz .
6464
./scripts/build.sh -v "${PRODUCT_VERSION}" -s false -a "${ARCH}"
6565
tar -xzf "artifacts/dist/opensearch-min-${PRODUCT_VERSION}-linux-${ARCH}.tar.gz" -C /stackable
66+
# NOTE: When adding more core plugins here, also update the CycloneDX SBOM patch
67+
# (stackable/patches/<version>/0005-Scope-CycloneDX-SBOM-to-shipped-components-only.patch)
68+
# to include them in the shippedPlugins list, otherwise their dependencies will
69+
# be missing from the SBOM.
6670
unzip artifacts/core-plugins/repository-s3-${PRODUCT_VERSION}.zip -d /stackable/opensearch-${PRODUCT_VERSION}/plugins/repository-s3/
6771
mv /stackable/opensearch-${PRODUCT_VERSION}/plugins/repository-s3/config /stackable/opensearch-${PRODUCT_VERSION}/config/repository-s3
6872
unzip artifacts/core-plugins/telemetry-otel-${PRODUCT_VERSION}.zip -d /stackable/opensearch-${PRODUCT_VERSION}/plugins/telemetry-otel/

0 commit comments

Comments
 (0)