swerveshot / azp-ubuntu-focal

Ubuntu 20.04 LTS (Focal) Docker container for Azure Pipelines agent.

Home Page:https://hub.docker.com/r/swerveshot/azp-ubuntu-focal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu 20.04 LTS (Focal) 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.

About

Ubuntu 20.04 LTS (Focal) Docker container for Azure Pipelines agent.

https://hub.docker.com/r/swerveshot/azp-ubuntu-focal/

License:MIT License


Languages

Language:Shell 80.6%Language:Dockerfile 19.4%