Skip to content

gdawson-vauto/docker-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devops-docker-agent

Dockerfiles to create Self-hosted images for Azure DevOps Pipelines

Ubuntu

Based on Running in Docker.

Building the Image

From within a directory, such as /ubuntu/minimal:

docker build -t dockeragent:latest .

Run the Container

This will install the latest version of the agent, configure it, and run the agent targeting the Default pool of a specified Azure DevOps or Azure DevOps Server instance of your choice:

docker run -e AZP_URL=<Azure DevOps instance> -e AZP_TOKEN=<PAT token> -e AZP_AGENT_NAME=mydockeragent dockeragent:latest

Images

Tag Short Description Current Size
ubuntu-minimal Agent only
ubuntu-minimal-dotnet Agent + netcore SDK TBD
ubuntu-minimal-python Agent + python TBD
ubuntu-standard Standard build tools TBD
ubuntu-standard-dotnet Standard build tools + dotnet SDK TBD
ubuntu-standard-python Standard build tools + python TBD