Skip to content

Azure Pipelines agent running as a Docker container, replicated using Swarm

License

Notifications You must be signed in to change notification settings

rayyansys/azure-pipelines-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-pipelines-agent

Azure Pipelines agent running as a Docker container, replicated using Swarm

System requirements

  • Docker
  • Docker Compose

Build

You only need to build if you change the source. Otherwise, the image will be pulled automatically.

docker-compose build

Configure

Fill in missing configuration in the environment section of docker-compose.yaml. Create a directory on the host to host jobs data and Docker tasks volumes:

mkdir /azp/_work

Run

docker swarm init # for the first time only
docker stack deploy -c docker-compose.yaml azagent

About

Azure Pipelines agent running as a Docker container, replicated using Swarm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.6%
  • Dockerfile 39.4%