Commit Graph

92 Commits

Author SHA1 Message Date
Philippe Lafoucrière b964b43e11 Use stable docker image instead of latest 2018-04-13 19:43:09 +00:00
Athar Hameed 0f20807173 Add Docker layer caching to CI docker-in-docker docs 2018-03-27 14:46:56 +00:00
Achilleas Pipinellis c7a55170d3
Copyedit CI services docs 2018-03-19 09:48:30 +01:00
Tomasz Maczukin 5b91905321
Update CI services documnetation 2018-03-14 16:34:21 +01:00
Teresa e Junior b6e37978bc Document mounting volumes with Docker-in-Docker 2017-12-21 06:38:17 +00:00
Achilleas Pipinellis 9f3df649ed
Refactor entrypoint override docs 2017-12-12 19:12:02 +01:00
Tomasz Maczukin b17c3ab63b
Fix entrypoint overriding documentation 2017-12-12 16:42:54 +01:00
Marcia Ramos 506a4e7530 Merge branch 'docs/gitlab-runner' into 'master'
Change to new GitLab Runner name

Closes #39636

See merge request gitlab-org/gitlab-ce!15101
2017-11-02 12:33:35 +00:00
Achilleas Pipinellis 69b4c5c011 Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
Achilleas Pipinellis 6bd2d594d7
Change to new GitLab Runner name 2017-10-31 11:20:40 +02:00
Paul 5f0663cacf Update using_docker_images.md 2017-10-23 00:21:01 +02:00
Dominik bf5c2ff868 Document the usage of the Docker OverlayFS driver for every build 2017-09-28 16:28:02 +00:00
Rémy Coutable 0357726d29 Merge branch 'patch-15' into 'master'
Fix incorrect reference in documentation

See merge request !13733
2017-09-07 14:16:22 +00:00
Fabio Busatto bb1a72c9cb Update doc for dind using overlay2 2017-08-29 07:19:06 +00:00
Tomasz Maczukin 6c4d13fe65 Update 'Using Docker images' documentation 2017-08-28 10:10:11 +00:00
Johan Brandhorst 62c747d4ed Fix incorrect reference in documentation 2017-08-21 15:51:16 +00:00
Achilleas Pipinellis 1a39d4f02a Properly explain when advanced Docker options were introduced 2017-08-16 18:48:39 +03:00
Achilleas Pipinellis 469ea5eab4 Refactor and copyedit "Using Docker images" docs 2017-07-03 15:26:05 +02:00
Tomasz Maczukin da2f003ccf Update syntax description to new syntax introduced in !12536. 2017-07-03 15:24:23 +02:00
Tomasz Maczukin 512254ef7a Add documentation for extended docker configuration options for CI 2017-07-03 15:24:23 +02:00
Rémy Coutable 75d425e4fc Merge branch 'docs-registry-hostname-part-of-service-hostname' into 'master'
Service hostname also include registry name, when using non Docker Hub registry.

See merge request !11729
2017-06-15 16:37:51 +00:00
Achilleas Pipinellis 8fb33b8f01 Add docs for personal access tokens 2017-06-14 08:40:21 +02:00
Matej Zerovnik af156c6081 Language typos fixed 2017-06-12 21:36:08 +02:00
Achilleas Pipinellis 8e4c6a0e54 Add more info on private Registry docs 2017-06-06 18:19:02 +02:00
Matej b122166916 Service hostname also include registry name, when using non Docker Hub registry. 2017-05-26 09:30:51 +00:00
Tomasz Maczukin cd06310123
Remove references to '/ci' path while describing Runner's registration 2017-05-15 11:52:05 +02:00
Steve Hall 2bf2cbafb5 Fix typo in code snippet to match text below 2017-05-04 20:20:33 +00:00
Grzegorz Bizon fc550b398b Merge branch 'master' into feature/multi-level-container-registry-images
* master: (230 commits)
  Fix N+1 query in loading pipelines in merge requests
  Fix Spinach and Capybara dependencies
  Prevent users from disconnecting gitlab account from CAS
  30276 Move issue, mr, todos next to profile dropdown in top nav
  Refactor SearchController#show
  Properly eagerly-load the Capybara server for JS feature specs only
  Updating documentation to include a missing step in the update procedure
  Eager-load the Capybara server to prevent timeouts
  Increase Capybara's timeout
  Add metrics button to Environment Overview page
  Fix link to Jira service documentation
  Handle parsing OpenBSD ps output properly to display sidekiq infos on ...
  Eliminate unnecessary queries that add ~500 ms of load time for a large issue
  20914 Limits line length for project home page
  Allow users to import GitHub projects to subgroups
  Update dpl CI example
  Fix the docs:check:links job
  Don't clean up the gitlab-test-fork_bare repo
  Make GitLab use Gitaly for commit_is_ancestor
  Remove unnecessary ORDER BY clause from `forked_to_project_id` subquery
  ...
2017-04-03 09:36:09 +02:00
Niklas 21703e46d6 Use same variable for registry password as above 2017-03-25 22:10:55 +00:00
Grzegorz Bizon c5912ecd73 Merge branch 'master' into feature/multi-level-container-registry-images
* master: (1327 commits)
  Merge branch 'render-json-leak' into 'security'
  Merge branch 'ssrf' into 'security'
  Merge branch 'ssrf' into 'security'
  Merge branch 'fix-links-target-blank' into 'security'
  Merge branch '28058-hide-emails-in-atom-feeds' into 'security'
  Fix karma test
  Reset filters after click
  Handle Route#name being nil after an update
  Only add frontend code coverage instrumentation when generating coverage report
  fix recompile assets step in 9.0 upgrade guide to use yarn
  Undo explicit conversion to Integer
  Make level_value accept string integers
  Make feature spec more robust
  Removed d3.js from the main application.js bundle
  Extend compound status for manual actions specs
  Update css to be nice and tidy.
  Fix pipeline status for transition between stages
  add an index to the ghost column
  Return 404 in project issues API endpoint when project cannot be found
  Improve rename projects migration
  ...

Conflicts:
	doc/ci/docker/using_docker_build.md
	spec/lib/gitlab/import_export/all_models.yml
2017-03-21 14:22:56 +01:00
Z.J. van de Weg 3ebd29b538 Futher rename the CI variables 2017-03-16 08:49:01 +01:00
szymon 1cba12d35f Update using_docker_images.md 2017-03-14 14:03:28 +00:00
Andre Guedes 246df2bd11 Adding registry endpoint authorization 2017-02-22 11:29:07 -03:00
Rémy Coutable 90eb2b92a0 Merge branch 'dev-docs-ci_docker_build-example_variable_use' into 'master'
docs(ci/docker_build): Add example of variable use

See merge request !9159
2017-02-22 12:51:31 +00:00
Dmitriy Volkov 0b2fc0557f
docs(ci/docker_build): Add example of variable use 2017-02-21 22:30:04 +03:00
Adam Boseley 420797f654 Update using_docker_images.md
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-21 15:36:53 +01:00
Achilleas Pipinellis a084437b5c Rename builds to jobs in docs
[ci skip]
2017-02-15 12:12:35 +01:00
Achilleas Pipinellis c345edcb7f Document the need to use a PAT with Registry when 2FA is on
GitLab 8.12 introduced a new permissions model which tightened the
security of Container Registry. It is now required to use a personal
token if 2FA is enabled.

[ci skip]
2016-12-01 14:24:12 +01:00
Achilleas Pipinellis cd7339a996 Document the usage of the Docker OverlayFS driver
[ci skip]
2016-11-08 18:05:10 +01:00
Connor Shea 8a998b632a Change a bunch of doc links to either relative or https://docs.gitlab.com. 2016-11-03 15:11:51 -06:00
Sean McGivern 696f09c7bf Merge branch 'patch-4' into 'master'
Improve docs on `gitlab-ci-token` user

See merge request !6002
2016-10-31 08:56:37 +00:00
Rémy Coutable e4937e2800 Merge branch 'patch-3' into 'master'
Fix docker.sock reference in config.toml

## What does this MR do?

`config.toml` sample did not correctly represent the `/var/run/docker.sock` mapping, causing it to be created as a volume instead.

## Why was this MR needed?

It was broken.

See merge request !5172
2016-10-22 11:42:02 +00:00
Rémy Coutable 9cf5b1cc99 Merge branch 'patch-6' into 'master'
Grammar fixes in docs

Some minor grammar fixes in a page in the docs

See merge request !6645
2016-10-21 16:48:44 +00:00
Sander Dalemans f6cef1337d Fix small typo in using_docker_images.md, file is called `build_script` (using underscore) 2016-10-03 19:02:15 +00:00
Wilfred Hughes c920aad3ee Grammar fixes in docs 2016-10-03 01:11:50 +00:00
Ben Bodenmiller eecb52e145 improve docs on gitlab-ci-token user 2016-09-21 03:49:22 -07:00
Aurelio Jargas 8e096e724c Add missing escape at line end 2016-07-22 10:10:53 +00:00
Niels Keurentjes 51ef233e25 Fix docker.sock reference in config.toml
Mapping was omitted so it would just create a temp volume.
2016-07-10 23:35:10 +00:00
Mark Pundsack 6ed7fcad29 Remove our 2016-06-13 22:47:54 -07:00
Mark Pundsack 8df7d90d5a De-note-ify 2016-06-13 22:45:43 -07:00