dliappis / ansible-docker

Collection of Dockerfiles used to build images for various Ansible releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

Requires https://github.com/go-task/task

  1. Ensure the task binary is present:

    either:

    go get -u -v github.com/go-task/task/cmd/task

    or build one via docker:

    mkdir bin
    docker run --rm -v $PWD/bin:/go/bin golang go get -u -v github.com/go-task/task/cmd/task
  2. task build-ansible-docker

About

Collection of Dockerfiles used to build images for various Ansible releases

License:Apache License 2.0