We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a141d commit 9905671Copy full SHA for 9905671
1 file changed
opensearch-dashboards/Dockerfile
@@ -247,11 +247,6 @@ COPY \
247
--from=opensearch-dashboards-builder \
248
/stackable/src/opensearch-dashboards/patchable-work/worktree/${PRODUCT_VERSION}/bom.json \
249
/stackable/opensearch-dashboards-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}.cdx.json
250
-COPY \
251
- --chown=${STACKABLE_USER_UID}:0 \
252
- --from=opensearch-dashboards-builder \
253
- /stackable/src/opensearch-dashboards/patchable-work/worktree/${PRODUCT_VERSION}/plugins/security-dashboards-plugin/bom.json \
254
- /stackable/opensearch-dashboards-security-dashboards-plugin-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}.cdx.json
255
COPY \
256
--chown=${STACKABLE_USER_UID}:0 \
257
0 commit comments