mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge branch 'gitlab-8.4.2'
This commit is contained in:
commit
9add016aaa
@ -2,6 +2,10 @@
|
||||
|
||||
This file only reflects the changes that are made in this image. Please refer to the upstream GitLab [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) for the list of changes in GitLab.
|
||||
|
||||
**latest**
|
||||
- gitlab-workhorse: upgrade to v0.6.2
|
||||
- gitlab: upgrade to CE v8.4.2
|
||||
|
||||
**8.4.1**
|
||||
- gitlab: upgrade to CE v8.4.1
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
FROM sameersbn/ubuntu:14.04.20160121
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
ENV GITLAB_VERSION=8.4.1 \
|
||||
ENV GITLAB_VERSION=8.4.2 \
|
||||
GITLAB_SHELL_VERSION=2.6.10 \
|
||||
GITLAB_WORKHORSE_VERSION=0.6.1 \
|
||||
GITLAB_WORKHORSE_VERSION=0.6.2 \
|
||||
GITLAB_USER="git" \
|
||||
GITLAB_HOME="/home/git" \
|
||||
GITLAB_LOG_DIR="/var/log/gitlab" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user