mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
20 lines
645 B
YAML
20 lines
645 B
YAML
binaries:
|
|
- node
|
|
directories:
|
|
- mode: "0775"
|
|
paths:
|
|
- /bitnami/opensearch-dashboards
|
|
- /opt/bitnami/opensearch-dashboards/logs
|
|
- /opt/bitnami/opensearch-dashboards/plugins
|
|
- /opt/bitnami/opensearch-dashboards/tmp
|
|
- /opt/bitnami/opensearch-dashboards/config
|
|
files:
|
|
- paths:
|
|
- /opt/bitnami/opensearch-dashboards/package.json
|
|
root_dir: /opt/bitnami
|
|
linked_libraries:
|
|
exclude_paths:
|
|
# Opensearch Dashboards embedded node is throwing a false positive because
|
|
# it cannot be run in some distros (it has a fallback node.js in that scenario)
|
|
- /opt/bitnami/opensearch-dashboards/node/bin/node
|