mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
upgrade to gitlab 6.7.4
This commit is contained in:
parent
abc79ed8f6
commit
0998ca1d3c
@ -1,6 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
**latest**
|
||||
**6.7.4**
|
||||
- upgrade gitlab to 6.7.4
|
||||
- added SMTP_AUTHENTICATION configuration option, defaults to :login.
|
||||
- added LDAP configuration options.
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
Dockerfile to build a GitLab container image.
|
||||
|
||||
## Version
|
||||
Current Version: 6.7.3
|
||||
Current Version: 6.7.4
|
||||
|
||||
# Hardware Requirements
|
||||
|
||||
@ -82,7 +82,7 @@ docker pull sameersbn/gitlab:latest
|
||||
Since version 6.3.0, the image builds are being tagged. You can now pull a particular version of gitlab by specifying the version number. For example,
|
||||
|
||||
```
|
||||
docker pull sameersbn/gitlab:6.7.3
|
||||
docker pull sameersbn/gitlab:6.7.4
|
||||
```
|
||||
|
||||
Alternately you can build the image yourself.
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
GITLAB_VERSION=6.7.3
|
||||
GITLAB_VERSION=6.7.4
|
||||
SHELL_VERSION=1.9.1
|
||||
|
||||
# add git user
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user