You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
community-ansible-dev-tools-imageexecution environment is a developmentcontainer image that contains most of the most important tools used in thedevelopment and testing of collections. Still, while we bundle severalcollections in it, you need to be warned thatwe might remove any includedcollection without notice if that prevents us frombuilding the container.
Below you can see the list of collections are currently included in thecontainer images but this list is subject to change, even on a minor release.If a collections fails to install or causes installation failures, we willrelease the container without it.
ansible.posix
ansible.windows
awx.awx
containers.podman
kubernetes.core
redhatinsights.insights
theforeman.foreman
Some common command linetools are also included in order to help developers:
git
podman
tar
zsh (default shell)
graph TB;ee("community-ansible-dev-tools-image<br/><i>fedora-minimal based container</i>")adt(ansible-dev-tools)devspaces("ansible-devspaces<br/><i>ubi8 based container</i>")adt(ansible-dev-tools)build --> ee;build --> devspaces;subgraph build collections adt toolsendclick adt "https://github.com/ansible/ansible-dev-tools"click ee "https://github.com/ansible/ansible-dev-tools/pkgs/container/community-ansible-dev-tools"click devspaces "https://github.com/ansible/ansible-dev-tools/pkgs/container/ansible-devspaces"
Loading
About
Shared practices, workflows and decisions impacting Ansible devtools projects