Merge pull request #1928 from wazuh/bug/1924-add-copy-indexer-files

Update Dockerfile to copy `opensearch-security` files
This commit is contained in:
Gonzalo Acuña
2025-07-11 12:55:26 -03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- None
- Update Dockerfile to copy opensearch-security files ([#1928](https://github.com/wazuh/wazuh-docker/pull/1928))
### Deleted

View File

@@ -68,6 +68,7 @@ RUN chown 1000:1000 /*.sh
COPY --from=builder --chown=1000:1000 /usr/share/wazuh-indexer /usr/share/wazuh-indexer
COPY --from=builder --chown=1000:1000 /etc/wazuh-indexer /usr/share/wazuh-indexer
COPY --from=builder --chown=1000:1000 /debian/wazuh-indexer/usr/share/wazuh-indexer /usr/share/wazuh-indexer
COPY --from=builder --chown=0:0 /debian/wazuh-indexer/usr/lib/systemd /usr/lib/systemd
COPY --from=builder --chown=0:0 /debian/wazuh-indexer/usr/lib/sysctl.d /usr/lib/sysctl.d
COPY --from=builder --chown=0:0 /debian/wazuh-indexer/usr/lib/tmpfiles.d /usr/lib/tmpfiles.d