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

An Azure Devops Agent Image to run containerized builds

Notifications You must be signed in to change notification settings

world-direct/lnx-adsagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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