Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less time for building meteor project #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

openmove
Copy link

In order to have less time for building a meteor project, we have split the logic in 2 docker images.
The first one tagged 'base' contains the SO with all the updates and installs needed.
The second one tagged 'onbuild' take care of all the configurations specified in the launchpad.conf and compile the meteor project.
When someone needs to build the meteor project image, he/she has to create a Dockerfile only with the 'onbuild' tagged image.

@openmove openmove changed the title improvement for less time for building meteor project Less time for building meteor project Mar 14, 2018
Copy link
Contributor

@gustawdaniel gustawdaniel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not tested this code but concept is great. I think that developing of this repository should go in this direction. Execution all installs of system dependencies any time in Continuous Integrations systems is with disagree with idea of docker container - small layer with constrained responsibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants