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