Sign inSign up

matisq/bamboo-agent

By matisq

Updated over 7 years ago

Bamboo Agent

Image
1

4.1K

matisq/bamboo-agent repository overview

Bamboo Agent

matisq/bamboo-agent is a docker image to use with an Atlassian Bamboo Agent based on phusion/baseimage-docker

Documentation

Here you can find info how to setup Bamboo on Rancher.

Info

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!

Usage

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

Variables

  • AGENT_VERSION - This should match the version of Bamboo Server
  • BAMBOO_SERVER - URL or IP of Bamboo Server where agent should be attached
  • BAMBOO_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 Agent

Metadata

Contributors

Any forks are welcome!

Tag summary

Content type

Image

Digest

Size

257.6 MB

Last updated

over 7 years ago

docker pull matisq/bamboo-agent