Nenzyz / docker-atlassian-bitbucket

Atlassian Bitbucket Server wrapped in a Docker image

Home Page:https://cptactionhank.github.io/docker-atlassian-bitbucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Open Issues Stars on GitHub Forks on GitHub Stars on Docker Hub Pulls on Docker Hub

Atlassian Bitbucket Server in a Docker container

This is a containerized installation of Atlassian Bitbucket Server with Docker, and it's a match made in heaven for us all to enjoy. The aim of this image is to keep the installation as straight forward as possible, but with a few Docker related twists. You can get started by clicking the appropriate link below and reading the documentation.

If you want to help out, you can check out the contribution section further down.

Note: newer versions of Atlassian Bitbucket Server includes an Elastic Search service as well, that is when you are not running Bitbucket in foreground mode. To include searching capability using the Elastic Search bundled system add-on it is necessary to setup an external service for this ie. starting an additional container running Elastic Search.

I'm in the fast lane! Get me started

To quickly get started running a Bitbucket Server instance, use the following command:

docker run --detach --publish 7990:7990 cptactionhank/atlassian-bitbucket:latest

Then simply navigate your preferred browser to http://[dockerhost]:7990 and finish the configuration.

Contributions

This image has been created with the best intentions and an expert understanding of docker, but it should not be expected to be flawless. Should you be in the position to do so, I request that you help support this repository with best-practices and other additions.

Travis CI and CircleCI has been configured to build the Dockerfile and run acceptance tests on the Atlassian Bitbucket Server image to ensure it is working.

Travis CI has additionally been configured to automatically deploy new version branches when successfully building a new version of Atlassian Bitbucket Server in the master branch and serves as the base. Furthermore an eap branch has been setup to automatically build and commit updates to ensure this branch contains the latest version of Atlassian Bitbucket Server Early Access Program.

If you see out of date documentation, lack of tests, etc., you can help out by either

  • creating an issue and opening a discussion, or
  • sending a pull request with modifications (remember to read contributing guide before.)

Continuous Integration and Continuous Delivery is made possible with the great services from GitHub, Travis CI, and CircleCI written in Ruby, using RSpec, Capybara, and PhantomJS frameworks.

About

Atlassian Bitbucket Server wrapped in a Docker image

https://cptactionhank.github.io/docker-atlassian-bitbucket

License:MIT License


Languages

Language:Ruby 83.8%Language:Shell 16.2%