This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 1a5132bb1 chore: minor release note
1a5132bb1 is described below
commit 1a5132bb1c24cf3e73c151382ed8f00762cbe3be
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Feb 16 15:30:27 2026 +0100
chore: minor release note
---
release.adoc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/release.adoc b/release.adoc
index 9f3231629..afb318d9e 100644
--- a/release.adoc
+++ b/release.adoc
@@ -131,6 +131,9 @@ An email should be sent to [email protected] asking to
test the staged artifa
After the voting is complete with success, the artifacts can be released.
Republish docker image in the Apache org on Docker Hub:
```
+# Login to Apache docker hub organization
+docker login -u <usr> -p <pwd>
+
export CK_VERSION=2.8.0
docker pull camelk/camel-k:$CK_VERSION-amd64
docker tag camelk/camel-k:$CK_VERSION-amd64 apache/camel-k:$CK_VERSION-amd64
@@ -160,7 +163,7 @@ docker manifest create apache/camel-k:$CK_VERSION-21-jdk
--amend apache/camel-k:
docker manifest push --purge apache/camel-k:$CK_VERSION-21-jdk
```
-Artifacts committed on https://dist.apache.org/repos/dist/dev/ before the
voting process need to be copied to the Apache dist repository on:
https://dist.apache.org/repos/dist/release/camel.
+Once done, verigy the images are available to the
https://hub.docker.com/r/apache/camel-k/tags[Apache organization]. Artifacts
committed on https://dist.apache.org/repos/dist/dev/ before the voting process
need to be copied to the Apache dist repository on:
https://dist.apache.org/repos/dist/release/camel.
```
cd release-utils/scripts/