category: experimental
download_comment: If you have an spare non production VPS check first Pull 267 to see if third-party packages are available. If that's the case test this build and give them feedback in the Pull 267. This will help on Rocky Linux 9 being officially supported and then maldua can automate its build. Just refer to this build as Maldua's 10.0.7-uma1 build so that we are in the same page.
WARNING: This is an extraordinary manual build. You can give us some feedback about it either on the issues page or in the Zimbra forums thread.
Main instructions that were used in order to make this build possible:
mkdir ~/maldua-rhel-9-uma-267
cd ~/maldua-rhel-9-uma-267
git clone https://github.com/maldua/zimbra-foss-builder
cd zimbra-foss-builder
git checkout 07637be07ca826a22f6b132438536191a0dd8448
docker build \
--build-arg ZIMBRA_BUILDER_UID=$(id -u) \
--build-arg ZIMBRA_BUILDER_GID=$(id -g) \
--tag zimbra-manual-rhel-9-builder . \
-f Dockerfile-manual-rhel-9
docker run \
-it \
--env ZIMBRA_BUILDER_UID=$(id -u) \
--env ZIMBRA_BUILDER_GID=$(id -g) \
-v ~/.ssh:/home/build/.ssh:ro \
-v $(pwd)/BUILDS:/home/build/installer-build/BUILDS:rw \
zimbra-manual-rhel-9-builder:latest
cd installer-build
git clone --depth 1 --branch ZCS-13984_10.0.0 git@github.com:Zimbra/zm-build.git
cd zm-build
ENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=10.0.7,10.0.6,10.0.5,10.0.4,10.0.2,10.0.1,10.0.0-GA,10.0.0 --build-release-no=10.0.7 --build-type=FOSS --build-release=LIBERTY --build-release-candidate=GA_10.0.7_maldua --build-thirdparty-server=files.zimbra.com --no-interactive --git-overrides zm-core-utils.branch=ZCS-13984_10.0.0