Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2016-10-13Update README.mdMatt Lee
2016-05-07Update Docker Hub links.Takuya Noguchi
2015-09-30Fix typoKamil Trzcinski
2015-09-30Update docker guide and add docker-compose.ymlKamil Trzcinski
2015-08-26Fixed #1952 docker ssh connection times can be slow when UseDNS is enabledRowan Wookey
2015-07-16Merge branch 'chef-docker' into 'master' Job van der Voort
Added note about chef Added note about chef being required to generate GitLab config. because of tweet https://twitter.com/grahamgilbert/status/621015318442459136 See merge request !982
2015-07-16added additional spacekaren Carias
2015-07-15added note about chefkaren Carias
2015-07-14Fix docker imageKamil Trzcinski
2015-07-14Revert "Change default admin password from "5iveL!fe" to "password""Sytse Sijbrandij
This reverts commit 8a01a1222875b190d32769f7a6e7a74720079d2a.
2015-07-10information about why we use fig.ymlkaren Carias
2015-07-10Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceSytse Sijbrandij
Conflicts: docker/marathon.json
2015-07-10Add volumes to marathon file.Sytse Sijbrandij
2015-07-10Update image to latest oneSytse Sijbrandij
2015-07-10Revert "Remove intro and link to Dockerhub"Sytse Sijbrandij
This reverts commit 57ec2832875aa976950093479b6a69f4e852807c.
2015-07-10Remove intro and link to DockerhubSytse Sijbrandij
2015-07-10Remove intro and link to DockerhubSytse Sijbrandij
2015-07-07Markdown fixKamil Trzcinski
2015-07-07Add note about HTTPSKamil Trzcinski
2015-07-07Fix port issueKamil Trzcinski
2015-07-06Fix port 80443 => 8443Kamil Trzcinski
2015-07-06Final touchesKamil Trzcinski
2015-07-06Update Docker documentation to use single containerKamil Trzcinski
2015-07-06Added data volumes to DockerfileKamil Trzcinski
2015-06-25Change default admin password from "5iveL!fe" to "password"Robert Speicher
2015-06-11Self build images require different build commands.Sytse Sijbrandij
2015-06-11[Docker][Documentation] Uses new docker data image from Docker Hub ↵Stefan Schweter
(*sytse/gitlab-data*). Uniform tag name for data image is now *gitlab-data*.
2015-06-05Improve instructions for publishing gitlab-app.Sytse Sijbrandij
2015-05-31small typoTerrence Benade
2015-05-15Set gitlab.rb in Docker single image in order to make PostgreSQL start up ↵Stan Hu
properly See gitlab-org/omnibus-gitlab#552
2015-05-13Use apt repositories to upgrade Docker builds to the latest GitLab versionStan Hu
Reduces the need to bump versions periodically.
2015-05-07Fix spelling error, thanks MarkSytse Sijbrandij
2015-05-07Remove the volumes from the single image to keep it simple.Sytse Sijbrandij
2015-05-07No need to commit when using a dockerfile.Sytse Sijbrandij
2015-05-07Cleanup the order of the docker manual a bit more.Sytse Sijbrandij
2015-05-07Put the retrieval of published images first.Sytse Sijbrandij
2015-05-07Add headers and reduce duplication.Sytse Sijbrandij
2015-05-07Forgot to link the third directory, thanks Ben.Sytse Sijbrandij
2015-05-06Small improvements to the dockerfile.Sytse Sijbrandij
2015-05-06Made a single docker file.Sytse Sijbrandij
2015-05-04Docker: update omnibus packageJakob Englisch
2015-04-28Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceSytse Sijbrandij
2015-04-28Add more instuctions on how to publish docker images yourself.Sytse Sijbrandij
2015-04-27Upgrade Docker build to v7.10.0Stan Hu
2015-04-07gitlab 7.9.2Igor Kostenko
2015-03-30Bump Docker build to GitLab v7.9.1Stan Hu
2015-03-27Merge branch 'master' into 'master'Sytse (admin)
Separate Dockerfile for Data and Application This is based on #1158 Instead of creating data container from same docker image, we create separate docker image for data container to avoid keeping original docker image after upgrading to new version. (That results in 1GB space that cannot be freed) See merge request !409
2015-03-23Bump Docker build to GitLab v7.9.0Stan Hu
2015-03-20Separate Dockerfile for Data and ApplicationJozef Vaclavik
2015-03-10Upgrade Docker image to GitLab v7.8.3Stan Hu