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
35
35
36
36
List of available packages inside the container:
37
37
38
+ - ** TODO**
38
39
- rpm-build
39
40
- yum-utils
40
41
- createrepo
@@ -57,7 +58,7 @@ Let's assume we want to build templates based on Packer. We pull that image firs
57
58
58
59
docker pull khos2ow/cloudstack-systemvm-builder:packer
59
60
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 ` .
61
62
62
63
### Build local repository
63
64
@@ -85,7 +86,7 @@ Or if your local cloudstack folder has other name, you need to map it to `/mnt/b
85
86
-v /tmp/cloudstack-custom-name:/mnt/build/cloudstack \
86
87
khos2ow/cloudstack-systemvm-builder:packer TODO [ARGS...]
87
88
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.
89
90
90
91
### Build remote repository
91
92
@@ -110,7 +111,7 @@ Note that any valid git Refspec is acceptable, such as:
110
111
- ` refs/merge-requests/<NUMBER>/head ` to build specified GitLab Merge Request
111
112
- ` refs/tags/<NAME> ` to build specified Tag
112
113
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.
114
115
115
116
## Building tips
116
117
You can’t perform that action at this time.
0 commit comments