jbonofre commented on code in PR #2039: URL: https://github.com/apache/polaris/pull/2039#discussion_r2204184332
########## 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 Review Comment: Docker (we use `quarkus-container-image-docker` dependency by default). ########## site/content/release-guide.md: ########## @@ -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: Review Comment: Good point, I will. -- 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