Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.05 KB

Linux Ads Agent

This repo is now archived and no longer maintained on Github; find the most up-to-date version on ADS instead.

Minimal Build agent Azure Devops Server. This was created from Running a self hosted agent in Docker

Expected Environment-Variables

See Microsoft Documentation

  • AZP_URL: The URL of the Azure Devops Server
  • AZP_POOL: The name of the Agent Pool
  • AZP_TOKEN: An AZP Token used for Agent-Registration

Included Tools

The Images builds with the following Tools installed:

git

Installed from the ppa:git-core/ppa repository

docker

Only the CLI, no daemon. Installed by download, version controlled by build-arg ARG DOCKER_VERSION=18.09.9

docker-compose

Installed by download, version controlled by build-arg ARG DOCKER_COMPOSE_VERSION=1.26.2