jbonofre commented on code in PR #1915:
URL: https://github.com/apache/polaris/pull/1915#discussion_r2165922148


##########
site/content/release-guide.md:
##########
@@ -183,6 +183,22 @@ 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 stage Docker images
+
+You can build the Docker image for Polaris server using:
+
+```
+./gradlew :polaris-server:assemble :polaris-server:quarkusAppPartsBuild 
--rerun -Dquarkus.container-image.build=true 
-Dquarkus.container-image.name=apache/polaris:x.y.z-rci

Review Comment:
   For multi platform, we should just push via quarkus with:
   
   ```
   ./gradlew :polaris-server:assemble :polaris-server:quarkusAppPartsBuild 
--rereun -Dquarkus.container-image.push=true 
-Dquarkus.container-image.name=apache/polaris:x.y.z-rci 
-Dquarkus.docker.buildx.pllatform=linux/amd64,linux/arm64 
-Dquarkus.container-image.builder=docker
   ```
   
   instead of doing `docker push`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to