|
@@ -399,6 +399,9 @@ EOF
|
|
|
# Initialize configurations
|
|
# Initialize configurations
|
|
|
COPY pack/rootfs/ /
|
|
COPY pack/rootfs/ /
|
|
|
COPY docker-compose/grafana/grafana_dashboards/ /etc/dashboards/
|
|
COPY docker-compose/grafana/grafana_dashboards/ /etc/dashboards/
|
|
|
|
|
+# Fix execute permissions for scripts (lost on Windows bind mount)
|
|
|
|
|
+RUN find /etc/s6-overlay -name '*.sh' -exec chmod +x {} + \
|
|
|
|
|
+ && find /etc/s6-overlay/scripts -type f ! -name '*.sh' -exec chmod +x {} +
|
|
|
## END Install Higress standalone components
|
|
## END Install Higress standalone components
|
|
|
|
|
|
|
|
## Install Skopeo
|
|
## Install Skopeo
|