-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Backport][agent] Set no capabilities for agent #28504
Conversation
Using capabilities breaks docker when run with `--cap-drop` which sometimes happens. We should find a way to fail gracefully instead.
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
@Mergifyio update |
✅ Branch has been successfully updated |
Pinging @elastic/uptime (Team:Uptime) |
/test |
@Mergifyio update |
☑️ Conditions do not match
|
/test |
Using capabilities breaks docker when run with
--cap-drop
whichsometimes happens. We should find a way to fail gracefully instead.