You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docker-ansible-lint
otthorn 58068e9cd8 Docker image to be built for the CI 3 years ago
..
Dockefile Docker image to be built for the CI 3 years ago
README.md Docker image to be built for the CI 3 years ago

README.md

Ansible-lint image

In order to build this image when a new version comes out, you need to

  1. ssh into the drone.adm.auro.re server
  2. git pull this repo to the lastest version
  3. optionnally make the changes if it has not been done yet
  4. sudo docker build -t aurore-ansible-lint-image docker-ansible-lint/
  5. ???
  6. enjoy

You can verify that the image was correclty built by running

# list the images present
sudo docker image

# run your image with an interactive shell
sudo docker run -it --rm aurore-ansible-lint-image