Short Description
VSTS Build.vNext agent on various Docker images
Full Description
vsoagent (VSTS Agent on Docker)
Assorted Docker images with the new Build.vNext xplat agent baked in. Apologies for the old nomenclature.
Currently Supported Tags
aspnet
: vsoagent paired with Microsoft's ASP.NET vNext imagego
: vsoagent paired with Docker's golang imagejava6
: vsoagent paired with Docker's Java version 6 imagejava7
: vsoagent paired with Docker's Java version 7 imagejava8
: vsoagent paired with Docker's Java version 8 imagenode
: vsoagent paired with Docker's nodejs imagepython
: vsoagent paired with Docker's python imageruby
: vsoagent paired with Docker's ruby image
Usage
Feel free to clone this repo and use only the directory you wish for local image builds. Replace the contents of the agent.config file with the parameters you need for setting up the agent.
As of right now, you will need to configure the agent prior to first use. Getting that automated is currently a WIP.
Then, from a command prompt, type the following:
docker run -d <<image_name>> node host -u <<user>> -p <<password>>