gitlab-workhorse: upgrade to v0.7.1

This commit is contained in:
Sameer Naik 2016-03-23 10:38:14 +05:30
parent 314a21a6c2
commit fee7ce6eed
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ This file only reflects the changes that are made in this image. Please refer to
**latest**
- gitlab-shell: upgrade to v.2.6.11
- gitlab-workhorse: upgrade to v0.7.1
**8.5.8**
- gitlab: upgrade to CE v8.5.8

View File

@ -3,7 +3,7 @@ MAINTAINER sameer@damagehead.com
ENV GITLAB_VERSION=8.5.8 \
GITLAB_SHELL_VERSION=2.6.11 \
GITLAB_WORKHORSE_VERSION=0.6.4 \
GITLAB_WORKHORSE_VERSION=0.7.1 \
GOLANG_VERSION=1.5.3 \
GITLAB_USER="git" \
GITLAB_HOME="/home/git" \

View File

@ -56,7 +56,7 @@ exec_as_git ./bin/install
exec_as_git rm -rf ${GITLAB_HOME}/repositories
echo "Cloning gitlab-workhorse v.${GITLAB_WORKHORSE_VERSION}..."
exec_as_git git clone -q -b ${GITLAB_WORKHORSE_VERSION} --depth 1 ${GITLAB_WORKHORSE_CLONE_URL} ${GITLAB_WORKHORSE_INSTALL_DIR}
exec_as_git git clone -q -b v${GITLAB_WORKHORSE_VERSION} --depth 1 ${GITLAB_WORKHORSE_CLONE_URL} ${GITLAB_WORKHORSE_INSTALL_DIR}
echo "Downloading Go ${GOLANG_VERSION}..."
wget -cnv https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.tar.gz -P ${GITLAB_BUILD_DIR}/