Skip to content

sbui-axway/docker-apim-packagetools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

container agent

docker-apim-packagetools

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).

Usage

  1. clone this repository
  2. Download from the Axway support site the api gateway installer, put it in the root directory and rename it as APIGateway_Install.run
  3. build the docker image
docker build -t apigw-client:7.7.20200330 .  
  1. 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  
  1. Once the container is started, the agent must appear in azure devops container agent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published