#Inigo
####Learn more about Diego and its components at diego-design-notes
-
Start Docker (via boot2docker)
-
Grab the Drone CLI
go get github.com/drone/drone/cmd/drone
-
Make sure you have the latest inigo-ci image:
docker pull cloudfoundry/inigo-ci
-
Run the tests
goto inigo ./scripts/dev-test
To update the root-fs that the containers use:
```
git clone https://github.com/cloudfoundry/stacks
pushd stacks
git checkout docker
popd
```
And follow the instructions in stacks/README.md
These also include instructions for updating the inigo-ci docker image. These are reproduced here:
```
goto inigo
make
/scripts/dev-test
docker push cloudfoundry/inigo-ci
```
To modify what goes into the docker image update the Dockerfile
in the inigo repo.
Walk through ./scripts/*
and pattern-match your way to victory