.. | ||
Dockerfile | ||
README.md |
Ansible-lint image
In order to build this image when a new version comes out, you need to
- ssh into the
drone.adm.auro.re
server - git pull this repo to the lastest version
- optionally make the changes if it has not been done yet
sudo docker build -t aurore-ansible-lint-image docker-ansible-lint/
- ???
- enjoy
You can verify that the image was correclty built by running
# list the images present
sudo docker image ls
# run your image with an interactive shell
sudo docker run -it --rm aurore-ansible-lint-image /bin/sh