summaryrefslogtreecommitdiff
path: root/doc/ci/docker
Commit message (Collapse)AuthorAgeFilesLines
* Document mounting volumes with Docker-in-DockerTeresa e Junior2017-12-211-0/+15
|
* Refactor entrypoint override docstm/docs/docker-extended-entrypoint-fixAchilleas Pipinellis2017-12-121-61/+36
|
* Fix entrypoint overriding documentationTomasz Maczukin2017-12-121-3/+45
|
* Merge branch 'docs/gitlab-runner' into 'master'Marcia Ramos2017-11-022-6/+6
|\ | | | | | | | | | | | | Change to new GitLab Runner name Closes #39636 See merge request gitlab-org/gitlab-ce!15101
| * Change to new GitLab Runner namedocs/gitlab-runnerAchilleas Pipinellis2017-10-312-6/+6
| |
* | Exclude comments from specific docsAchilleas Pipinellis2017-11-011-0/+4
|/
* Update using_docker_images.mdPaul2017-10-231-4/+0
|
* Document the usage of the Docker OverlayFS driver for every buildDominik2017-09-281-7/+22
|
* Merge branch 'patch-15' into 'master'Rémy Coutable2017-09-071-1/+1
|\ | | | | | | | | Fix incorrect reference in documentation See merge request !13733
| * Fix incorrect reference in documentationJohan Brandhorst2017-08-211-1/+1
| |
* | Update doc for dind using overlay2Fabio Busatto2017-08-291-3/+7
| |
* | Update 'Using Docker images' documentationTomasz Maczukin2017-08-281-7/+33
|/
* Properly explain when advanced Docker options were introduceddocs/docker-entrypointAchilleas Pipinellis2017-08-161-17/+23
|
* Refactor and copyedit "Using Docker images" docsdocs/extended-docker-syntax-in-ci-ymlAchilleas Pipinellis2017-07-031-135/+150
|
* Update syntax description to new syntax introduced in !12536.Tomasz Maczukin2017-07-031-10/+15
|
* Add documentation for extended docker configuration options for CITomasz Maczukin2017-07-031-0/+176
|
* Merge branch 'docs-registry-hostname-part-of-service-hostname' into 'master'33745-issue-closing-pattern-does-not-work-for-secondary-issues-when-using-full-urlsRémy Coutable2017-06-151-0/+12
|\ | | | | | | | | Service hostname also include registry name, when using non Docker Hub registry. See merge request !11729
| * Language typos fixedMatej Zerovnik2017-06-121-2/+2
| |
| * Service hostname also include registry name, when using non Docker Hub registry.Matej2017-05-261-0/+12
| |
* | Add docs for personal access tokensdocs/personal-access-tokensAchilleas Pipinellis2017-06-141-3/+5
| |
* | Add more info on private Registry docsdocs/private-registryAchilleas Pipinellis2017-06-061-16/+54
|/
* Remove references to '/ci' path while describing Runner's registrationchange-url-in-specific-runners-registration-stepsTomasz Maczukin2017-05-151-5/+5
|
* Fix typo in code snippet to match text belowSteve Hall2017-05-041-1/+1
|
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-031-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Use same variable for registry password as aboveNiklas2017-03-251-1/+1
| |
* | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-212-10/+14
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-7/+7
| |
| * Update using_docker_images.mdszymon2017-03-141-3/+7
| |
* | Adding registry endpoint authorizationAndre Guedes2017-02-221-4/+4
|/
* Merge branch 'dev-docs-ci_docker_build-example_variable_use' into 'master' Rémy Coutable2017-02-221-0/+24
|\ | | | | | | | | docs(ci/docker_build): Add example of variable use See merge request !9159
| * docs(ci/docker_build): Add example of variable useDmitriy Volkov2017-02-211-0/+24
| |
* | Update using_docker_images.mdAdam Boseley2017-02-211-6/+9
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Rename builds to jobs in docsAchilleas Pipinellis2017-02-153-44/+54
|/ | | | [ci skip]
* Document the need to use a PAT with Registry when 2FA is onAchilleas Pipinellis2016-12-011-9/+23
| | | | | | | | 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]
* Document the usage of the Docker OverlayFS driverdocs/docker-overlayfs-driverAchilleas Pipinellis2016-11-081-11/+58
| | | | [ci skip]
* Change a bunch of doc links to either relative or https://docs.gitlab.com.fix-docs-linksConnor Shea2016-11-031-1/+1
|
* Merge branch 'patch-4' into 'master' Sean McGivern2016-10-311-4/+4
|\ | | | | | | | | Improve docs on `gitlab-ci-token` user See merge request !6002
| * improve docs on gitlab-ci-token userBen Bodenmiller2016-09-211-4/+4
| |
* | Merge branch 'patch-3' into 'master' Rémy Coutable2016-10-221-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Fix docker.sock reference in config.toml Niels Keurentjes2016-07-101-1/+1
| | | | | | | | | Mapping was omitted so it would just create a temp volume.
* | | Merge branch 'patch-6' into 'master' Rémy Coutable2016-10-211-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Grammar fixes in docs Some minor grammar fixes in a page in the docs See merge request !6645
| * | | Grammar fixes in docsWilfred Hughes2016-10-031-3/+3
| | |/ | |/|
* | | Fix small typo in using_docker_images.md, file is called `build_script` ↵Sander Dalemans2016-10-031-1/+1
|/ / | | | | | | (using underscore)
* | Add missing escape at line endAurelio Jargas2016-07-221-1/+1
|/
* Remove ourMark Pundsack2016-06-131-1/+1
|
* De-note-ifyMark Pundsack2016-06-131-4/+4
|
* Clarify dind exampleMark Pundsack2016-06-131-2/+2
|
* Make minor grammar changeMark Pundsack2016-06-131-2/+2
|
* Make Achilleas' suggested changesMark Pundsack2016-06-131-28/+28
|
* Use docker:latestMark Pundsack2016-06-131-2/+2
|