File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ NEW_VERSION="${PRODUCT_VERSION}-stackable${RELEASE_VERSION}"
6363tar -czf /stackable/opensearch-${NEW_VERSION}-src.tar.gz .
6464./scripts/build.sh -v "${PRODUCT_VERSION}" -s false -a "${ARCH}"
6565tar -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.
6670unzip artifacts/core-plugins/repository-s3-${PRODUCT_VERSION}.zip -d /stackable/opensearch-${PRODUCT_VERSION}/plugins/repository-s3/
6771mv /stackable/opensearch-${PRODUCT_VERSION}/plugins/repository-s3/config /stackable/opensearch-${PRODUCT_VERSION}/config/repository-s3
6872unzip artifacts/core-plugins/telemetry-otel-${PRODUCT_VERSION}.zip -d /stackable/opensearch-${PRODUCT_VERSION}/plugins/telemetry-otel/
You can’t perform that action at this time.
0 commit comments