Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize Release Script for Docker Builds in BookKeeper (#4428)
### Changes - Replaced `docker build` with `docker buildx build` to enhance cross-platform compatibility. - Modified Dockerfile commands to conditionally create user and group only if they do not already exist, preventing errors during the build process. (cherry picked from commit 88bcdc9)
- Loading branch information