This repository allow to create a azure devops container agent, containing the axway apim package deploy tools, in order to build a apim archive ( FED, POL).
- clone this repository
- Download from the Axway support site the api gateway installer, put it in the root directory and rename it as APIGateway_Install.run
- build the docker image
docker build -t apigw-client:7.7.20200330 .
- In order to launch the container we need a azure devops account and a PAT ( personnal access token)
docker run --name builder -d -e AZP_URL=https://dev.azure.com/<USER>/ -e AZP_TOKEN=<PAT> -e AZP_AGENT_NAME=fed_builder apigw-client:7.7.20200330