Skip to content

bd1dd141-246d-48bf-af76-4a72be2621d5/docker-azdo-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-azdo-terraform

AzDO build agent in a docker image that has Terraform installed

Description

Agent is added to the default pool of the AzDO organization targeted.

Terraform version v0.13.3

Microsoft documentation on configuring the build agent in docker

Usage

from where ever you want to run your docker image:

docker build -t dockeragent:latest .
docker run -e AZP_URL=<Azure DevOps instance> -e AZP_TOKEN=<PAT token> -e AZP_AGENT_NAME=mydockeragent dockeragent:latest

In your Azure DevOps pipeline yaml:

pool: default

About

AzDO build agent in a docker image that has Terraform installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages