bryanayers / centos-asterisk13

Dockerfile for building an image from CentOS 6 x86_64 with Asterisk 13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

centos-asterisk13

Dockerfile for building an image from CentOS x86_64 with Asterisk 13. You will want to mount a volume with your configuration files to /usr/local/etc/asterisk/.

While you can use the resultant image from the Dockerfile, you will get a substantially smaller image (by 117MB) by using the Makefile.
It uses the first image as a builder image, copies out the artifacts, and builds another image without the dev tools installed.

About

Dockerfile for building an image from CentOS 6 x86_64 with Asterisk 13

License:Apache License 2.0


Languages

Language:Makefile 100.0%