Commit Graph

35 Commits

Author SHA1 Message Date
Stephanie Aurelio 04872dba29
[DO NOT MERGE] Add user permission documentation and update owner references (#17787)
* update mentions of owners team to owner role

* update org overview

* remove callout and update org intro

* update owners team to owner role

* add company layer variable for edit roles

* update hub api doc

* fix typo

* update intro section and add subheadings

* add links to hub and admin for visibility

* move team permissions to org permissions table and update reference to repo permissions page

* cleanup

* update company owner role positioning

* add missing word

* cleanup table

* update section on team permissions

* update release notes and cleanup table

* implement feedback

* update for clarity
2023-07-26 12:38:30 -07:00
Allie Sadler b98efa2b46
fix dropdown consistency (#17766)
Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
2023-07-19 15:20:01 +01:00
Allie Sadler 787239a585
Engdocs 1268 (#16945)
* change to image managment

* edits

* move content about

* edit index.md page

* edit index.md

* edit manage-builds.md

* edit remaining pages

* fix broken links

* tidy

* tidy

* ENGDOCS-1268
2023-03-28 16:54:04 +01:00
Allie Sadler f956ab6552
Improve alt text on images (#16484) 2023-01-10 16:28:46 +00:00
David Karlsson 3ccdf1407a clarified autobuild timeouts 2022-11-03 13:54:17 +01:00
CrazyMax 271f8c3de5
build: merge build enhancements page in build section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-25 19:46:23 +02:00
Jerae Duffin 84ff14957c updated release notes 2022-10-20 15:03:11 -05:00
Jerae Duffin 7e15aac574 updated autobuilds 2022-10-17 11:32:08 -05:00
Jerae Duffin 2ade5a677f updated grammar 2022-10-14 14:10:17 -05:00
Sebastiaan van Stijn d5f0df3922
docker-hub: various touch-ups and some rephrasing
- moved note about open source projects into the CTA; this reduces the number of
  notes on this page (which was already quite large), and puts related information
  about upgrading/plans in a central location.
- changed note about limits to body text, and added mention of "business" plan.
- replaced https://docs.docker.com URLs with local links
- replaced some HTML links with links to the target markdown file
- add missing YAML and "console" code-hints
- wrapped long paragraphs/lines
- corrected the information about Amazon Linux

To be looked at; the recent changes added information about using "v2" compose
files, but compose (after having switched to the compose-spec) no longer uses
versions, so perhaps this needs to be corrected (we don't have local docs for
the compose-spec format though, so that makes it a bit more complicated).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-20 17:35:21 +02:00
jerae-duffin c00b213d47
Updated default (#13545)
* Updated default

* revised sentence

* removed hyphen

* Update docker-hub/builds/index.md

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

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-09-17 15:40:49 +01:00
Usha Mandya e73cdcf0f1 More updates related to subscription changes, address review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-31 14:35:21 +00:00
Usha Mandya e8e7f7f05d First draft for subscription changes
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-31 14:35:20 +00:00
Usha Mandya caf1b07c07 Update CTA verbiage from review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-20 11:35:15 +01:00
Usha Mandya f61d7fdfd8 Update CTAs to use the new design
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-16 18:38:51 +01:00
Jerae Duffin 0a00143919 updated note 2021-06-22 10:03:44 -05:00
jerae-duffin 6e59fc387b
Automated Builds update (#13027)
Automated Builds update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-06-22 10:12:40 +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
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
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
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
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
Matthias Seiler 4b8f152e31 Removed incomplete sentence (#9146) 2019-07-26 11:43:56 -07:00
Sebastiaan van Stijn 03d5b3396d
Use consistent formatting for notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-09 00:49:57 +01:00
Ming He af29948b20
Update hub auto build doc
Hub backend dose not support `Create multiple Docker tags from a single build`. Take it off from the docs. Already received several issues asking about why it is not working according to the doc.
2019-01-24 19:11:21 -08:00
Jeffrey Morgan 0a21710622 Fix broken docs links for hub builds 2018-12-11 17:01:51 -05:00
L-Hudson 729d677997
Update index.md
edit punctuation and Github > GitHub
2018-12-06 18:48:07 -05:00
Jie Min Wong b152b33dc8 address feedback 2018-12-06 13:49:46 -08:00
Jie Min Wong 5355cf5299 addressed feedback 2018-12-06 09:10:16 -08:00
Jie Min Wong f581dca6fb add classic automated build explanation 2018-12-05 15:57:07 -08:00
Jeffrey Morgan 1f5d8fdb3e Fix missing build changes & toc fixes 2018-11-27 14:49:31 -05:00
Jeffrey Morgan 3d30bfc230 Udpdates to repos 2018-11-25 12:11:58 -05:00
Jeffrey Morgan 3602540596 Fix small issues 2018-11-21 16:49:26 -05:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00