Skip to content

Latest commit

 

History

History

sag-cc-builder-repos

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Software AG Repositories for the Command Central Docker Builder

Use this template to add public Software AG product and fix repositories to use with the Command Central Docker builder.

Requirements

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.

Supported Software AG releases

  • Command Central 10.1 and higher

Supported platforms

All supported Windows and UNIX platforms.

Running as a standalone composite template

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