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 b4df6364 Try verbose option for runner #757
b4df6364 is described below

commit b4df6364a01b105043b83c1302ef582058c62069
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Mon Jun 19 13:14:28 2023 -0400

    Try verbose option for runner #757
---
 karavan-runner/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-runner/Dockerfile b/karavan-runner/Dockerfile
index 1dddc17b..15bad430 100644
--- a/karavan-runner/Dockerfile
+++ b/karavan-runner/Dockerfile
@@ -24,4 +24,4 @@ RUN jbang trust add https://github.com/apache/camel \
 EXPOSE 8080
 WORKDIR $KARAVAN
 
-ENTRYPOINT jbang -Duser.home=$CAMEL_DIR -Dcamel.jbang.version=$CAMEL_VERSION 
camel@apache/camel run --source-dir=$CODE_DIR --console 
--local-kamelet-dir=$KAMELETS_DIR 
\ No newline at end of file
+ENTRYPOINT jbang --verbose -Duser.home=$CAMEL_DIR 
-Dcamel.jbang.version=$CAMEL_VERSION camel@apache/camel run 
--source-dir=$CODE_DIR --console --local-kamelet-dir=$KAMELETS_DIR 
\ No newline at end of file

Reply via email to