/teamcity-nodejs-agent

NodeJS build agent docker image for Teamcity

Primary LanguageShell

NodeJS build agent for Teamcity

In case you want to add your deployment SSH key, you can extend the teamcity-nodejs-agent image in the following way:

FROM snatalenko/teamcity-nodejs-agent:latest

COPY ./etc/buildagent.key /root/.ssh/
RUN chmod 600 /root/.ssh/buildagent.key && \
    echo "IdentityFile ~/.ssh/buildagent.key" > /root/.ssh/config