Docker setup for automated builds + environment for testing
authorMichael Prokop <mika@debian.org>
Wed, 8 Jul 2015 14:24:41 +0000 (16:24 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 8 Jul 2015 23:28:12 +0000 (01:28 +0200)
commit1239389195ada5f51435dc8d8476a71b88090092
tree6aa44db5d59d9631048892f0a6a09ff327d8a133
parent395bf715f912ba18fefcd50795a0ff0e10d8dbb4
Docker setup for automated builds + environment for testing

It would be nice to automatically execute a wide range of tests
on each commit to the grml-debootstrap repository. We aren't
there yet, but a combination of docker and packer builds should
provide a decent starting point.

This change includes a Dockerfile to provide a public available
grml-debootstrap docker environment via the Docker Hub Registry
as well as scripts and tests for further exploration.

Please refer to the included README or visit
https://registry.hub.docker.com/u/mika/grml-debootstrap/ for
further information.
docker/.gitignore [new file with mode: 0644]
docker/Dockerfile [new file with mode: 0644]
docker/README.md [new file with mode: 0644]
docker/test_dirinstall.bats [new file with mode: 0644]
docker/test_dirinstall.sh [new file with mode: 0755]
docker/test_vminstall.bats [new file with mode: 0644]
docker/test_vminstall.sh [new file with mode: 0755]