Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

ausnimbus/docker-gitblit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gitblit

Docker Repository on Quay

This is a Docker image of Gitblit (http://gitblit.com/) based on openjdk:jre built to run on AusNimbus or OpenShift

This is a community maintained image aimed to serve as an example for running containers without the root user.

Usage

oc create -f openshift/gitblit-template.yaml

Gitblit interface should be available at (user/password: admin/admin)

By default it uses a persistent data volume for persistence.

daemonPort and sshPort are disabled as they are not currently supported by the OpenShift router

Configuration

You can configure the instance by editing files in directory /opt/gitblit-data inside the container

By default the JVM is started with options -server -Xmx768m. You can override this default using JAVA_OPTS environment variable.

Credits

This image is forked from https://github.com/jacekkow/docker-gitblit