Docker image for Self-Hosted Azure pipelines agent
9.7K
This Docker image is managed and kept up to date by epicsoft LLC.
Docker images for Microsoft Azure-DevOps Self-Hosting Agents.
Docker images for Microsoft Azure-DevOps-Pipelines Self-Hosting Agents.
Created according to Microsoft's instructions with minor adjustments.
https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azure-devops
alpine based on python:3-alpine - build weekly
ubuntu22.04 based on ubuntu:22.04 - build weekly
Packages installed in addition to the instructions:
docker run --name "azp-agent-alpine" \
-e AZP_URL="<AZURE DEVOPS INSTANCE>" \
-e AZP_TOKEN="<PERSONAL ACCESS TOKEN>" \
-e AZP_POOL="<AGENT POOL NAME>" \
-e AZP_AGENT_NAME="Docker AZP Agent" \
epicsoft/azp-agent:alpine-latest
docker run --name "azp-agent-ubuntu" \
-e AZP_URL="<AZURE DEVOPS INSTANCE>" \
-e AZP_TOKEN="<PERSONAL ACCESS TOKEN>" \
-e AZP_POOL="<AGENT POOL NAME>" \
-e AZP_AGENT_NAME="Docker AZP Agent" \
epicsoft/azp-agent:ubuntu-latest
MIT License see LICENSE
Please note that the MIT license only applies to the files created by epicsoft LLC. Other software may be licensed under other licenses.
Content type
Image
Digest
sha256:d7e9cc239…
Size
256 MB
Last updated
1 day ago
docker pull epicsoft/azp-agent