A simple Dockerfile that install OpenJDK 8 and Bamboo CI server.
10K+
This repository contains Dockerfile of Bamboo for Docker's automated build published to the public Docker Hub Registry.
docker pull saidsef/ubuntu-bamboo-dockerfiledocker run -d -p 8085:8085 $PWD:/data saidsef/ubuntu-bamboo-dockerfile
<data-dir> on the host.docker run -d -p 8085:8085 -v <data-dir>:/data saidsef/ubuntu-bamboo-dockerfile /opt/path-to-app/bin/start-bamboo.sh
After few seconds, open http://<host>:8085 to see the result.
Create Kubernets namespace
cicdi.e.kubectl create namespace cicd
kubectl apply -k deployment/
you might need to use
kubectl port-forward ...After few seconds, openhttp://bamboo.[namespace].svc:8085to 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
Content type
Image
Digest
sha256:91de8b650…
Size
648.6 MB
Last updated
almost 5 years ago
docker pull saidsef/ubuntu-bamboo-dockerfile