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

Update docker run --security-opt command format #2757

Merged
merged 1 commit into from
Aug 18, 2023

Commits on Jan 29, 2023

  1. Update docker run --security-opt command format

    During our build process we have several places where we use the
    Bottlerocket SDK to perform the build. In these `docker run` commands we
    pass `--security-opt label:disable` to avoid labeling a large number of
    files.
    
    It appears this syntax may have changed since we started using it, and
    the correct syntax is no `label=disable`. Based on reports in the Docker
    repo, the way we had it of `label:disable` may not actually work.
    
    While there are other issues to be addressed, the older format generates
    an error when trying to build with finch, while the newer format -
    though not recognized - only generates a warning message.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    7974715 View commit details
    Browse the repository at this point in the history