Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker environment #64

Closed
wants to merge 1 commit into from
Closed

Add Docker environment #64

wants to merge 1 commit into from

Conversation

AlexRuiz7
Copy link
Member

Description

This PR adds a basic Docker environment to run wazuh-indexer and its tooling.

Issues Resolved

#62

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • GitHub issue/PR created in OpenSearch documentation repo for the required public documentation changes (#[Issue/PR number])

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@AlexRuiz7 AlexRuiz7 self-assigned this Nov 24, 2023
@AlexRuiz7 AlexRuiz7 linked an issue Nov 24, 2023 that may be closed by this pull request
@AlexRuiz7
Copy link
Member Author

Advantages:

  • Simple and fast
    Disadvantages:
  • Uses the root user. OpenSearch cannot be run as root.

There may probably be a workaround, but it would require time and as approach #66 works, I think it is better use that one instead.

@AlexRuiz7 AlexRuiz7 closed this Nov 28, 2023
@AlexRuiz7 AlexRuiz7 deleted the 62-add-docker-env branch December 7, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a Dockerfile for local package generation
1 participant