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

fix: provide only available capabilities to insecure environment #2394

Merged
merged 1 commit into from
Oct 16, 2021

Commits on Oct 15, 2021

  1. fix: provide only available capabilities to insecure environment

    The problem this change is trying to fix are the environments where some
    capabilities are already dropped, so they can't be granted to the
    job with `--security=insecure`.
    
    I know that probably fixed set of capabilities was implemented to
    provide a stable build environment, but at the same time this breaks
    environments with reduced capabilities.
    
    Signed-off-by: Andrey Smirnov <[email protected]>
    smira committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    a5d1cfc View commit details
    Browse the repository at this point in the history