This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new ea518b0dad3 camel-jbang: update docs to latest version
ea518b0dad3 is described below
commit ea518b0dad3c68c5bdf228fcf71f590c5dcc532d
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Mar 4 13:31:26 2024 +0100
camel-jbang: update docs to latest version
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 68218bc20bb..25d0283e7f7 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -32,49 +32,49 @@ There is also a container image available in
https://hub.docker.com/r/apache/cam
[source,bash]
----
-docker pull apache/camel-jbang:3.20.5
+docker pull apache/camel-jbang:4.4.0
----
or
[source,bash]
----
-podman pull apache/camel-jbang:3.20.5
+podman pull apache/camel-jbang:4.4.0
----
Once you have the image in your local registry you can run all the command
listed below by simple doing:
[source,bash]
----
-docker run apache/camel-jbang:3.20.5 version
+docker run apache/camel-jbang:4.4.0 version
----
or
[source,bash]
----
-podman run apache/camel-jbang:3.20.5 version
+podman run apache/camel-jbang:4.4.0 version
----
This will print the following result:
[source,bash]
----
-Camel JBang version: 3.20.5
+Camel JBang version: 4.4.0
----
So running a simple route will be as easy as doing the following:
[source,bash]
----
-docker run apache/camel-jbang:3.20.5 run example.yaml
+docker run apache/camel-jbang:4.4.0 run example.yaml
----
or
[source,bash]
----
-podman run apache/camel-jbang:3.20.5 run example.yaml
+podman run apache/camel-jbang:4.4.0 run example.yaml
----
== Using Camel JBang