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

hasher: hash security.capability attributes #1994

Merged

Commits on Mar 16, 2022

  1. hasher: hash security.capability attributes

    In Dockerfile, if there is something like:
    
    ```
    RUN setcap cap_net_raw=+ep /path/to/binary
    ```
    
    kaniko won't detect that there is a change on file `/path/to/binary` and
    thus discards this layer. This patch allows the hasher function to
    actually look at `security.capability` extended attributes.
    zhouhaibing089 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d09dd60 View commit details
    Browse the repository at this point in the history