From: Michael Prokop Date: Wed, 8 Jul 2015 14:24:41 +0000 (+0200) Subject: Docker setup for automated builds + environment for testing X-Git-Tag: v0.73~1 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=1239389195ada5f51435dc8d8476a71b88090092;hp=1239389195ada5f51435dc8d8476a71b88090092 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. ---