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

Builders POC #143

Closed
soltysh opened this issue Sep 25, 2014 · 3 comments
Closed

Builders POC #143

soltysh opened this issue Sep 25, 2014 · 3 comments

Comments

@soltysh
Copy link
Member

soltysh commented Sep 25, 2014

As a follow up discussions from #115 and #140 I'm creating this issue to gather requirements and ideas regarding our builder scripts.

Overview

Currently builder images (see docker-builder and sti-builder) contain single script responsible for doing builds. The build process itself consists of the following steps:

  1. Check if docker is available.
  2. Build the image.
  3. Optionally push the result image to repository.

Requirements

By now we've identified a couple of requirements to make this mechanism more reliable and what's more important, user friendly:

Possible solutions

For now I'm proposing to use something similar to what we already have in kube-deploy. Rationale for this being go language with docker client, already used in the project.

@smarterclayton
Copy link
Contributor

Is this now complete with #347?

@soltysh
Copy link
Member Author

soltysh commented Nov 12, 2014

From what I review PR it is, but please @csrwng can you confirm that?

@csrwng
Copy link
Contributor

csrwng commented Nov 12, 2014

@soltysh yes it is

danwinship pushed a commit to danwinship/origin that referenced this issue Jun 24, 2016
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

No branches or pull requests

3 participants