Global Knowledge base not restricted by implementations for more information check
ansible (latest)
Installation
docker pull git.limbosolutions.com/kb/ansible:latestsha256:8b6d922bfc69aa320b0c03960fd9126b01a3f63b08ad3d77b61946c0b2eda633
Image Layers
| ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c echo "build started.." # buildkit |
| RUN /bin/sh -c apk add --no-cache ansible # buildkit |
| RUN /bin/sh -c ansible --version # buildkit |