-
Notifications
You must be signed in to change notification settings - Fork 45
Conversation
@ziegenberg Are you on https://matrix.to/#/#devtools:ansible.com -- it could prove useful. I see some problems building the image due to azure caused conflicts, unrelated to your change. We need to address these first. |
Is this related to #18? Now I'm on https://matrix.to/#/#devtools:ansible.com. My user handle is: @ziegenberg:matrix.org But for today I'm already out of the office. |
Hi @ssbarnea, See: https://github.com/ansible-collections/azure/blob/dev/requirements-azure.txt |
That doesn't give me any hope that we're going to see a solution soon:
|
I gave it a shot and filed PR ansible-collections/azure#775. Let's see, where this goes. Sadly, the latest release v1.11.0 of |
As this image is superseding the ansible toolset image, it should aim at feature parity with its precursor. This change adds the molecule podman driver, and its necessary dependencies. This also includes the containers.podman ansible collection, as written in the molecule-podman README. See: ansible#20 Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
5bd7ea2
to
3c7fbcb
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 neccesarry dependencies to the execution enviroments bindep.txt. This commit also adds some cli commands to check we do not remove them inadvertantly and output some helpful version information at build time. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
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. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
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. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
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. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
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>
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>
As this image is superseding the ansible toolset image, it should aim at feature parity with its precursor.
This change adds the molecule podman driver, and its necessary dependencies. This also includes the
containers.podman
ansible collection, as written in the molecule-podman README.Partly fixes: #20