Skip to content

A Docker Compose configuration to run a self-hosted Azure Pipelines Agent

Notifications You must be signed in to change notification settings

Msouza91/docker-compose-azure-pipelines-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose Azure Pipelines Agent

A Docker Compose configuration to run a self-hosted Azure Pipelines Agent including some languages and tools that I use frequently in my pipelines.

Usage

  1. Clone this repository.
  2. Copy .env.example to .env and modify the variables.
  3. Run docker-compose up -d.
  4. After the agent shows up in the pool, click on the agent, go to Capabilities and add a user-defined capability with java as name and an empty value.

About

A Docker Compose configuration to run a self-hosted Azure Pipelines Agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.5%
  • Dockerfile 36.5%