Sign inSign up

thinegan/debian-bamboo

By thinegan

•Updated about 9 years ago

Dockerized bamboo service, built on top of official Debian images.

Image
0

411

thinegan/debian-bamboo repository overview

⁠debian-bamboo

Dockerized bamboo service, built on top of official Debian images.

ProductVersionTagsDockerfile
Bamboo Software6.1.1v6.1.1, latestDockerfile⁠

⁠Installed packages

  • Debian GNU/Linux 9 (Stretch) x64bit
  • Oracle Java 8
  • mysql-connector-java - v5.1.43
  • Atlassian Bamboo - v6.1.1

⁠Config:

  • Dependencies Package:
    • software-properties-common
    • gnupg
    • curl
    • wget
    • xmlstarlet

⁠Shortcut

Docker-Compose:

$ curl -O https://raw.githubusercontent.com/thinegan/debian-bamboo/master/docker-compose.yml
$ docker-compose pull && docker-compose up -d

⁠Docker-CLI:

$ docker run -d -p 8000:8085 \
-v /home/user/bamboo-data:/home/www/public_html/bamboo-data.server.com \
--name bamboo thinegan/debian-bamboo:v6.1.1

⁠More Info:

  • Bamboo will be available at http://yourdockerhost:8000⁠.
  • Data will be persisted inside docker volume bamboo-data.
  • host path : /home/user/bamboo-data
  • container path : /home/www/public_html/bamboo-data.server.com
  • you can use mysql from endpoint connection
  • exposed port 8085
  • default command: bamboo start

⁠Example:

example-docker-bamboo

⁠Issues

If you run into any problems with this image, please check (and potentially file new) issues on the thinegan/debian-bamboo⁠ repo, which is the source for this image.

⁠References

Tag summary

Content type

Image

Digest

Size

1007.3 MB

Last updated

about 9 years ago

docker pull thinegan/debian-bamboo