Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 616 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 616 Bytes

Motivation

This is mutation of https://github.com/JetBrains/teamcity-docker-agent changed to enable inclution of newer jdk than jdk1.8 in docker agent.

It needs image crated by https://github.com/adam00s/teamcity-docker-minimal-agent-jdk10 in local docker.

Should be used for https://github.com/adam00s/teamcity-docker-agent-with-jdk1x

build script on linux

# get fresh files
rm -rf teamcity-docker-agent-jdk10
git clone https://github.com/adam00s/teamcity-docker-agent-jdk10.git

# go to docker build folder
cd teamcity-docker-agent-jdk10/ubuntu

# run docker build
chmod +x build.sh
./build.sh