Skip to content
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

Commit 741fcfb

Browse files
author
Vincent Robert
committed
Upgrade to 7.6.2
1 parent d5f6b7c commit 741fcfb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33

44
FROM ubuntu:14.04
55
MAINTAINER Vincent Robert <vincent.robert@genezys.net>
@@ -15,7 +15,7 @@ RUN apt-get update -q \
1515
# If the Omnibus package version below is outdated please contribute a merge request to update it.
1616
# If you run GitLab Enterprise Edition point it to a location where you have downloaded it.
1717
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 \
1919
&& dpkg -i $TMP_FILE \
2020
&& rm -f $TMP_FILE
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The directories on data container are:
2222
Create the data container with:
2323

2424
```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
2626
```
2727

2828
After creating this, run GitLab:
2929

3030
```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
3232
```
3333

3434
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`.

0 commit comments

Comments
 (0)