Skip to content

redmatter/docker-bamboo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerised Atlassian Bamboo

Here you will find Atlassian Bamboo, dockerised for deployment as a container. Images for the bamboo server container can be obtained from docker hub using the tag redmatter/bamboo.

NOTE: Containerised deployments of Bamboo is still not officially supported by Atlassian.

Development setup

docker-compose.yml gives you the basic setup you can use to develop and test the container. It will create all necessary containers (mysql and docker registry), that can be accessed from bamboo.

git clone git@github.com:redmatter/docker-bamboo.git
cd docker-bamboo
docker-compose up