From fee7ce6eedf1bb73ecbe8cf1d299e97e5cfbd804 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 23 Mar 2016 10:38:14 +0530 Subject: [PATCH] gitlab-workhorse: upgrade to v0.7.1 --- Changelog.md | 1 + Dockerfile | 2 +- assets/build/install.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5ef98475..6f745790 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Dockerfile b/Dockerfile index cf0cacae..4e73c526 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \ diff --git a/assets/build/install.sh b/assets/build/install.sh index bbbb4301..18470084 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -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}/