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

Enable running containers with Podman #4421

Merged
merged 3 commits into from
Jun 24, 2019

Commits on Jun 4, 2019

  1. Make podman depend on conmon from master

    Need a later version than the one provided by crio.
    
    So use separate installations, one for each program.
    afbjorklund committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    70a00bf View commit details
    Browse the repository at this point in the history
  2. Install podman configuration to use no_pivot_root

    We need this podman setting, as long as we're running from rootfs.
    
    	no_pivot_root = true
    
    Note that building uses a different way, an environment variable.
    
    	export BUILDAH_NOPIVOT=true
    afbjorklund committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    32583d8 View commit details
    Browse the repository at this point in the history
  3. Link runc dynamically, avoid docker-runc install

    Static linking doesn't work with the systemd cgroup manager.
    
    The latest docker package now uses the standard runc program.
    afbjorklund committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    b31c66c View commit details
    Browse the repository at this point in the history