JetBrains / teamcity-docker-agent

TeamCity agent docker image sources
https://hub.docker.com/r/jetbrains/teamcity-agent/
Apache License 2.0
77 stars 64 forks source link

Agent image with React/Node? #27

Closed jesuissur closed 6 years ago

jesuissur commented 6 years ago

Hey guys

Do you think it would be possible for you to distribute an image based on the agent image but with node and react tooling above it?

Thanks Phil

VladRassokhin commented 6 years ago

Hi, I'd suggest to use docker-in-docker feature and run your builds/tests in another docker container (via Docker-Wrapper feature). So you'd have reproducibility on local machine.

There're no plans to include any nodejs/npm tools into official agent docker image. Though nothing stops you from creating image you need on top of this one.