]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add initial support to build Docker images 97/2297/2
authorLeif Madsen <leif@leifmadsen.com>
Thu, 25 Feb 2016 16:29:05 +0000 (11:29 -0500)
committerLeif Madsen <leif@leifmadsen.com>
Thu, 25 Feb 2016 19:19:25 +0000 (14:19 -0500)
commit4417f64d833e37b975c729f0e57c40e52e21d013
treef40f4d8631f77cfe5d6796ae6fff1e39f7f4c255
parent0985f443634540da9e4116a4867558d04dd04c91
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
contrib/docker/Dockerfile.asterisk [new file with mode: 0644]
contrib/docker/Dockerfile.packager [new file with mode: 0644]
contrib/docker/README.md [new file with mode: 0644]
contrib/docker/make-package.sh [new file with mode: 0755]