Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanhtunguet/az-docker-agent
Docker Image for Azure Devops Agent (with Node.js and DotNET Core 3.1 installed)
https://github.com/thanhtunguet/az-docker-agent
Last synced: 23 days ago
JSON representation
Docker Image for Azure Devops Agent (with Node.js and DotNET Core 3.1 installed)
- Host: GitHub
- URL: https://github.com/thanhtunguet/az-docker-agent
- Owner: thanhtunguet
- Created: 2020-04-26T04:43:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T16:22:52.000Z (over 2 years ago)
- Last Synced: 2023-03-22T07:40:11.548Z (almost 2 years ago)
- Language: Shell
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Azure Devops Agent
==================
# Prerequisites
- Docker installed# Usage:
## Build the image
```bash
docker build -t thanhtunguet/azure-devops-agent:latest .
```## Start image
```bash
docker-compose up -d
```## Environment variables
```env
AZP_URL=
AZP_TOKEN=
AZP_AGENT_NAME=
AZP_POOL=
AZP_WORK=_work
```© 2020 thanhtunguet