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