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

commit d67062ed65c37639078746a7ca29049324d11619
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Mon Jun 19 13:22:04 2023 -0400

    Try verbose option for runner #757
---
 karavan-runner/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/karavan-runner/Dockerfile b/karavan-runner/Dockerfile
index cf3b6d6e..6fdaea6f 100644
--- a/karavan-runner/Dockerfile
+++ b/karavan-runner/Dockerfile
@@ -1,11 +1,11 @@
 FROM jbangdev/jbang-action:0.106.1
 
 ENV CAMEL_VERSION=3.20.5
-# ENV KARAVAN="/karavan"
+ENV KARAVAN="/karavan"
 # ENV JBANG_REPO="$KARAVAN/.jbang/cache/.m2"
 # ENV JBANG_DIR="$KARAVAN/.jbang"
 # ENV KAMELETS_DIR="$KARAVAN/kamelets"
-# ENV CODE_DIR="$KARAVAN/code"
+ENV CODE_DIR="$KARAVAN/code"
 # ENV CAMEL_DIR="$KARAVAN/camel"
 
 # RUN mkdir -p $KARAVAN \
@@ -22,7 +22,7 @@ RUN jbang trust add  --quiet  https://github.com/apache/camel 
\
     && jbang app install camel@apache/camel
 
 # EXPOSE 8080
-# WORKDIR $KARAVAN
+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 
-ENTRYPOINT jbang --verbose -Dcamel.jbang.version=$CAMEL_VERSION 
camel@apache/camel run --console
\ No newline at end of file
+ENTRYPOINT jbang --verbose -Dcamel.jbang.version=$CAMEL_VERSION 
camel@apache/camel run --source-dir=$CODE_DIR --console
\ No newline at end of file

Reply via email to