/lnx-adsagent

An Azure Devops Agent Image to run containerized builds

Primary LanguageShell

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