Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Add podman and docker binaries #37

Merged
merged 1 commit into from
Mar 18, 2022

Commits on Mar 17, 2022

  1. add podman and docker binaries

    In ansible#22 and ansible#23 the podman and docker molecule drivers were added,
    but the respective binaries are still missing.
    
    This commit adds the necesarry dependencies to the execution
    enviroments bindep.txt.
    
    This commit also adds some CLI commands to check we do not remove
    them inadvertently and output some helpful version information at
    build time.
    
    There is also a workaround to make installing podman and docker
    simultaneously possible. This is due to a conflict between the
    packaged version of runc in the containerd.io package from Docker
    and the CentOS 8 Stream native version packaged for Podman and Skopeo.
    This can be changed once docker/containerd-packaging#231
    is merged and available upstream via the Docker repository.
    Cudos for the workaround:
    https://faun.pub/how-to-install-simultaneously-docker-and-podman-on-rhel-8-centos-8-cb67412f321e
    
    Signed-off-by: Daniel Ziegenberg <[email protected]>
    ziegenberg committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    87cb6bc View commit details
    Browse the repository at this point in the history