bamboo-agent using java 8 for bamboo 5.8
10K+
This is a minimalistic bamboo agent. This agent uses Java 8 and can be used by Bamboo 5.8+. It can be used as a base to build upon or it can be used with volumes if you build with containers. This also contains the latest docker client.
This is an example of how it it can be run and still use containers to build/test.
docker run -e BAMBOO_SERVER=http://yourbamboo.domain.com -h bamboo-agent --name bamboo-agent -d -v /data/bamboo-agent-home:/data/bamboo-agent-home -v /var/run/docker.sock:/var/run/docker.sock ahromis/bamboo-agent
A lot of credit goes to Hannes Wüthrich for his hwuethrich/docker-images repo as this is essentially using a modified version of his bamboo agent start script.
Content type
Image
Digest
sha256:19981dae8…
Size
214.1 MB
Last updated
almost 11 years ago
docker pull ahromis/bamboo-agent-java8