More about deploying Adapptio on your own infrastructure.
First you need to obtain token allows you to access Adapptio repository. For this, please, contact us.
Building image with GitLab CI/CD pipeline
Create new repositry
Once you have created a new repository, you also need to add several variables to your pipeline. Go to the CI/CD Gitlab settings (Settings -> CI/CD -> Variables) and add:
variables:
# Change this to update Adapptio runtime image
# Example "v9597de1b-master"
BASE_TAG: "<adapptio-image-version>"
# Change this to update application version
# Example: "v3"
BLUEPRINT_TAG: "<application-version>"