This is a jenkins slave image for build hyperstart, the base image is hyperhq/jenkins-slave-golang:1.7-ubuntu
.
It contains:
- oracle-jdk8
- golang:1.7
- jenkins slave(REF: jenkinsci/slave)
Usage: ./build.sh
When use "Execute shell" in build step, please add the following lines
export GOROOT=/usr/local/go
export PATH=$GOROOT/bin:$PATH