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

commit cc91d46891ee36451d0215484247b742a99fa7a0
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Mon Jun 19 11:52:49 2023 -0400

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

diff --git a/karavan-runner/Dockerfile b/karavan-runner/Dockerfile
index 62de8825..61187779 100644
--- a/karavan-runner/Dockerfile
+++ b/karavan-runner/Dockerfile
@@ -23,4 +23,5 @@ RUN jbang trust add -o --fresh --quiet 
https://github.com/apache/camel/blob/HEAD
 EXPOSE 8080
 WORKDIR $KARAVAN
 
-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
+ENTRYPOINT jbang version --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