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

Speed up s2i a little bit #112

Merged
merged 4 commits into from
Sep 21, 2018

Conversation

nicolaferraro
Copy link
Member

Now maven and s2i can do interleaved work in the pipeline. Plus a filter to push only certain artifacts in the s2i build.

@nicolaferraro nicolaferraro added the status/wip Work in progress label Sep 21, 2018
@dmvolod
Copy link
Member

dmvolod commented Sep 21, 2018

What do you think about to add minimal set of the maven artifacts (camel-core and camel-groovy) inside the Docker image to speedup build? Or it's a crazy idea?

@lburgazzoli
Copy link
Contributor

lburgazzoli commented Sep 21, 2018

It is should be already that case, there are two contexts aka images that are provisioned when kamel is installed, see:

kamel context get

to see what it is included:

oc get ictx core -o yaml

@nicolaferraro
Copy link
Member Author

Yes, exactly. This PR is expected to build other context images on top of existing contexts. E.g. the core context is likely to be a common base.

@nicolaferraro nicolaferraro removed the status/wip Work in progress label Sep 21, 2018
@nicolaferraro
Copy link
Member Author

Now it's ready to be merged.

@nicolaferraro nicolaferraro merged commit 3761557 into apache:master Sep 21, 2018
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.

None yet

4 participants