This repository was archived by the owner on Oct 25, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # Data: docker run --name gitlab_data genezys/gitlab:7.5.3 /bin/true
2
- # Run: docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data genezys/gitlab:7.5.3
1
+ # Data: docker run --name gitlab_data genezys/gitlab:7.6.2 /bin/true
2
+ # Run: docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data genezys/gitlab:7.6.2
3
3
4
4
FROM ubuntu:14.04
5
5
MAINTAINER Vincent Robert <vincent.robert@genezys.net>
@@ -15,7 +15,7 @@ RUN apt-get update -q \
15
15
# If the Omnibus package version below is outdated please contribute a merge request to update it.
16
16
# If you run GitLab Enterprise Edition point it to a location where you have downloaded it.
17
17
RUN TMP_FILE=$(mktemp); \
18
- wget -q -O $TMP_FILE https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.5.3 -omnibus.5.2.1 .ci-1_amd64.deb \
18
+ wget -q -O $TMP_FILE https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.6.2 -omnibus.5.3.0 .ci.1 -1_amd64.deb \
19
19
&& dpkg -i $TMP_FILE \
20
20
&& rm -f $TMP_FILE
21
21
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ The directories on data container are:
22
22
Create the data container with:
23
23
24
24
``` bash
25
- sudo docker run --name gitlab_data genezys/gitlab:7.5.3 /bin/true
25
+ sudo docker run --name gitlab_data genezys/gitlab:7.6.2 /bin/true
26
26
```
27
27
28
28
After creating this, run GitLab:
29
29
30
30
``` bash
31
- sudo docker run --detach --name gitlab_app --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data genezys/gitlab:7.5.3
31
+ sudo docker run --detach --name gitlab_app --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data genezys/gitlab:7.6.2
32
32
```
33
33
34
34
It might take a while before the docker container is responding to queries. You can follow the configuration process with ` docker logs -f gitlab_app ` .
You can’t perform that action at this time.
0 commit comments