File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ This will give portable, immutable and reproducable mechanism to build templates
3535
3636List of available packages inside the container:
3737
38+ - ** TODO**
3839- rpm-build
3940- yum-utils
4041- createrepo
@@ -57,7 +58,7 @@ Let's assume we want to build templates based on Packer. We pull that image firs
5758
5859 docker pull khos2ow/cloudstack-systemvm-builder:packer
5960
60- You can replace ` packer ` tag by ` veewee ` if you are building templates for CloudStack before 4.11.x.
61+ You need to replace ` packer ` tag by ` veewee ` if you are building templates for CloudStack before ` 4.11.x.y ` .
6162
6263### Build local repository
6364
@@ -85,7 +86,7 @@ Or if your local cloudstack folder has other name, you need to map it to `/mnt/b
8586 -v /tmp/cloudstack-custom-name:/mnt/build/cloudstack \
8687 khos2ow/cloudstack-systemvm-builder:packer TODO [ARGS...]
8788
88- After the build has finished the * various formats* packages are available in * /tmp/cloudstack/tools/appliance/dist* on the host system.
89+ After the build has finished the * various formats* templates are available in * /tmp/cloudstack/tools/appliance/dist* on the host system.
8990
9091### Build remote repository
9192
@@ -110,7 +111,7 @@ Note that any valid git Refspec is acceptable, such as:
110111- ` refs/merge-requests/<NUMBER>/head ` to build specified GitLab Merge Request
111112- ` refs/tags/<NAME> ` to build specified Tag
112113
113- After the build has finished the * various formats* packages are available in * /tmp/cloudstack/tools/appliance/dist* on the host system.
114+ After the build has finished the * various formats* templates are available in * /tmp/cloudstack/tools/appliance/dist* on the host system.
114115
115116## Building tips
116117
You can’t perform that action at this time.
0 commit comments