You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/05/29 15:42:09 UTC

[camel] branch main updated: Camel-Jbang 3.20.5 container image: Updated docs

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 fb8f43c069a Camel-Jbang 3.20.5 container image: Updated docs
fb8f43c069a is described below

commit fb8f43c069a087d9cfc9ab471dfefe22fa94df9e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 29 17:41:48 2023 +0200

    Camel-Jbang 3.20.5 container image: Updated docs
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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 6eac544cd24..94c7acdb2cf 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 availabe in https://hub.docker.com/r/apache/came
 
 [source,bash]
 ----
-docker pull apache/camel-jbang:3.20.4
+docker pull apache/camel-jbang:3.20.5
 ----
 
 or
 
 [source,bash]
 ----
-podman pull apache/camel-jbang:3.20.4
+podman pull apache/camel-jbang:3.20.5
 ----
 
 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.4 version
+docker run apache/camel-jbang:3.20.5 version
 ----
 
 or
 
 [source,bash]
 ----
-podman run apache/camel-jbang:3.20.4 version
+podman run apache/camel-jbang:3.20.5 version
 ----
 
 This will print the following result:
 
 [source,bash]
 ----
-Camel JBang version: 3.20.4
+Camel JBang version: 3.20.5
 ----
 
 So running a simple route will be as easy as doing the following:
 
 [source,bash]
 ----
-docker run apache/camel-jbang:3.20.4 run example.yaml
+docker run apache/camel-jbang:3.20.5 run example.yaml
 ----
 
 or 
 
 [source,bash]
 ----
-podman run apache/camel-jbang:3.20.4 run example.yaml
+podman run apache/camel-jbang:3.20.5 run example.yaml
 ----
 
 == Using Camel JBang