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 namespace flag parsing for podman build #8326

Merged
merged 2 commits into from
Nov 13, 2020

Commits on Nov 12, 2020

  1. Add podman build --net alias for --network

    Fixes containers#8332
    
    Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
    Luap99 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    79f5aed View commit details
    Browse the repository at this point in the history
  2. Fix namespace flag parsing for podman build

    The namespace options for pid,ipc,uts were completely ignored.
    The network namespace did not accept `none`.
    
    This commit fixes these issues simply by calling `parse.NamespaceOptions`
    from buildah instead of implementing our own logic.
    
    Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
    Luap99 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    eab0905 View commit details
    Browse the repository at this point in the history