Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysticrenji/azdevops_iotbuildagent
Dockerized version of Azure Devops Agent for building IoT Modules under arm32v7 architecture
https://github.com/mysticrenji/azdevops_iotbuildagent
Last synced: about 6 hours ago
JSON representation
Dockerized version of Azure Devops Agent for building IoT Modules under arm32v7 architecture
- Host: GitHub
- URL: https://github.com/mysticrenji/azdevops_iotbuildagent
- Owner: mysticrenji
- Created: 2020-02-16T03:16:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T11:06:25.000Z (over 1 year ago)
- Last Synced: 2023-05-23T12:25:11.829Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Az Devops Build Agent for building IoT Modules in Arm32v7 devices
## Command to Build the Image
docker build -t "ImageName" .## Command to run the container
docker run -e AZP_URL={AZ DEVOPS URL} -e AZP_TOKEN={PAT} -e AZP_AGENT_NAME={AGENTNAME} -v /var/run/docker.sock:/var/run/docker.sock
"ImageName"