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
commit 51af58a173b440f8909e895fa9c87bc7141b6fbf Author: Lari Hotari <[email protected]> AuthorDate: Fri Jun 12 02:51:35 2026 +0300 Use better defaults --- contribute/release-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute/release-process.md b/contribute/release-process.md index f0c3f03b7ec..20f66576750 100644 --- a/contribute/release-process.md +++ b/contribute/release-process.md @@ -385,7 +385,7 @@ For creating and publishing the docker image, run the following commands: ```shell # set your dockerhub username -DOCKER_USER=<your-dockerhub-username> +DOCKER_USER=$APACHE_USER # your dockerhub username ``` ```shell @@ -630,7 +630,7 @@ This step is performed by a Apache Pulsar PMC member. Please request help from a `regctl` from [regclient](https://github.com/regclient/regclient) is needed for copying multi-arch images. Install with `brew install regclient` or with [other installation options](https://github.com/regclient/regclient/blob/main/docs/install.md) of regclient. The benefit of `regctl` over using `docker pull/tag/push` is that it will handle copying both `amd64` and the `arm64` image. ```shell -RELEASE_MANAGER_DOCKER_USER=otheruser +RELEASE_MANAGER_DOCKER_USER=$APACHE_USER # the release manager's docker hub username ``` ```shell
