Use this template to add public Software AG product and fix repositories to use with the Command Central Docker builder.
Create Empower credentials by running the sag-cc-creds template:
sagcc exec templates composite apply sag-cc-creds \
credentials.username=yourusername \
credentials.password=yourpassword \
credentials.key=EMPOWER \
--sync-job --wait 360
For more information, see sag-cc-creds.
- Command Central 10.1 and higher
All supported Windows and UNIX platforms.
To add Software AG repositories to use with the Command Central Docker builder:
sagcc exec templates composite apply sag-cc-builder-repos \
repo.product.url=https://sdc.softwareag.com/dataservewebM103/repository \
repo.product.credentials.key=EMPOWER \
repo.product.name=webM103 \
repo.fix.url=https://sdc.softwareag.com/updates/prodRepo \
repo.fix.credentials.key=EMPOWER \
repo.fix.name=fixRepo103 \
--sync-job --wait 360