mweissdigchg commented on PR #19572:
URL: https://github.com/apache/camel/pull/19572#issuecomment-3406353491

   > Ok, merged, pointed to the commit in the Dockerfile, pushed on main, built 
the docker image and pushed on dockerhub. @mweissdigchg you can check if you 
have time.
   
   Yeah, we have a running camel-jbang container. :camel: :metal: 
   
   ```
   $ nerdctl run --rm -it apache/camel-jbang:4.15.0 version
   JBang version: 0.132.1
   Camel JBang version: 4.15.0
   $ nerdctl run --rm -it --entrypoint bash apache/camel-jbang:4.15.0
   root@77c75a779879:/# camel init hello.yaml && camel run hello.yaml
   2025-10-15 13:02:22.844  INFO 72 --- [           main] 
org.apache.camel.main.MainSupport        : Apache Camel (JBang) 4.15.0 is 
starting
   2025-10-15 13:02:23.090  INFO 72 --- [           main] 
org.apache.camel.main.MainSupport        : Running Linux 6.17.0-5-generic 
(amd64)
   2025-10-15 13:02:23.090  INFO 72 --- [           main] 
org.apache.camel.main.MainSupport        : Using Java 21.0.8 (OpenJDK 64-Bit 
Server VM) with PID 72
   2025-10-15 13:02:23.090  INFO 72 --- [           main] 
org.apache.camel.main.MainSupport        : Started by root in /
   2025-10-15 13:02:23.307  INFO 72 --- [           main] 
org.apache.camel.main.ProfileConfigurer  : The application is starting with 
profile: dev
   2025-10-15 13:02:23.605  INFO 72 --- [           main] 
he.camel.cli.connector.LocalCliConnector : Camel JBang CLI enabled
   2025-10-15 13:02:23.679  INFO 72 --- [           main] 
e.camel.impl.engine.AbstractCamelContext : Apache Camel 4.15.0 (hello) is 
starting
   2025-10-15 13:02:23.924  INFO 72 --- [           main] 
e.camel.impl.engine.AbstractCamelContext : Routes startup (total:1)
   2025-10-15 13:02:23.924  INFO 72 --- [           main] 
e.camel.impl.engine.AbstractCamelContext :     Started route1 (timer://yaml)
   2025-10-15 13:02:23.925  INFO 72 --- [           main] 
e.camel.impl.engine.AbstractCamelContext : Apache Camel 4.15.0 (hello) started 
in 245ms (build:0ms init:0ms start:245ms boot:830ms)
   2025-10-15 13:02:24.838  INFO 72 --- [ - timer://yaml] hello.yaml:9          
                   : Hello Camel from route1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to