gitlab: upgrade to CE v8.2.1

This commit is contained in:
Sameer Naik 2015-11-26 11:55:01 +05:30
parent a88f332df1
commit 757afa1f41
3 changed files with 8 additions and 1 deletions

View File

@ -5,6 +5,7 @@ This file only reflects the changes that are made in this image. Please refer to
**latest**
- expose rack_attack configuration options
- gitlab-shell: upgrade to v.2.6.8
- gitlab: upgrade to CE v8.2.1
**8.2.0**
- gitlab-shell: upgrade to v.2.6.7

View File

@ -1,7 +1,7 @@
FROM sameersbn/ubuntu:14.04.20151117
MAINTAINER sameer@damagehead.com
ENV GITLAB_VERSION=8.2.0 \
ENV GITLAB_VERSION=8.2.1 \
GITLAB_SHELL_VERSION=2.6.8 \
GITLAB_WORKHORSE_VERSION=0.4.2 \
GITLAB_USER="git" \

View File

@ -124,6 +124,12 @@ production: &base
# The mailbox where incoming mail will end up. Usually "inbox".
mailbox: "{{IMAP_MAILBOX}}"
## Build Artifacts
artifacts:
enabled: true
# The location where build artifacts are stored (default: shared/artifacts).
# path: shared/artifacts
## Git LFS
lfs:
enabled: {{GITLAB_LFS_ENABLED}}