matisq/bamboo-agent is a docker image to use with an Atlassian Bamboo Agent based on phusion/baseimage-docker
Here you can find info how to setup Bamboo on Rancher.
This is a part of a Bamboo Stack. You can download docker-compose.yml and check out how it works!
Bamboo Stack is also available in my custom rancher-stack, so with just a few clicks you can use, scale and upgrade it!
Agent can connect to already running Bamboo Server:
docker run \
-e AGENT_VERSION=5.15.3 \
-e BAMBOO_SERVER=192.168.0.12 \
-e BAMBOO_SERVER_PORT=8085 \
-e PACKAGES="mc firefox" \
matisq/bamboo-agent
AGENT_VERSION - This should match the version of Bamboo ServerBAMBOO_SERVER - URL or IP of Bamboo Server where agent should be attachedBAMBOO_SERVER_PORT - External port of Bamboo Server UI. In case of using docker-compose stack, this can be linked name.PACKAGES - space separated list of additional packages which should be installed on Bamboo AgentAny forks are welcome!
Content type
Image
Digest
Size
257.6 MB
Last updated
over 7 years ago
docker pull matisq/bamboo-agent