mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
gitlab-workhorse: upgrade to v0.7.1
This commit is contained in:
parent
314a21a6c2
commit
fee7ce6eed
@ -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
|
||||
|
||||
@ -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" \
|
||||
|
||||
@ -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}/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user