Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 935 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 935 Bytes

teamcity-agent-window

Docker Stars Docker Pulls Docker Pulls

The base image for running your teamcity agents on Windows.

For extending this image, just add it as base in your Dockerfile

FROM minidfx/teamcity-agent-window

For building the image with your own tag, you have to

  • change the environment variable TEAMCITY_SERVER with your server url, for instance: ENV TEAMCITY_SERVER "http://my.teamcity.server.com:8111".

This image contains the following dependencies

  • Java runtime (for running the agent)