This is an automated email from the ASF dual-hosted git repository.
mgubaidullin 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 e21af506 Upgrade to Camel 4.22.1
e21af506 is described below
commit e21af506f56ae83d80b709ca1dab6e7c32e9326d
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Sep 18 09:20:33 2026 -0400
Upgrade to Camel 4.22.1
---
karavan-devmode/build.sh | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/karavan-devmode/build.sh b/karavan-devmode/build.sh
new file mode 100755
index 00000000..3c5b188e
--- /dev/null
+++ b/karavan-devmode/build.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+set -euo pipefail
+
+# 1. Resolve the script's directory so it works no matter where you call it
from
+SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"
+
+mvn clean package
+
+docker buildx build --load --no-cache --progress=plain
--builder=multi-platform-builder -f Dockerfile --platform linux/arm64 -t
apache/camel-karavan-devmode:latst .
\ No newline at end of file