Run Azure DevOps agent with PHP in Docker
190
Self-hosted Azure DevOps agent for PHP workloads. Comes with PHP preinstalled.
Run with:
sudo docker run -e AZP_URL=https://dev.azure.com/organization \
-e AZP_TOKEN=token \
-e AZP_AGENT_NAME=hostname \
-e AZP_POOL=test \
-v /opt:/opt \
--name az-devops-agent \
-d --restart=unless-stopped loupeznik/azure-devops-agent-php:8.1-amd64
Content type
Image
Digest
sha256:42d94d464…
Size
319.5 MB
Last updated
over 3 years ago
docker pull loupeznik/azure-devops-agent-php:8.1-amd64