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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 68d0e2669 Add muti-platform Docker images staging in the release guide 
(#2039)
68d0e2669 is described below

commit 68d0e2669b382af63ce5f9747ba0a0feb955c741
Author: JB Onofré <jbono...@apache.org>
AuthorDate: Thu Jul 24 14:10:26 2025 +0200

    Add muti-platform Docker images staging in the release guide (#2039)
---
 site/content/release-guide.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/site/content/release-guide.md b/site/content/release-guide.md
index c1af6fd4d..f9aa5b136 100644
--- a/site/content/release-guide.md
+++ b/site/content/release-guide.md
@@ -210,6 +210,15 @@ Next, you have to close the staging repository:
 4. At the top, select "Close" and follow the instructions
 5. In the comment field, use "Apache Polaris x.y.z RCi"
 
+### Build and staging Docker images
+
+You can now publish Docker images on DockerHub:
+
+```
+./gradlew :polaris-server:assemble :polaris-server:quarkusAppPartsBuild 
--rerun -Dquarkus.container-image.build=true 
-Dquarkus.container-image.push=true 
-Dquarkus.docker.buildx.platform="linux/amd64,linux/arm64" 
-Dquarkus.container-image.tag=x.y.z-rci
+./gradlew :polaris-admin:assemble :polaris-admin:quarkusAppPartsBuild --rerun 
-Dquarkus.container-image.build=true -Dquarkus.container-image.push=true 
-Dquarkus.docker.buildx.platform="linux/amd64,linux/arm64" 
-Dquarkus.container-image.tag=x.y.z-rci
+```
+
 ### Start the vote thread
 
 The last step for a release candidate is to create a VOTE thread on the dev 
mailing list.
@@ -239,8 +248,10 @@ The release tarball, signature, and checksums are here:
 
 Helm charts are available on:
 * https://dist.apache.org/repos/dist/dev/incubator/polaris/helm-chart
-NB: the docker images (polaris-server and polaris-admin) will be
-published on DockerHub once release vote passes.
+
+Docker images:
+* https://hub.docker.com/r/apache/polaris/tags (x.y.z-rci)
+* https://hub.docker.com/r/apache/polaris-admin-tool/tags (x.y.z-rci)
 
 You can find the KEYS file here:
 * https://downloads.apache.org/incubator/polaris/KEYS

Reply via email to