Table of Contents

Change BC Version/Country

If you want to change the major BC version, set up a specific BC version or change the localization of the containers used for build, development or testing, you have to modify a different configuration file whether you're using Alpaca with GitHub or Azure DevOps:

Locate the container configuration you want to change in the bcArtifacts section of the cosmo.json, e.g. current. There you will see an entry like this:

"current": {
    "version": "24",
    "type":    "onprem",
    "country": "de"
}

If you e.g. want to make sure you stay on release 24.2 and use the w1 version, you would change it like this:

"current": {
    "version": "24.2",
    "type":    "onprem",
    "country": "w1"
}

For the changes to take effect you need to commit and push the changes to the repository. When creating a new development container (see create container) or build container the new configuration will be applied automically.

Note

Existing containers are not affected.