Commit Graph

27 Commits

Author SHA1 Message Date
Vincent Robert a7a45dc949 Bump GitLab for Docker to version 7.7.2 2015-01-30 22:29:41 +01:00
Vincent Robert 35bf471a13 Bump Gitlab for Docker to 7.7.1 2015-01-29 16:34:01 +01:00
kfei 210a13ad42 Update the Omnibus package in Dockerfile
From 7.5.3 to 7.6.2.

Signed-off-by: kfei <kfei@kfei.net>
2015-01-15 11:34:49 +08:00
Dmitriy Zaporozhets e37ecb7ea6 Merge pull request #8458 from kfei/docker/reduce-image-size
Reduce the size of Docker image
2014-12-20 20:16:48 +02:00
kfei e9f974dc12 Reduce the size of Docker image
1) Add `--no-install-recommends` option to `apt-get install`, this
   avoids lots of (~30MB) unnecessary packages.
2) Add `ca-certificates` package for `wget` fetching stuffs from Amazon
   S3.
3) There is no need to run `apt-get clean` for an image derived from
   official Ubuntu since they already cleaned (see also:
   http://goo.gl/B2SQRB) all the garbages produced by `apt-get`.

Signed-off-by: kfei <kfei@kfei.net>
2014-12-16 22:49:43 -08:00
kfei c981d69338 Update the Omnibus package in Dockerfile
From 7.5.2 to 7.5.3.

Signed-off-by: kfei <kfei@kfei.net>
2014-12-16 09:04:52 -08:00
zertrin 4acf251693 Fix typo in the README.md for docker
The container name has been previously renamed to "gitlab_app".
2014-12-04 15:58:08 +01:00
Sytse Sijbrandij a3e9046ad5 Fix spelling error in dockerfile, thanks Vincent for noting it. 2014-12-04 12:29:30 +01:00
Sytse Sijbrandij c59b5e4e68 Merge branch 'docker-version-upgrades' into 'master'
Docker version upgrades

See merge request !251
2014-12-04 11:15:26 +00:00
Sytse Sijbrandij 14a1c1b4e6 Add some comments about updating the Omnibus package download location for the docker image. 2014-12-04 11:03:40 +01:00
Vincent Robert 176105eca6 Reword configuration to recommend an interactive command line 2014-12-04 10:38:35 +01:00
Vincent Robert 58b58fe44b gitlab-ctl can now be followed with docker logs 2014-12-04 10:38:04 +01:00
Vincent Robert d7aff11876 Move to 7.5.2 2014-12-04 10:30:10 +01:00
Sytse Sijbrandij 2a0ee91f7c Remove docker file maintainer at his request. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/245#note_647506 2014-12-03 14:07:18 +01:00
Sytse Sijbrandij 3838b168b3 Add password hint. 2014-12-03 12:43:26 +01:00
Sytse Sijbrandij 9e4d39c051 Move commands to the readme, rename gitlab to gitlab_app, add PostgreSQL tweaks to gitlab.rb. 2014-12-03 12:41:47 +01:00
Sytse Sijbrandij ed7760b1d7 Add command to limit Postgres memory allocation, thanks Jacob. 2014-12-02 19:25:04 +01:00
Sytse Sijbrandij 3b643bc87b Move build to first step and add interactive commands. 2014-12-02 17:16:46 +01:00
Sytse Sijbrandij 6f9d9ea09e Postgres log location is a directory. 2014-12-02 16:57:52 +01:00
Sytse Sijbrandij a33cb85530 Add interactive commands. 2014-12-02 16:28:12 +01:00
Sytse Sijbrandij 8dd3a16227 Change vim command. 2014-12-02 16:24:55 +01:00
Sytse Sijbrandij 40e80dbeb5 Remove vim since it is of no use to running GitLab. 2014-12-02 16:18:32 +01:00
Sytse Sijbrandij 0afa07f7f0 Add troubleshooting section to the docker documentation. 2014-12-02 15:19:43 +01:00
Sytse Sijbrandij ba955fe174 Change gitlab to gitlab_image on data run and add tail, thanks Vincent Robert. 2014-12-01 11:41:30 +01:00
Sytse Sijbrandij e08255ceea Make the docker commands so that people can build their own images. 2014-11-28 11:13:49 +01:00
Sytse Sijbrandij 385105382b Make docker image file user agnostic, to prevent confusion over official images. 2014-11-28 07:55:59 +01:00
Vincent Robert 0dcc1e88a4 Add Dockerfile to build an Omnibus GitLab image 2014-11-27 15:48:19 +01:00