nodece opened a new pull request, #25459: URL: https://github.com/apache/pulsar/pull/25459
### Motivation Some Docker registries do not support storing multi-architecture images locally. For multi-arch builds, the `--push` flag must be used to correctly create and push the manifest list to the registry. Previously, the Gradle Docker build task only supported building images without the ability to push directly. This required users to manually push images after building, which doesn't work correctly for multi-architecture images. ### Modifications - Add `docker.push` Gradle property to enable image pushing during build - When `-Pdocker.push` is set, the `--push` flag is added to the `docker build` command - Update task description to document the new option ### Verifying this change - [ ] Make sure that the change passes the CI checks. This change is a trivial rework / code cleanup without any test coverage. ### Does this pull request potentially affect one of the following parts: - [ ] Dependencies (add or upgrade a dependency) - [ ] The public API - [ ] The schema - [ ] The default values of configurations - [ ] The threading model - [ ] The binary protocol - [ ] The REST endpoints - [ ] The admin CLI options - [ ] The metrics - [x] Anything that affects deployment ### Documentation - [ ] `doc` - [ ] `doc-required` - [x] `doc-not-needed` - [ ] `doc-complete` ### Matching PR in forked repository PR in forked repository: https://github.com/nodece/pulsar/pull/1 -- 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]
