@@ -4,10 +4,11 @@ This repository maintains the Dockerfile and scripts to build Apache CloudStack
44
55## Compatibility matrix
66
7- | ** Dockerfile ** | ** CloudStack versions** | ** Note** |
7+ | ** Docker image ** | ** CloudStack versions** | ** Note** |
88| ---------------------| -------------------------------| ----------------------|
99| ubuntu2204.v1 | 4.18.x, 4.19.x | DEB packages for Ubuntu distros |
10- | rocky8.v1 | 4.18.x, 4.19.x | RPM packages for RHEL/Rocky Linux/AlmaLinux/OracleLinux distros |
10+ | rocky8.v1 | 4.18.x, 4.19.x | RPM packages for RHEL/Rocky Linux/AlmaLinux/OracleLinux 8/9 distros |
11+ | centos7.v1 | 4.18.x, 4.19.x | RPM packages for RHEL 7 / CentOS 7 distros |
1112
1213## Usage
1314
@@ -37,9 +38,10 @@ Below are configurations in the configuration file.
3738| ` BUILD_OPTS ` | The build options. Refer to ` Build Options ` | Default: ` "-Dnoredist -DskipTests -Dsystemvm-kvm -Dsystemvm-xen -Dsystemvm-vmware -T2" ` |
3839| ` PACKAGE_OPTS ` | The options for ` package.sh ` (RPM only) | Default: None |
3940
40- Samples of environment variables can be found at
41+ Samples of environment variables to build latest ` main ` branch can be found at
4142- ` config.ubuntu.sample `
4243- ` config.rocky8.sample `
44+ - ` config.centos7.sample `
4345
4446### 2. Build packages with parameters
4547
@@ -127,8 +129,8 @@ More details for RPM build can be found at https://github.com/apache/cloudstack/
127129
128130| ** OS** | ** Option** | ** Note** |
129131| -------------| --------------------| ----------------------|
130- | Rocky 8 | -p, --pack | Define which type of libraries to package ("oss"| "OSS"| "noredist"| "NOREDIST") (default "oss") |
132+ | Rocky 8 | -p, --pack | Define which type of libraries to package ("oss"\ | "OSS"\ | "noredist"\ | "NOREDIST") (default "oss") |
131133| | -T, --use-timestamp | Use epoch timestamp instead of SNAPSHOT in the package name (if not provided, use "SNAPSHOT") |
132134| | -t, --templates | Passes necessary flag to package the required templates. Comma separated string - kvm,xen,vmware,ovm,hyperv |
133135
134- The default value for rocky images is ``
136+ The default value is not set.
0 commit comments