mlafeldt / chef-runner

The fastest way to run Chef cookbooks
Apache License 2.0
179 stars 17 forks source link

Build infrastructure for Debian packages #48

Closed mlafeldt closed 9 years ago

mlafeldt commented 9 years ago

This uses Docker to first build a Debian package of chef-runner and then push it to https://packagecloud.io for all supported Ubuntu/Debian distributions:

The resulting packages: https://packagecloud.io/mlafeldt/chef-runner

Wiki: https://github.com/mlafeldt/chef-runner/wiki/Installation#ubuntu--debian

darron commented 9 years ago

Thanks for posting this.

I have done something similar but not quite the same - always interesting to see how other people do it.

mlafeldt commented 9 years ago

You're welcome. My goal is to use the same recipe.rb file to create .rpm files as well. For this, I just need another Docker image -- and learn more about CentOS. :)