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 2d12af2c Try verbose option for runner #757 2d12af2c is described below commit 2d12af2cfed704a37dce2c8779429ac89629b8fa Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Mon Jun 19 11:48:12 2023 -0400 Try verbose option for runner #757 --- karavan-runner/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/karavan-runner/Dockerfile b/karavan-runner/Dockerfile index 15bad430..62de8825 100644 --- a/karavan-runner/Dockerfile +++ b/karavan-runner/Dockerfile @@ -18,8 +18,7 @@ RUN mkdir -p $KARAVAN \ && chmod -R "g+rwX" $KARAVAN USER 1001 -RUN jbang trust add https://github.com/apache/camel \ - && jbang app install camel@apache/camel +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