RobertIndie opened a new pull request, #745:
URL: https://github.com/apache/pulsar-site/pull/745
<!--
### Contribution Checklist
- PR title format should be *[type][component] summary*. For details, see
*[Guideline - Pulsar PR Naming
Convention](https://pulsar.apache.org/contribute/develop-semantic-title/)*.
-->
The current release docker images process doesn't work for Pulsar above
versions 3.0.0. Pulsar has added arm and amd arch supports for the docker
image. If we use the original command to push the image, it will push only one
arch.
We recommend use tools like regctl to push images.
For the latest tag of the pulsar image, this PR proposes to use the last
feature release version or the patch release of the last feature release as the
`latest` tag.
<!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
- [x] `doc` <!-- Your PR contains doc changes. Please attach the local
preview screenshots (run `./preview.sh` at root path) to your PR description,
or else your PR might not get merged. -->
- [ ] `doc-required` <!-- Your PR changes impact docs and you will update
later -->
- [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
- [ ] `doc-complete` <!-- Docs have been already added -->
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]