SubhasmitaSw commented on PR #3427:
URL: https://github.com/apache/camel-k/pull/3427#issuecomment-1180548476

   ```
   RUN temp=$(mktemp -d) \
   && curl -Lso "$temp"/mvnd.zip 
https://github.com/mvndaemon/mvnd/releases/download/0.8.0/mvnd-0.8.0-linux-amd64.zip
 \
   && unzip -d "$temp" "$temp"/mvnd.zip \
   && rm -v "$temp"/mvnd.zip \
   && mv "$temp"/mvnd /usr/bin/mvnd \
   && rm -rf "$temp"
   ```
   
   This is the current way we are trying to have both the maven and mvnd 
versions in the operator image by replacing the embedded maven version in mvnd, 
which is not quite accurate. Do we have any other ways where we can achieve 
this? @gnodet @ppalaga your suggestions could come handy. Thanks! 


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to