mesosphere / mesos-dns-pkg

Packaging utilities for Mesos-DNS
16 stars 10 forks source link
dcos dcos-networking-guild

mesos-dns-pkg

Packaging utilities for Mesos-DNS

!!! WIP !!!

The Debian, Ubuntu and EL6 packages have not undergone thorough testing. They are ment as a starting point for folks running those distributions. The Docker Image and EL7 Package are currently being dogfooded and should install and run reliable. Feedback, Bug reports and PRs very welcome!

TODO:

Set Up

apt-get install docker.io           ## On Debian/Ubuntu
yum install docker                  ## On RedHat/CentOS/Fedora
make all

or

make ubuntu-trusty
make docker

This will first create a CentOS7 based build environment where a Docker rootfs is created. It then creates a second minimal Docker container which is tagged as mesosphere/mesos-dns and only contains the mesos-dns binary as well as required libraries.

Packages will be created in ./packages/