mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
gitlab: upgrade to CE v.7.13.0
This commit is contained in:
parent
ade0ca1335
commit
827376c527
@ -5,6 +5,7 @@ This file only reflects the changes that are made in the the docker image. Pleas
|
||||
**latest**
|
||||
- expose SAML OAuth provider configuration
|
||||
- expose `OAUTH_AUTO_SIGN_IN_WITH_PROVIDER` configuration
|
||||
- gitlab: upgrade to CE v.7.13.0
|
||||
|
||||
**7.12.2-2**
|
||||
- enable persistence `.secret` file used in 2FA
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
FROM sameersbn/ubuntu:14.04.20150712
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
ENV GITLAB_VERSION=7.12.2 \
|
||||
ENV GITLAB_VERSION=7.13.0 \
|
||||
GITLAB_SHELL_VERSION=2.6.3 \
|
||||
GITLAB_USER="git" \
|
||||
GITLAB_HOME="/home/git" \
|
||||
|
||||
@ -60,14 +60,15 @@ production: &base
|
||||
|
||||
# Email server smtp settings are in config/initializers/smtp_settings.rb.sample
|
||||
|
||||
default_can_create_group: {{GITLAB_CREATE_GROUP}} # default: true
|
||||
username_changing_enabled: {{GITLAB_USERNAME_CHANGE}} # default: true - User can change her username/namespace
|
||||
## Default theme
|
||||
## BASIC = 1
|
||||
## MARS = 2
|
||||
## MODERN = 3
|
||||
## GRAY = 4
|
||||
## COLOR = 5
|
||||
# default_can_create_group: false # default: true
|
||||
# username_changing_enabled: false # default: true - User can change her username/namespace
|
||||
## Default theme ID
|
||||
## 1 - Graphite
|
||||
## 2 - Charcoal
|
||||
## 3 - Green
|
||||
## 4 - Gray
|
||||
## 5 - Violet
|
||||
## 6 - Blue
|
||||
# default_theme: 2 # default: 2
|
||||
|
||||
## Automatic issue closing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user