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

Release some predefined images for Knative #325

Merged
merged 9 commits into from
Jan 13, 2019

Conversation

nicolaferraro
Copy link
Member

@nicolaferraro nicolaferraro commented Jan 11, 2019

Fix #312

This adds a release step that publishes predefined base images for Knative into the docker.io/camelk organization.

Predefined images can be used oob without requiring a build and they are selected during integration deployment before building a new context.

They need to be explicitly enabled when installing camel k.

kamel install --predefined-images

I've added also an option to avoid building contexts upon installation:

kamel install --predefined-images --context none

@lburgazzoli
Copy link
Contributor

Maybe we can move the predefined-images flag from the platform to a trait so we have better control on when it has to be applied.

@nicolaferraro
Copy link
Member Author

Moved to the images trait.

So when running the integration one can execute:

kamel run -t images.enabled=true integration.flow

@lburgazzoli lburgazzoli merged commit 3387b5e into apache:master Jan 13, 2019
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.

3 participants