JasonGiedymin / Holobot

Early experiment of vm automation
Other
1 stars 0 forks source link

Use APT & Build-Essential cookbook #45

Closed JasonGiedymin closed 10 years ago

JasonGiedymin commented 11 years ago

Replace the vagrant apt-get install build-essential with the build-essentials cookbook. And keep the apt cache updated, with the APT cookbook.

I believe that at every docker level we should leverage chef to bootstrap an environment for us. We can begin that on this Vagrant level.

== How this will play into the future == At the container level it will be user driven. The user will be given a ui that selects things to be installed, and we will install that via chef.

General Note: Issues marked Priority will be limited. I removed priority labeling from other issues.

automatelife commented 11 years ago

This my my view as well. The docker container repository is still at an infancy state which makes it difficult to leverage at this point in time.

On Wed, Sep 18, 2013 at 8:13 AM, Jason Giedymin notifications@github.comwrote:

Replace the vagrant apt-get install build-essential with the build-essentials cookbook.

I believe that at every docker level we should leverage chef to bootstrap an environment for us. We can begin that on this Vagrant level.

== How this will play into the future == At the container level it will be user driven. The user will be given a ui that selects things to be installed, and we will install that via chef.

General Note: Issues marked Priority will be limited. I removed priority labeling from other issues.

— Reply to this email directly or view it on GitHubhttps://github.com/JasonGiedymin/Holobot/issues/45 .

JasonGiedymin commented 11 years ago

I'm going to make this a dual ticket.

use APT and Build-Essential cookbooks.

On Wed, Sep 18, 2013 at 8:29 AM, automatelife notifications@github.comwrote:

This my my view as well. The docker container repository is still at an infancy state which makes it difficult to leverage at this point in time.

On Wed, Sep 18, 2013 at 8:13 AM, Jason Giedymin notifications@github.comwrote:

Replace the vagrant apt-get install build-essential with the build-essentials cookbook.

I believe that at every docker level we should leverage chef to bootstrap an environment for us. We can begin that on this Vagrant level.

== How this will play into the future == At the container level it will be user driven. The user will be given a ui that selects things to be installed, and we will install that via chef.

General Note: Issues marked Priority will be limited. I removed priority labeling from other issues.

— Reply to this email directly or view it on GitHub< https://github.com/JasonGiedymin/Holobot/issues/45> .

— Reply to this email directly or view it on GitHubhttps://github.com/JasonGiedymin/Holobot/issues/45#issuecomment-24660371 .

JasonGiedymin commented 11 years ago

Issue updated

JasonGiedymin commented 10 years ago

Remove berksfile as it will create a dependency on vagrant.