Sign inSign up

micherr/teamcity-agent-docker-java7

By micherr

Updated about 10 years ago

Forked from https://hub.docker.com/r/sjoerdmulder/teamcity-agent with Java 7.

Image
0

10K+

micherr/teamcity-agent-docker-java7 repository overview

Teamcity build agent

This is a teamcity build agent docker image, it uses docker in docker from https://github.com/jpetazzo/dind to allow you to start docker images inside of it :) When starting the image as container you must set the TEAMCITY_SERVER environment variable to point to the teamcity server e.g.

docker run -e TEAMCITY_SERVER=http://localhost:8111

Optionally you can specify your ownaddress using the TEAMCITY_OWN_ADDRESS variable.

Linking example

docker run -d --name=teamcity-agent-1 --link teamcity:teamcity --privileged -e TEAMCITY_SERVER=http://teamcity:8111 sjoerdmulder/teamcity-agent:latest

What is inside

  • node 4.2.6, npm 3.5.0

Tag summary

Content type

Image

Digest

Size

530.4 MB

Last updated

about 10 years ago

docker pull micherr/teamcity-agent-docker-java7