You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/01/11 10:55:20 UTC

[GitHub] nicolaferraro opened a new pull request #325: Release some predefined images for Knative

nicolaferraro opened a new pull request #325: Release some predefined images for Knative
URL: https://github.com/apache/camel-k/pull/325
 
 
   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
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services