Global Knowledge base not restricted by implementations for more information check
ansible (latest)
Installation
docker pull git.limbosolutions.com/kb/ansible:latestsha256:3b42015129e4235c4112bcd2bbf5a4d1aeb7c1e44884b9b16775610c32066c3a
Image Layers
| ADD alpine-minirootfs-3.22.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 |