mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
upgrade to gitlab-6.6.2
This commit is contained in:
parent
04059510a3
commit
95179fbe6e
@ -32,7 +32,7 @@
|
||||
Dockerfile to build a GitLab container image.
|
||||
|
||||
## Version
|
||||
Current Version: 6.6.1
|
||||
Current Version: 6.6.2
|
||||
|
||||
# Hardware Requirements
|
||||
|
||||
@ -81,7 +81,7 @@ docker pull sameersbn/gitlab
|
||||
Since version 6.5.0, the image builds are being tagged. You can now pull a particular version of gitlab by specifying the version number. For example,
|
||||
|
||||
```bash
|
||||
docker pull sameersbn/gitlab:6.6.1
|
||||
docker pull sameersbn/gitlab:6.6.2
|
||||
```
|
||||
|
||||
Alternately you can build the image yourself.
|
||||
|
||||
@ -25,7 +25,7 @@ sudo -u git -H ./bin/install
|
||||
|
||||
# install gitlab
|
||||
sudo -u git -H mkdir -p /home/git/gitlab
|
||||
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.1.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
|
||||
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.2.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
|
||||
chown -R git:git /home/git/gitlab/
|
||||
|
||||
cd /home/git/gitlab
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user