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 98b07b55 Try verbose option for runner #757 98b07b55 is described below commit 98b07b55e891e3aa50e42a07a1d33bff1fdf9633 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Mon Jun 19 12:37:45 2023 -0400 Try verbose option for runner #757 --- karavan-runner/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/karavan-runner/Dockerfile b/karavan-runner/Dockerfile index 6953a749..62de8825 100644 --- a/karavan-runner/Dockerfile +++ b/karavan-runner/Dockerfile @@ -18,10 +18,9 @@ RUN mkdir -p $KARAVAN \ && chmod -R "g+rwX" $KARAVAN USER 1001 -# RUN jbang trust add -o --fresh --quiet https://github.com/apache/camel/blob/HEAD/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java +RUN jbang trust add -o --fresh --quiet https://github.com/apache/camel/blob/HEAD/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java EXPOSE 8080 WORKDIR $KARAVAN -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 +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