Skip to content

saccy/azp-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Pipelines/DevOps agent

CentOS 8 based Azure DevOps (ADO) build agent image.

How to use

You'll need the following in order to run this container:

To run normally:

docker run \
    -e AZP_URL='https://dev.azure.com/my_project' \
    -e AZP_TOKEN='12345abcde' \
    -e AZP_POOL='my_pool' \
    -e AZP_AGENT_NAME='my_agent' \
    saccy/azp-agent

To run behind a proxy that requires username and password:

docker run \
    -e AZP_URL='https://dev.azure.com/my_project' \
    -e AZP_TOKEN='12345abcde' \
    -e AZP_POOL='my_pool' \
    -e AZP_AGENT_NAME='my_agent' \
    -e PROXY_URL='https://my_proxy:8000' \
    -e PROXY_USER='my_proxy_user' \
    -e PROXY_PASS='12345abcde' \
    saccy/azp-agent

To run behind a proxy that does not require authentication:

docker run \
    -e AZP_URL='https://dev.azure.com/my_project' \
    -e AZP_TOKEN='12345abcde' \
    -e AZP_POOL='my_pool' \
    -e AZP_AGENT_NAME='my_agent' \
    -e PROXY_URL='https://my_proxy:8000' \
    saccy/azp-agent

TODO

  • Add alpine base

Connect

twitter: @the_last_saccy
blog: blog.headsup.dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published