mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge branch 'ichizok-gitlab-git-http-server'
This commit is contained in:
commit
efa66c28a7
@ -3,6 +3,7 @@ MAINTAINER sameer@damagehead.com
|
||||
|
||||
ENV GITLAB_VERSION=8.0.5 \
|
||||
GITLAB_SHELL_VERSION=2.6.5 \
|
||||
GITLAB_GIT_HTTP_SERVER_VERSION=0.2.14 \
|
||||
GITLAB_USER="git" \
|
||||
GITLAB_HOME="/home/git" \
|
||||
GITLAB_LOG_DIR="/var/log/gitlab" \
|
||||
|
||||
@ -51,8 +51,9 @@ cd ${GITLAB_SHELL_INSTALL_DIR}
|
||||
sudo -u git -H cp -a config.yml.example config.yml
|
||||
sudo -u git -H ./bin/install
|
||||
|
||||
echo "Cloning gitlab-git-http-server..."
|
||||
sudo -u git -H git clone -q https://gitlab.com/gitlab-org/gitlab-git-http-server.git --depth 1 ${GITLAB_GIT_HTTP_SERVER_INSTALL_DIR}
|
||||
echo "Cloning gitlab-git-http-server v.${GITLAB_GIT_HTTP_SERVER_VERSION}..."
|
||||
sudo -u git -H git clone -q -b ${GITLAB_GIT_HTTP_SERVER_VERSION} --depth 1 \
|
||||
https://gitlab.com/gitlab-org/gitlab-git-http-server.git ${GITLAB_GIT_HTTP_SERVER_INSTALL_DIR}
|
||||
cd ${GITLAB_GIT_HTTP_SERVER_INSTALL_DIR}
|
||||
sudo -u git -H make
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user