This repository contains Dockerfile of Bamboo for Docker's automated build published to the public Docker Hub Registry.
- Docker
- Download from Docker Hub Registry:
docker pull docker.io/saidsef/atlassian-bamboo-cicd
- Atlasian Bamboo License
Read Administration and Configuration of Bamboo Server documantation
docker run -d -p 8085:8085 $PWD:/data docker.io/saidsef/atlassian-bamboo-cicd:latest
- Create a mountable data directory
<data-dir>
on the host. - Start a container by mounting data directory and specifying the custom configuration file:
docker run -d -p 8085:8085 -v <data-dir>:/data saidsef/atlassian-bamboo-cicd /opt/path-to-app/bin/start-bamboo.sh
After few seconds, open
http://localhost:8085
kubectl apply -k deployment/
you might need to use `kubectl port-forward svc/bamboo 8085
Then, open http://localhost:8085
to see the result.
mkdocs build
mkdocs serve
Open up http://127.0.0.1:8000/
in your browser, and you'll see the default home page being displayed
Our latest and greatest source of Jenkins can be found on GitHub. Fork us!
We would ❤️ you to contribute by making a pull request.
Please read the official Contribution Guide for more information on how you can contribute.