You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,19 @@ docker-compose logs -f
122
122
docker-compose down
123
123
```
124
124
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
0 commit comments