From 4417f64d833e37b975c729f0e57c40e52e21d013 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Thu, 25 Feb 2016 11:29:05 -0500 Subject: Add initial support to build Docker images This work-in-progress is the first step to being able to reliably build Asterisk containers from the Asterisk source. I'm submitting this based on feedback gained at AstriDevCon 2015. Information about how to use this is provided in contrib/docker/README.md and will result in a local Asterisk container being built right from your source. I believe this can eventually be automated via hub.docker.com. Change-Id: Ifa070706d40e56755797097b6ed72c1e243bd0d1 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0281e107c..1a6deef24 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ menuselect-tree *.gcda latex doxygen.log +out/ -- cgit v1.2.3