mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
gitlab: upgrade to CE v8.2.1
This commit is contained in:
parent
a88f332df1
commit
757afa1f41
@ -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
|
||||
|
||||
@ -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" \
|
||||
|
||||
@ -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}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user