File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ RUN dnf -y install 'dnf-command(versionlock)' && \
20
20
21
21
{{ macros.install_packages(opensearch_dashboards_packages | customizable("packages")) }}
22
22
23
+ RUN chown -R opensearch-dashboards:opensearch-dashboards /usr/share/opensearch-dashboards
24
+
23
25
COPY extend_start.sh /usr/local/bin/kolla_extend_start
24
26
RUN chmod 755 /usr/local/bin/kolla_extend_start
25
27
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ ENV OPENSEARCH_INITIAL_ADMIN_PASSWORD="Kolla24OpenSearch"
23
23
24
24
{{ macros.install_packages(opensearch_packages | customizable("packages")) }}
25
25
26
+ RUN chown -R opensearch:opensearch /usr/share/opensearch
27
+
26
28
COPY extend_start.sh /usr/local/bin/kolla_extend_start
27
29
RUN chmod 755 /usr/local/bin/kolla_extend_start
28
30
You can’t perform that action at this time.
0 commit comments