docker-azure-pipelines-agent
docker-azure-pipelines-agent copied to clipboard
Azure DevOps Agent Docker Images. Based on this: https://github.com/microsoft/vsts-agent-docker
Right now, when using the image: czon/azdo-agent, you'll end up with version 2.168.2 of the Visual Studio Agent. Could you please use the latest tag (or some other, custom tag)...
Closes #12
Add an image without a system reference that can be used on both, Windows and Linux environments. Here is how to get this: https://callistaenterprise.se/blogg/teknik/2017/12/28/multi-platform-docker-images/
As described here: https://github.com/MicrosoftDocs/vsts-docs/issues/5405 There are some good reasons to have the agent isolated from the root context.
The Includes/Excludes for Environment Variables are not matter while configure the agent. This will show excluded variables for a short time in the Capabilities tab in AzDO.
Add an healthcheck to the image like requested here: https://github.com/microsoft/vsts-agent-docker/issues/175