Commit Graph

27 Commits

Author SHA1 Message Date
Achilleas Pipinellis 63e4a81ad3
Add the ways needed to authenticate to the registry via CI/CD 2018-10-18 22:46:18 +02:00
Evan Read f7de0a68c0 Fix link to mitmproxy installation 2018-09-27 15:14:05 +10:00
Marcel Amirault 109cfd951d
Correct grammar (setup to set-up) in Docs 2018-09-21 16:29:14 +02:00
Brett Walker b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Stan Hu 9f9e107aea Add ruby Markdown type 2018-06-06 02:56:54 +00:00
James Ramsay 288ce1118c Move section to basic troubleshooting 2018-06-06 01:36:41 +00:00
James Ramsay f302f46c63 Add registry debug server docs 2018-06-05 23:21:35 +00:00
Mayra Cabrera 560ed92235 Add documentation for DeployToken 2018-04-06 21:20:16 -05:00
Chenjerai Katanda b67d72958f Add note on registry restrictions on GitLab.com 2017-11-07 22:03:06 +00:00
Achilleas Pipinellis da05687d90
Update a bunch of docs images 2017-10-04 15:47:59 +02:00
Tim Hobbs a62e9e7a14 Add example of docker login with personal access token 2017-08-18 10:09:29 +00:00
Achilleas Pipinellis 8fb33b8f01 Add docs for personal access tokens 2017-06-14 08:40:21 +02:00
Marcia Ramos a783108eff Merge branch 'add-note-renaming-moving-registry-container-user-docs' into 'master'
Add note on moving or renaming registry repository

See merge request !11882
2017-06-09 14:58:18 +00:00
Kamil Trzciński 7adddf4996 Merge branch 'zj-read-registry-pat' into 'master'
Allow pulling container images using personal access tokens

Closes #19219

See merge request !11845
2017-06-07 09:20:57 +00:00
Cindy Pallares 🦉 d02934637d Add note on moving or renaming registry repository
As per d5d8e76bd7, any attempts to rename a container registry repository are blocked due to image signatures.
2017-06-06 12:34:55 -05:00
Z.J. van de Weg 0b81b5ace0 Create read_registry scope with JWT auth
This is the first commit doing mainly 3 things:
1. create a new scope and allow users to use it
2. Have the JWTController respond correctly on this
3. Updates documentation to suggest usage of PATs

There is one gotcha, there will be no support for impersonation tokens, as this
seems not needed.

Fixes gitlab-org/gitlab-ce#19219
2017-06-05 12:26:49 +02:00
Achilleas Pipinellis d9362ded50 Resolve "Improve Container Registry description" 2017-06-01 17:15:02 +00:00
Grzegorz Bizon 6b565f534a Improve docs for multi-level container registry images 2017-04-05 14:47:28 +02:00
Grzegorz Bizon b03f1699c4 Extend registry docs regarding multi-level repositories 2017-04-04 13:24:13 +02:00
Grzegorz Bizon 4fab9f24c0 Fix documentation related to container registry 2017-04-03 21:27:08 +02: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
NeroBurner 535c0575b6 Update container_registry.md: fix private-docker link 2017-03-03 14:24:48 +00:00
Andre Guedes 164ef8a348 Fixing typos in docs 2017-02-22 11:30:11 -03:00
Andre Guedes 246df2bd11 Adding registry endpoint authorization 2017-02-22 11:29:07 -03:00
Achilleas Pipinellis e60ff02882 Fix broken links to docs
[ci skip]
2017-02-06 15:46:58 +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 ce77bc0bf0 Move container_registry user docs to new location
[ci skip]
2016-09-25 11:20:57 +02:00