continuouspipe / dockerfiles

Docker base images for many technologies.
MIT License
46 stars 28 forks source link

Integration testing #44

Open sroze opened 7 years ago

sroze commented 7 years ago

We need to be able to run integration testing on the Docker images, that would be nice... We can have CP building them and then running some commands from within or outside of the container.

Any idea about what to run for each? Or how to test them? Test that we don't break things.

kierenevans commented 7 years ago

Infrastructure/services side: http://serverspec.org/ / the evolved version https://github.com/chef/inspec#usage-via-docker

sroze commented 7 years ago

It would be fab' if you could spec a little bit on an image so we can set this up :)