This repository was archived by the owner on Aug 26, 2024. It is now read-only.
Merged
Conversation
Contributor
Author
|
docker is still missing, I'm currently working on it and will amend my commit. |
235662d to
8b26015
Compare
Contributor
Author
|
Installing Docker and Podman together fails. The containerd.io package from Docker includes |
Contributor
Author
|
Hi @ssbarnea, |
968e909 to
bed5feb
Compare
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 <daniel@ziegenberg.at>
bed5feb to
87cb6bc
Compare
ssbarnea
approved these changes
Mar 17, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In #22 and #23 the podman and docker molecule drivers were added, but the respective binaries are still missing.
This commit adds the necessary 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.