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 f593b6a6 Try verbose option for runner #757 f593b6a6 is described below commit f593b6a6d36237e0e3ebcadf2bae107659b21f8c Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Mon Jun 19 11:55:50 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 61187779..6953a749 100644 --- a/karavan-runner/Dockerfile +++ b/karavan-runner/Dockerfile @@ -18,7 +18,7 @@ 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