gitlab: upgrade to CE v8.3.4

This commit is contained in:
Sameer Naik 2016-01-14 09:56:06 +05:30
parent b1998713ac
commit c3ef733fc8
3 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,7 @@ This file only reflects the changes that are made in this image. Please refer to
**latest**
- gitlab-workhorse: upgrade to v0.5.4
- gitlab: upgrade to CE v8.3.4
**8.3.2**
- gitlab: upgrade to CE v8.3.2

View File

@ -1,7 +1,7 @@
FROM sameersbn/ubuntu:14.04.20151213
MAINTAINER sameer@damagehead.com
ENV GITLAB_VERSION=8.3.2 \
ENV GITLAB_VERSION=8.3.4 \
GITLAB_SHELL_VERSION=2.6.9 \
GITLAB_WORKHORSE_VERSION=0.5.4 \
GITLAB_USER="git" \

View File

@ -204,6 +204,11 @@ production: &base
bind_dn: '{{LDAP_BIND_DN}}'
password: '{{LDAP_PASS}}'
# Set a timeout, in seconds, for LDAP queries. This helps avoid blocking
# a request if the LDAP server becomes unresponsive.
# A value of 0 means there is no timeout.
timeout: 10
# This setting specifies if LDAP server is Active Directory LDAP server.
# For non AD servers it skips the AD specific queries.
# If your LDAP server is not AD, set this to false.