A docker image to run a TeamCity agent with Node.js a newman
1.1K
A docker image to run a TeamCity agent with Node.js (version 20) capabilities. The image is based on the official teamcity-minimal-agent and just adds a node.js and also Newman installation on top of it.
Simply run docker build -t teamcity-newman-agent .
Since the image is based on the teamcity-minimal-agent, all required parameters of the base image are also required here. You can run the image that you have already built, or pull the image from docker hub
Docker hub example :
docker run estebanx/teamcity-newman-agent:latest -it -e SERVER_URL="<url to TeamCity server>" -v <path to agent config folder>:/data/teamcity_agent/conf
if you want to collaborate or give some feedback, please go to the repository https://github.com/estebanx/teamcity-newman-agent
MIT License
Content type
Image
Digest
sha256:93efc952e…
Size
692.6 MB
Last updated
over 2 years ago
docker pull estebanx/teamcity-newman-agent