astefanutti commented on a change in pull request #700: Fix #698: provide a way
to override the default image name
URL: https://github.com/apache/camel-k/pull/700#discussion_r288450849
##########
File path: pkg/apis/camel/v1alpha1/build_types.go
##########
@@ -22,6 +22,7 @@ type BuildSpec struct {
Dependencies []string `json:"dependencies,omitempty"`
Repositories []string `json:"repositories,omitempty"`
BuildDir string `json:"buildDir,omitempty"`
+ BuilderImage string `json:"builderImage,omitempty"`
Review comment:
Exactly. The image field may not be directly accessible via the Downward
API, thought the pod info are and can be used to get the pod spec.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services