Skip to content

Commit 830e52b

Browse files
Documented current requirements for template.yaml
1 parent ee90e83 commit 830e52b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,19 @@ docker-compose logs -f
122122
docker-compose down
123123
```
124124

125+
## Adoping templates to work with Command Central Docker Builder 10.1
126+
127+
> Command Central Docker Builder 10.1 has the following requirements for the template.yaml:
128+
129+
* The template alias MUST be *container*, e.g. `alias: container`
130+
* The template MUST use repositories named *products* and *fixes* to match those defined in `init.yaml` file
131+
* There MUST be no required parameters in the template. All parameters MUST have default values
132+
* The template MUST provision the layer(s) to the `local` node alias
133+
134+
See the difference between [adopted template.yaml](template.yaml) and [original template.yaml](https://github.com/SoftwareAG/sagdevops-templates/blob/master/templates/sag-msc-server/template.yaml) for MSC basic template.
135+
136+
> The above limitations are planned to be removed in the upcoming Command Central Builder release to allow seamless use of the same templates for VMs and containers
137+
125138
## Troubleshooting
126139

127140
### Running on Windows host

0 commit comments

Comments
 (0)