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 f04117d Fix issue not available mvnd 0.8.0 f04117d is described below commit f04117d68bc0c7ddc31cf33ba6b2e32cdd799e61 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Tue Oct 11 20:31:47 2022 -0400 Fix issue not available mvnd 0.8.0 --- karavan-cloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-cloud/Dockerfile b/karavan-cloud/Dockerfile index fdf17fc..ff580a2 100644 --- a/karavan-cloud/Dockerfile +++ b/karavan-cloud/Dockerfile @@ -9,7 +9,7 @@ ADD https://dist.apache.org/repos/dist/release/maven/mvnd/0.8.2/maven-mvnd-0.8.2 RUN mkdir /opt/mvnd && \ apt-get update -y && apt-get install unzip git -y && apt-get clean && \ unzip maven-mvnd-0.8.2-linux-amd64.zip && \ - mv mvnd-0.8.2-linux-amd64/* /opt/mvnd + mv maven-mvnd-0.8.2-linux-amd64/* /opt/mvnd WORKDIR /scripts ENTRYPOINT ["entrypoint", "-Dcamel.jbang.version=3.18.2", "camel@apache/camel"]