Skip to content

swerveshot/azp-ubuntu-jammy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu 22.04 LTS (Jammy Jellyfish) Docker container for Azure Pipelines agent.

CI Docker pulls

Created from build instructions on Microsoft Azure DevOps documentation as can be found here: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azure-devops

How to Use

Use these environment variables to run the agent.

Environment variables

Environment variable Description
AZP_URL The URL of the Azure DevOps or Azure DevOps Server instance.
AZP_TOKEN Personal Access Token (PAT) with Agent Pools (read, manage) scope, created by a user who has permission to configure agents, at AZP_URL.
AZP_AGENT_NAME Agent name (default value: the container hostname).
AZP_POOL Agent pool name (default value: Default).
AZP_WORK Work directory (default value: _work).
TARGETARCH Defines the CPU architecture of the target. Select between linux-x64 (default), linux-arm64 or linux-arm.

Releases

No releases published

Packages

No packages published