Commit Graph

299 Commits

Author SHA1 Message Date
Emilie Franchomme 9548804773
Ending sentence with a full stop
Co-authored-by: Mark H <70579116+mark-dr@users.noreply.github.com>
2020-11-10 12:32:27 -05:00
Emilie Franchomme e05d2af192
Adjusted the release date
The new version of Hub with Stale info indicator is live on Prod on 2020/11/10
2020-11-10 12:14:19 -05:00
Emilie Franchomme 68643a7708
Updating Hub>Release-notes for "Stale image info"
This update is meant to go along with the update of the repos.md page (nothing else to announce for this release) https://github.com/docker/docker.github.io/pull/11679
2020-11-10 11:37:21 -05:00
Usha Mandya ce6618aa7d Update hub scanning prereq 2020-11-10 14:46:53 +00:00
Brett Inman 0a951c5204
Update rate limit examples to use HEAD (#11707)
* Update rate limit examples to use HEAD

* More specific

* Improvements per feedback

* More feedback

* Don't ignore errors
2020-11-05 20:50:58 +00:00
Emilie Franchomme 161352b1b7
Add Stale image info under Viewing Repostories and markdown fix-ups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-05 13:07:29 +01:00
Usha Mandya 3dc9fa6a7b Add note on the parallel autobuilds
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-02 17:44:15 +00:00
Alex Hokanson 2b235669d2
small addition to document expected behavior of parallel autobuilds (#11685)
* small addition to document expected behavior of parallel autobuilds

Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>

* Update docker-hub/builds/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update docker-hub/builds/index.md

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-11-02 16:45:18 +00:00
Usha Mandya 77f563a5fa
Merge pull request #11686 from thaJeztah/hub_repo_markdown
docker-hub: formatting updates in repos.md
2020-11-02 16:39:35 +00:00
Sebastiaan van Stijn d389dffe42
docker-hub: formatting updates in repos.md
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-02 17:27:49 +01:00
Sebastiaan van Stijn b7a87688a6
docker-hub: remove unused images
These images were not used anywhere, so we might as well remove
them.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-02 15:20:34 +01:00
Sebastiaan van Stijn b0eb7bd621
Merge pull request #11666 from docker/update-deactivte-account
Add missing condition for Organizations
2020-10-30 15:05:34 +01:00
Sebastiaan van Stijn 7493934f34
Merge pull request #11664 from mkjetbrains/patch-2
TeamCity instruction on registry authentication
2020-10-30 15:04:46 +01:00
Spencer Cheng 9ea88cb5e8 Rearrange order 2020-10-29 16:16:45 -07:00
Spencer Cheng 9b2f730ebf Add missing condition for Organizations 2020-10-29 16:08:41 -07:00
timrizzi c851c819c4
Add GitLab to 3rd party vendors
This MR adds GitLab to the list of 3rd party vendors and links to their documentation for authenticating/logging in to Docker.
2020-10-29 14:19:13 -07:00
mkjetbrains be61a49b8d
TeamCity instruction on registry authentication 2020-10-29 18:21:45 +03:00
Brett Inman b3b781a2c7 Fixes auth scope in header example 2020-10-28 13:12:42 -07:00
Brett Inman 01a20e4269
Update Hub pull rate limit information (#11648)
* Add info on error message and headers

* Update message and add FAQ link

* Update header info

* Better formatting

* s/reqests/requests

* Update registry URL

Co-authored-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>

* Specify when headers are available

* Specify request counted as pull

* Minor style updates

* Fix the error message format

Co-authored-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-10-28 16:21:28 +00:00
Usha Mandya 7b2788159e Update collaborator limits
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-26 14:38:35 +00:00
Usha Mandya a9f706b270
Minor style updates 2020-10-20 11:56:30 +01:00
Brett Inman 98549b194e
Merge branch 'master' into master 2020-10-19 12:26:50 -07:00
Colin Chartier 12f6f2fe82
Login steps for another third party CI platform (#11504) 2020-10-16 22:51:00 +02:00
Usha Mandya 147af3c5a8
Merge pull request #11555 from usha-mandya/hub-4537
Remove stale info on official image scanning
2020-10-16 10:01:00 +01:00
Usha Mandya 4e9fa8d59a Add HVS to Hub release notes 2020-10-15 22:49:06 +01:00
Usha Mandya fedb474255 Remove stale info on official image scanning
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-15 21:50:17 +01:00
Brett Inman 845f8b17c1 Add other limit info and more 3rd parties 2020-10-15 10:59:38 -07:00
Sebastiaan van Stijn c119ed174e
Use https:// for links and examples
Found these using `http://[^lp10\*`<][^o]` (to exclude "localhost" and IP-addresses)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-13 12:09:11 +02:00
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Usha Mandya 08171baba5 Fix a broken link 2020-10-07 16:49:55 +01:00
Usha Mandya 4314869d7c Add HVS docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-07 15:17:07 +01:00
Sebastiaan van Stijn d105bd05ca
trust: use "content_trust" as trust home page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 13:17:34 +02:00
Sebastiaan van Stijn 0bbe9c32fb
Fix various broken links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 12:49:22 +02:00
Usha Mandya 12ac41f872
Minor style update 2020-10-05 13:39:18 +01:00
CrazyMax 9d2a589c9b
Update auth through GitHub Actions 2020-10-04 01:06:53 +00:00
rob gardziel 42ffdb7d0a
Update index.md 2020-09-29 11:14:59 -07:00
Maximillian Fan Xavier 14ff004656 Fix url to upgrade dockerhub #11339
Signed-off-by: Maximillian Fan Xavier <maximillianfx@gmail.com>
2020-09-26 13:56:11 -03:00
Usha Mandya bb5eb291ef Add info on creating a service account for Pro accounts
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-09-23 11:59:04 +01:00
Usha Mandya 19dba94b94 Update docs on collaborator limits 2020-09-15 16:53:38 +01:00
Brett Inman 2644911c26
Update Hub rate limiting details (#11268)
* Update rate limiting with newest specs

* Update download-rate-limit.md

* Remove typo

* Minor style updates

Wrapped the updated content

* List item for pull request updates for emphasis

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-08-20 07:55:34 +01:00
Mehmet Serkan Apaydın a9c742c5ff
Update index.md (#11257)
* Update index.md

The dot at the end of the run command has confused me, as it caused an error, for clarity I think it is better to omit the dot.

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-08-19 16:18:37 +01:00
Usha Mandya 723979c839 Update download rate limits 2020-08-14 16:59:30 +01:00
Usha Mandya 597df3c9bd Update pricing FAQ URLs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-08-12 16:03:24 +01:00
Jérémy Benoist 0eaa4ae3cc
Add AWS CodeBuild link to use credentials (#11194)
* Add AWS CodeBuild link to use credentials

* Removed /fr/ from the URL

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-31 09:29:32 +01:00
Usha Mandya 19fbc53484 Add info on converting to an annual plan
Add instructions on how to convert a monthly team plan to an annual plan.
2020-07-22 17:45:23 +01:00
Usha Mandya dddb1d445d
Merge pull request #11141 from usha-mandya/11035-patch
Remove Enterprise references
2020-07-21 14:54:57 +01:00
Usha Mandya 1c853406e9 Remove Enterprise references 2020-07-21 14:47:01 +01:00
Usha Mandya 8ec070e745 Update Docker billing docs 2020-07-15 22:54:41 +01:00
Usha Mandya 94a8c44837
Merge pull request #11102 from usha-mandya/hub-4162
Update docs for annual subscription
2020-07-07 20:19:47 +01:00
Usha Mandya aedc17519b Update docs for annual subscription 2020-07-07 19:29:36 +01:00
Usha Mandya 6107ac8c2c
Merge pull request #11086 from usha-mandya/video-tutorials-patch
Embed video tutorials within docs
2020-07-03 16:20:32 +01:00
Usha Mandya fdfefa0cda Embed video tutorials within docs 2020-07-03 15:59:51 +01:00
Usha Mandya d453bb7612
Add space and wrap update 2020-07-03 12:05:07 +01:00
Wang Jie 9bec96af1c
Update convert-account.md 2020-07-03 18:44:43 +08:00
Sebastiaan van Stijn 2b4833a355
Remove some references to enterprise products
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:36:48 +02:00
Usha Mandya 941bb14199 Add links to video tutorials 2020-06-29 14:47:54 +01:00
Usha Mandya 93f28522ab
Merge pull request #10964 from usha-mandya/hub-4182
Add Convert to org docs
2020-06-11 07:49:11 +01:00
Arko Dasgupta 5e8e4bb44d
Introduce Buildkit to AutoBuilds (#10972)
* Introduce Buildkit to AutoBuilds

Add a section on explaining how to enable builds to use the Docker Buildkit builder by the Autobuild service

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-09 12:19:43 +02:00
Usha Mandya 734d1b30f0 Add Convert to org docs 2020-06-08 12:31:00 +01:00
Usha Mandya 17ffe8e050 Add docs for seat-based pricing 2020-05-14 15:30:00 +01:00
Sebastiaan van Stijn cef68d3fa5
docker-hub: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:25 +02:00
Aoshi Fujioka 5160fdbd2d
Fix keywords on docker-hub/webhooks (#10625) 2020-04-14 11:17:55 +01:00
Sebastiaan van Stijn 331554f4b3
Fix various links that were generating URLs with `.md` (#10548)
* Fix incorrect links in compose section

there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* engine/swarm: update links

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Fix various broken links

There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 12:05:50 +01:00
Sebastiaan van Stijn 14bbe621e5
Update markdown language hints to work with "rouge"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:49:51 +01:00
Sebastiaan van Stijn 35a7d71f2f
Merge pull request #10437 from pkennedyr/patch-7
Removed "Create Organization" screenshot
2020-03-13 11:48:24 +01:00
Usha Mandya 1015acbd40 delete Hub org screenshots 2020-03-13 10:14:33 +00:00
Ryan Kennedy feff7a41e0
Removed "Create Organization" screenshot
Removed "Create Organization" screenshot for consistency with the new org creation UI updates.
2020-03-12 14:23:29 -07:00
Usha Mandya fefc750abd
Update Hub support alias (#10432) 2020-03-10 18:30:43 +00:00
Takuya N a28ede6e59
Fix typos in Docker Hub Publisher docs (#10392)
https://docs.docker.com/docker-hub/publish/publish/
https://docs.docker.com/docker-hub/publish/publisher_faq/

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2020-03-03 16:19:26 +00:00
lena-larionova f939b90253
Hub autobuild doc cleanup and updates (#9864)
* instruction and screenshot updates

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* removed one more mention of sourceref

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-13 15:03:08 -08:00
Dawn-Docker 3c54d2ff9c
Update toc (#9819) 2019-11-08 08:13:40 -08:00
lena-larionova 094d94f7ef
Repos UI updates (#9825)
* updates to repos page based on cloud and Hub UI consolidation

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* spacing

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-07 14:26:16 -08:00
lena-larionova 631c2f6b67
Changing the screenshots to more useful versions+minor cleanup (#9809)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-05 14:36:11 -08:00
lena-larionova 5c918952c5
fixing example (#9810)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-05 14:35:51 -08:00
lena-larionova cc71995855 Cancelling or downgrading a subscription (#9733)
* added doc for cancelling or downgrading a subscription

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Changes from feedback

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-24 16:10:05 -07:00
lena-larionova 026018a4ad
fixed link (#9720)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-23 09:45:45 -07:00
Adrian Plata 06ed03db13
2fa fixes (#9706)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-21 16:46:40 -07:00
Adrian Plata fb261fbf18
tentative link fix (#9705)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-21 15:50:11 -07:00
Adrian Plata 3b73618c2a
2fa info (#9700)
* First draft of 2fa instructions

Signed-off-by: Adrian Plata <adrian.plata@docker.com>

* Delete disable-2fa.md

* Delete index.md

* Delete new-recovery-code.md

* Delete recover-hub-account.md
2019-10-21 14:10:38 -07:00
lena-larionova e8d8b1de49
2fa relnote (#9698)
* release note for 2FA

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Added note about account recovery

* Updated note

* updated date
2019-10-21 13:35:48 -07:00
lena-larionova 048d4ee67b
Updates to PAT doc for 2FA, and updates to Docker ID doc with some PAT info (#9699)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-21 13:35:37 -07:00
Lena Larionova 5c12f17aa9 Merge branch '2fa-relnote' of https://github.com/docker/docs-private into 2fa-relnote 2019-10-21 13:15:05 -07:00
lena-larionova 6ddedc3f38
updated date 2019-10-21 10:00:25 -07:00
lena-larionova 96418a35e9
Docs for converting an account to an org and accessing an org (#9675)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-18 09:29:14 -07:00
lena-larionova 588db82fa8
Updated note 2019-10-15 14:02:26 -07:00
lena-larionova 9da61a4513
Added note about account recovery 2019-10-15 11:15:30 -07:00
Lena Larionova 2d6bccebb7 release note for 2FA
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-14 15:26:18 -07:00
lena-larionova ce49b83e98
Added Hub known issue with scanning to every release, and added a missing tab from teams and orgs (#9625)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-11 11:41:36 -07:00
lena-larionova ecf7882aee
Changed notes into warnings (#9577)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-04 14:10:27 -07:00
lena-larionova 30d954c067 Release note and initial draft of teams and orgs doc for UI changes (#1349) (#9563)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-02 14:45:13 -07:00
Adrian Plata 89d4bc4e5d Deleting an account or org (#1346) (#9561)
* Deleting an account or org, new topic to replace a support article

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Removed steps for deleting repos

Fixed everything from comments

* renamed topic from delete to deactivate

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-02 14:00:33 -07:00
lena-larionova c26fd49707 Removed inaccurate info on permissions (#9495)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-20 10:25:49 -07:00
lena-larionova f4e3e7b785 Hub relnote 0919 (#9491)
* Access token doc (#1323)

Doc for personal access tokens on Hub

* release note for access tokens

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-19 15:34:52 -07:00
lena-larionova 687683427e Access token doc (#1323) (#9490)
Doc for personal access tokens on Hub
2019-09-19 15:12:33 -07:00
Wang Jie 96856c1d6b Update orgs.md (#8888) 2019-09-17 11:41:34 -07:00
Wang Jie 16dd90a8e0 Update webhooks.md (#8889) 2019-09-17 11:39:46 -07:00
lena-larionova 1da1049b36 Hub release note (#9461)
* Updates to the billing UI for personal plans (#1319)

* Updates to the billing UI for personal plans

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Changing a link to the billing page

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Release note for billing UI changes (#1321)

* Signed-off-by: Lena Larionova <lena.larionova@docker.com>

Release note for billing UI changes

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Adding link

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-16 17:15:01 -07:00
Adrian Plata fe03687cd6
minor character limit fixes (#9455)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-16 16:36:53 -07:00
lena-larionova 6b7929dd1a Updates to the billing UI for personal plans (#1319) (#9456)
* Updates to the billing UI for personal plans

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Changing a link to the billing page

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-16 15:39:35 -07:00
lena-larionova 1651fed8c5
Updating the Docker Hub quickstart page (#9445)
* Updating the Docker Hub screenshots to current version of Hub and various page cleanup

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Missed one instance of unnecessary capitalization
2019-09-13 14:31:55 -07:00