Sign inSign up

epicsoft/azp-agent

By epicsoft

Updated 1 day ago

Docker image for Self-Hosted Azure pipelines agent

Image
Integration & delivery
Developer tools
0

9.7K

epicsoft/azp-agent repository overview

Azure DevOps Backup

This Docker image is managed and kept up to date by epicsoft LLC.

Docker images for Microsoft Azure-DevOps Self-Hosting Agents.

Description

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

Versions

alpine based on python:3-alpine - build weekly
ubuntu22.04 based on ubuntu:22.04 - build weekly

Environment variables

https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azure-devops#environment-variables

Installed addition packages

Packages installed in addition to the instructions:

  • ca-certificates

Examples

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

License

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.

Tag summary

Content type

Image

Digest

sha256:d7e9cc239

Size

256 MB

Last updated

1 day ago

docker pull epicsoft/azp-agent