summaryrefslogtreecommitdiff
path: root/doc/ci/docker
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move registry CI example to CI docsMark Pundsack2016-06-131-4/+18
|
* Reformat notesMark Pundsack2016-06-131-4/+4
|
* Remove unnecessary messageMark Pundsack2016-06-131-4/+0
|
* Refactor notesMark Pundsack2016-06-131-6/+14
|
* Drop some 'however'sMark Pundsack2016-06-131-4/+4
|
* Add more pros and cons for each docker approachMark Pundsack2016-06-131-10/+19
|
* Fix docker volumeMark Pundsack2016-06-131-1/+1
|
* Fix more references to old gitlab-runnerMark Pundsack2016-06-131-1/+1
|
* Fix more instructionsMark Pundsack2016-06-131-3/+3
|
* Fix runner CLI instructionsMark Pundsack2016-06-131-4/+4
|
* Fix instructionsMark Pundsack2016-06-131-2/+1
|
* Moar commasMark Pundsack2016-06-131-2/+2
|
* Add notesMark Pundsack2016-06-131-0/+6
|
* Add example using GitLab Container RegistryMark Pundsack2016-06-131-0/+72
|
* Add docker bind-mount as an optionMark Pundsack2016-06-131-10/+68
|
* Rename Docker with Docker Engine.Takuya Noguchi2016-05-072-4/+4
|
* Update Docker Hub links.Takuya Noguchi2016-05-071-3/+3
|
* Merge branch 'fix/docker-in-docker-ci-documentation' into 'master' Achilleas Pipinellis2016-04-281-20/+63
|\ | | | | | | | | | | | | | | | | Update using_docker_build.md, clarify the 'privileged' mode requirement Related to #15428 Fixes gitlab-org/gitlab-ci-multi-runner#1261 See merge request !3909
| * Copyedit `using_docker_build.md` and fix linksfix/docker-in-docker-ci-documentationAchilleas Pipinellis2016-04-281-13/+24
| |
| * Update using_docker_build.md, clarify the 'privileged' mode requirementTomasz Maczukin2016-04-251-16/+48
| | | | | | | | [ci skip]