You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/06/17 20:23:23 UTC

[camel-karavan] branch main updated: mavend 0.8.0 (#377)

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 65d9fe4  mavend 0.8.0 (#377)
65d9fe4 is described below

commit 65d9fe4090cb254494356492923467c04c9c1ead
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Fri Jun 17 16:23:19 2022 -0400

    mavend 0.8.0 (#377)
---
 karavan-builder/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/karavan-builder/Dockerfile b/karavan-builder/Dockerfile
index b41be01..426237e 100644
--- a/karavan-builder/Dockerfile
+++ b/karavan-builder/Dockerfile
@@ -4,12 +4,12 @@ FROM jbangdev/jbang-action:0.95.0
 RUN jbang trust add -o --fresh --quiet https://github.com/apache/camel/blob/HEAD/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
 
 # Add Maven Daemon
-ADD https://github.com/mvndaemon/mvnd/releases/download/0.7.1/mvnd-0.7.1-linux-amd64.zip .
+ADD https://dist.apache.org/repos/dist/release/maven/mvnd/0.8.0/maven-mvnd-0.8.0-linux-amd64.zip .
 
 RUN mkdir /opt/mvnd && \        
     apt-get update -y && apt-get install unzip git -y && apt-get clean && \                                
-    unzip mvnd-0.7.1-linux-amd64.zip && \                       
-    mv mvnd-0.7.1-linux-amd64/* /opt/mvnd  
+    unzip maven-mvnd-0.8.0-linux-amd64.zip && \                       
+    mv mvnd-0.8.0-linux-amd64/* /opt/mvnd  
 
 WORKDIR /scripts
 ENTRYPOINT ["entrypoint", "-Dcamel.jbang.version=3.18.0-SNAPSHOT", "camel@apache/camel"]
\ No newline at end of file