summaryrefslogtreecommitdiff
path: root/doc/ci/docker
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'doc-edit-config-file-path-kaniko' into 'master'Achilleas Pipinellis2018-10-191-3/+2
|\ | | | | | | | | Docs: Change path where to create the config.json file when using kaniko See merge request gitlab-org/gitlab-ce!22075
| * Change path where to create the config.json fileValerio Baldisserotto2018-10-031-3/+2
| |
* | Add the ways needed to authenticate to the registry via CI/CDAchilleas Pipinellis2018-10-181-23/+61
| |
* | Add note that hostname:port need to match for `DOCKER_AUTH_CONFIG`Drew Blessing2018-10-051-13/+19
|/
* Update using_docker_build.mdCauan Cabral2018-09-271-2/+2
|
* Correct YAML indentationCam2018-09-101-13/+13
|
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-062-42/+44
|
* Initial kaniko documentationJoshua Lambert2018-08-162-0/+61
|
* Update doc/ci/docker/using_docker_build.mdTobias Hernstig2018-07-251-4/+6
|
* Improve documentation of how to build Docker Images with GitLab CITomasz Maczukin2018-06-281-2/+21
|
* Rename Secret variables -> variablesAchilleas Pipinellis2018-06-061-2/+2
|
* Use stable docker image instead of latestPhilippe Lafoucrière2018-04-132-12/+12
|
* Add Docker layer caching to CI docker-in-docker docsAthar Hameed2018-03-271-15/+76
|
* Copyedit CI services docsAchilleas Pipinellis2018-03-191-56/+33
|
* Update CI services documnetationTomasz Maczukin2018-03-141-0/+84
|
* 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]