Sign inSign up

jansouza/azp-agent

By jansouza

•Updated 7 months ago

Azure DevOps Agent Docker image for Linux, based on Ubuntu.

Image
Developer tools
0

1.1K

jansouza/azp-agent repository overview

Azure DevOps Agent Docker image for Linux, based on Ubuntu.
Easily deploy self-hosted Azure DevOps agents with all dependencies pre-installed.
Supports multiple architectures (amd64, arm64, arm/v7).
Configure your agent using environment variables:

  • AZP_URL (organization URL)
  • AZP_TOKEN (personal access token)
  • AZP_POOL (agent pool name)
  • AZP_AGENT_NAME (agent name)

Example usage:

docker run -dit --name azp-agent \
  -e AZP_URL="https://dev.azure.com/yourorg/" \
  -e AZP_TOKEN="yourPAT" \
  -e AZP_POOL="your-pool" \
  -e AZP_AGENT_NAME="your-agent" \
  jansouza/azp-agent

Tag summary

Content type

Image

Digest

sha256:de1fbff33…

Size

1.4 GB

Last updated

7 months ago

docker pull jansouza/azp-agent