Skip to content

Commit 68d0e26

Browse files
authored
Add muti-platform Docker images staging in the release guide (#2039)
1 parent 218ce64 commit 68d0e26

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

site/content/release-guide.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,15 @@ Next, you have to close the staging repository:
210210
4. At the top, select "Close" and follow the instructions
211211
5. In the comment field, use "Apache Polaris x.y.z RCi"
212212

213+
### Build and staging Docker images
214+
215+
You can now publish Docker images on DockerHub:
216+
217+
```
218+
./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
219+
./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
220+
```
221+
213222
### Start the vote thread
214223

215224
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:
239248
240249
Helm charts are available on:
241250
* https://dist.apache.org/repos/dist/dev/incubator/polaris/helm-chart
242-
NB: the docker images (polaris-server and polaris-admin) will be
243-
published on DockerHub once release vote passes.
251+
252+
Docker images:
253+
* https://hub.docker.com/r/apache/polaris/tags (x.y.z-rci)
254+
* https://hub.docker.com/r/apache/polaris-admin-tool/tags (x.y.z-rci)
244255
245256
You can find the KEYS file here:
246257
* https://downloads.apache.org/incubator/polaris/KEYS

0 commit comments

Comments
 (0)