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

use libnetwork from c/common #12642

Merged
merged 7 commits into from
Jan 13, 2022
Merged

Commits on Jan 12, 2022

  1. use libnetwork from c/common

    The libpod/network packages were moved to c/common so that buildah can
    use it as well. To prevent duplication use it in podman as well and
    remove it from here.
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    495884b View commit details
    Browse the repository at this point in the history
  2. update buildah to latest and use new network stack

    Make sure buildah uses the new network stack.
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    0151e10 View commit details
    Browse the repository at this point in the history
  3. use netns package from c/common

    The netns package was moved to c/common so we should use this and remove
    the package from podman.
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    918890a View commit details
    Browse the repository at this point in the history
  4. upgrade test: check that network backend is cni

    Since we test an update from an older version we should check the the
    network backend is correctly set to CNI.
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    85f9cf3 View commit details
    Browse the repository at this point in the history
  5. fix buildah-bud test diff

    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    b240635 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. podman build enable --all-platforms and --unsetenv

    Make sure we add support for allplatforms and unsetenv to both local and
    remote podman.
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    92e7875 View commit details
    Browse the repository at this point in the history
  2. Manual fixes for PR containers#12642:

     - reenable git:// tests
     - git command fails with (EVIL) status 128. Deal with it.
     - skip a bunch more podman-remote tests. Filed an issue for
       one of them (containers#12838), the others may not be fixable.
    
    Signed-off-by: Ed Santiago <santiago@redhat.com>
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    edsantiago authored and Luap99 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ece768f View commit details
    Browse the repository at this point in the history