This repository is now archived and moved to https://github.com/Azure/terraform-azurerm-avm-ptn-cicd-agents-and-runners

Linux Azure DevOps Agent Docker Image

IMPORTANT: This code is completely stolen from https://github.com/Azure/terraform-azurerm-aci-devops-agent

This image is based on the official documentation.

Note: You can update the Dockerfile to add any software that your require into the Azure DevOps agent, if you don't want to have to download the bits during all pipelines executions.

Build it

docker build -t YOUR_IMAGE_NAME:YOUR_IMAGE_TAG .

Push it

docker push YOUR_IMAGE_NAME:YOUR_IMAGE_TAG