Git Product home page Git Product logo

atlassian-bamboo-cicd's Introduction

Atlassian Bamboo CI Dockerfile CI Tagging Release

This repository contains Dockerfile of Bamboo for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Prerequisites

  1. Docker
  2. Download from Docker Hub Registry: docker pull docker.io/saidsef/atlassian-bamboo-cicd
  3. Atlasian Bamboo License

Read Administration and Configuration of Bamboo Server documantation

Usage

docker run -d -p 8085:8085 $PWD:/data docker.io/saidsef/atlassian-bamboo-cicd:latest

Attach persistent/shared directories

  1. Create a mountable data directory <data-dir> on the host.
  2. 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

Kubernetes Deployment

kubectl apply -k deployment/

you might need to use `kubectl port-forward svc/bamboo 8085

Then, open http://localhost:8085 to see the result.

Docs

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

Source

Our latest and greatest source of Jenkins can be found on GitHub. Fork us!

Contributing

We would ❤️ you to contribute by making a pull request.

Please read the official Contribution Guide for more information on how you can contribute.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.