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

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 25cdb0ac081 Fix release process for docker images for Pulsar <5.0
25cdb0ac081 is described below

commit 25cdb0ac0815007560a758c84c73c2ea718b3c48
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Jul 6 16:35:06 2026 +0300

    Fix release process for docker images for Pulsar <5.0
---
 contribute/release-process.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/contribute/release-process.md b/contribute/release-process.md
index b0f1327282c..1ca2a7c43e8 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -735,6 +735,17 @@ Go to check the result:
 
 * https://hub.docker.com/r/apachepulsar/pulsar/tags
 
+for Pulsar &tl;5.0
+
+```shell
+CANDIDATE_TAG=${VERSION_WITHOUT_RC}-$(git rev-parse --short=7 v$VERSION_RC^{})
+regctl image copy ${RELEASE_MANAGER_DOCKER_USER}/pulsar-all:${CANDIDATE_TAG} 
apachepulsar/pulsar-all:$VERSION_WITHOUT_RC
+```
+
+Go to check the result:
+
+* https://hub.docker.com/r/apachepulsar/pulsar-all/tags
+
 :::caution
 
 This step is for the latest release only.
@@ -745,6 +756,12 @@ This step is for the latest release only.
 regctl image copy apachepulsar/pulsar:$VERSION_WITHOUT_RC 
apachepulsar/pulsar:latest
 ```
 
+for Pulsar &tl;5.0
+
+```shell
+regctl image copy apachepulsar/pulsar:$VERSION_WITHOUT_RC 
apachepulsar/pulsar:latest
+```
+
 ### Release Helm Chart
 
 :::caution

Reply via email to