Sign inSign up

ovox/zimbrabuild-ubuntu18

By ovox

•Updated over 3 years ago

image for building zimbra FOSS from source code for Ubuntu 18_04

Image
0

981

ovox/zimbrabuild-ubuntu18 repository overview

⁠This image is used for building Zimbra FOSS 9 and 10 from official Synacor github, please follow this instructions or our video guide https://youtu.be/hEmEVLNsIIw⁠:

First you need to create a github account do not attempt to build Zimbra without completing this step, as it simply won't work.

⁠Create the following temporary directories on your system and pull the image:

mkdir ~/ubuntu18

cd ~/ubuntu18

mkdir ssh

mkdir volume

docker pull docker.io/ovox/zimbrabuild-ubuntu18

⁠Create a rsa key:

ssh-keygen -t rsa -b 4096 -C "[email protected]⁠" -f ~/ubuntu18/ssh/id_rsa

⁠Upload the contents of id_rsa.pub here: https://github.com/settings/keys⁠
⁠Try your key with GitHub via SSH.

chmod 700 ~/ubuntu18/ssh/id_rsa

ssh -T [email protected]⁠ -i ~/ubuntu18/ssh/id_rsa

⁠Build zimbra 9 for ubuntu18:

cd ~/ubuntu18

docker run --rm --name "zimbrabuild_ubuntu18"
-v $PWD/volume:/home/git/BUILDS
-v $PWD/ssh:/root/.ssh
-e BUILD_NO="0001"
-e BUILD_RELEASE="KEPLER"
-e BUILD_RELEASE_NO="9.0.0"
-e BUILD_OS="UBUNTU18_64"
-e BUILD_ARCH="amd64"
-e BUILD_TYPE="FOSS"
-e PKG_OS_TAG="u18"
-e BUILD_RELEASE_CANDIDATE="GA"
-e BUILD_THIRDPARTY_SERVER="files.zimbra.com"
-e INTERACTIVE="0"
docker.io/ovox/zimbrabuild-ubuntu18:latest

⁠Build zimbra 10 for ubuntu18:

cd ~/ubuntu18

docker run --rm --name "zimbrabuild_ubuntu18"
-v $PWD/volume:/home/git/BUILDS
-v $PWD/ssh:/root/.ssh
-e BUILD_NO="0001"
-e BUILD_RELEASE="DAFFODIL"
-e BUILD_RELEASE_NO="10.0.6"
-e BUILD_OS="UBUNTU18_64"
-e BUILD_ARCH="amd64"
-e BUILD_TYPE="FOSS"
-e PKG_OS_TAG="u18"
-e BUILD_RELEASE_CANDIDATE="GA"
-e BUILD_THIRDPARTY_SERVER="files.zimbra.com"
-e INTERACTIVE="0"
docker.io/ovox/zimbrabuild-ubuntu18:latest

Tag summary

Content type

Image

Digest

sha256:535f23574…

Size

386.4 MB

Last updated

over 3 years ago

docker pull ovox/zimbrabuild-ubuntu18