Commit Graph

64589 Commits

Author SHA1 Message Date
Craig Osterhout 6827d48e39
style: update nested ol (#22057)
<!--Delete sections as needed -->

## Description

Update style for nested ordered lists to use numbers, then letters, then
roman numerals.

Example:

https://deploy-preview-22057--docsdocker.netlify.app/contribute/components/lists/
https://docs.docker.com/contribute/components/lists/


![image](https://github.com/user-attachments/assets/bdcaf793-e970-402a-8e8a-3c18d5554584)

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews


- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-02-21 08:06:46 -08:00
Vegard Lillesalt Valvik 115be657f1
Fix small typo (#22073)
Fix typo, "fore" -> "for"
2025-02-21 08:03:20 -08:00
CrazyMax e75b5d67f7
Merge pull request #22074 from docker-tools-robot/dispatch/buildx-ref-v0.21.1
Update buildx reference to v0.21.1
2025-02-21 14:54:10 +01:00
crazy-max 432baf7c23 vendor: github.com/docker/buildx v0.21.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-21 13:27:47 +00:00
Sebastiaan van Stijn baeb2f8515
engine: update API versions and example (#22066)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-20 14:22:22 +00:00
Cesar Talledo aa7c3e19eb
Update important note in ECI doc per latest developments. (#22020)
<!--Delete sections as needed -->

## Description

Updated a note in the ECI docs, per latest feature developments.

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-20 12:42:47 +00:00
CrazyMax 0ccbeadf49
build: dockerfile frontend 1.14.0 release notes (#22064)
<!--Delete sections as needed -->

## Description

* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0
* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0-labs

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-20 12:40:33 +00:00
CrazyMax 54144f42e1
Merge pull request #22063 from crazy-max/buildx-0.21.0
build: buildx 0.21.0 release notes
2025-02-20 12:39:58 +00:00
Paweł Gronowski df46163d36
engine: 28.0.0 (#22007)
- follow up to: https://github.com/docker/docs/pull/21932
## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-02-20 11:34:35 +00:00
Usha Mandya dfa9e342db
Merge pull request #22062 from usha-mandya/engdocs-2436
Remove links to the public roadmap
2025-02-20 11:23:15 +00:00
Usha Mandya eeca23a260 Remove link to the public roadmap
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2025-02-20 11:02:52 +00:00
Paweł Gronowski 7cf1b1cac4
engine: 28.0.0 release notes (#21932)
<!--Delete sections as needed -->

## Description

engine: 28.0.0 release notes

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
2025-02-20 10:09:36 +00:00
Rob Murray 3520fa2ed9
Updates for moby 28.0 networking (#21612)
## Description

Updates for moby 28.0 networking.

## Related issues or tickets

Series of commits ...
- Fix description of 'inhibit_ipv4'
- Not changed in moby 28.0, updated to clarify difference from (new)
IPv6-only networks.
- Updates to default bridge address config
  - https://github.com/moby/moby/pull/48319
- Describe IPv6-only network config
  - https://github.com/moby/moby/pull/48271
  - https://github.com/docker/cli/pull/5599
- Update description of gateway modes
  - https://github.com/moby/moby/pull/48594
  - https://github.com/moby/moby/pull/48596
  - https://github.com/moby/moby/pull/48597
- Describe gateway selection in the networking overview.
  - https://github.com/docker/cli/pull/5664
- Describe gateway mode `isolated`
  - https://github.com/moby/moby/pull/49262

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-02-20 10:09:14 +00:00
CrazyMax f4f7a49739
Merge pull request #22061 from crazy-max/buildkit-0.20.0
vendor: github.com/moby/buildkit v0.20.0
2025-02-20 11:05:45 +01:00
CrazyMax ae2b8a8776
vendor: github.com/moby/buildkit v0.20.0
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-20 10:52:05 +01:00
CrazyMax 98e1ebf1be
Merge pull request #22058 from docker-tools-robot/dispatch/buildx-ref-v0.21.0
Update buildx reference to v0.21.0
2025-02-20 10:49:09 +01:00
CrazyMax 54c2a9cf8d
buildx: buildx history trace stub
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-20 10:34:10 +01:00
jsternberg d73f7624d5 vendor: github.com/docker/buildx v0.21.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-19 20:58:57 +00:00
Craig Osterhout 9bfe7ad474
hub: add image management (#22052)
<!--Delete sections as needed -->

## Description

Added topic for new image management feature.
Updated usage management topic to reference new topic.
Updated release notes.

-
https://deploy-preview-22052--docsdocker.netlify.app/docker-hub/repos/manage/hub-images/
-
https://deploy-preview-22052--docsdocker.netlify.app/docker-hub/repos/manage/hub-images/manage/
-
https://deploy-preview-22052--docsdocker.netlify.app/docker-hub/usage/manage/
-
https://deploy-preview-22052--docsdocker.netlify.app/docker-hub/release-notes/


## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-19 10:57:09 -08:00
Allie Sadler f488c8a10d
release rollouts (#22044)
<!--Delete sections as needed -->

## Description

Went through Hotjar feedback and we get quite a few reports of the
latest version not being immediately available. (We also get this
question in GitHub and Kapa and on Slack). Have added a line to explain
this.

Also removed the link to the public roadmap as I'm not sure how often
this is updated

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-19 08:45:40 +00:00
Josh fdfb1614c3
Improve auth docs and add oat tags for use (#22045)
<!--Delete sections as needed -->

## Description

This improves our authentication docs in our API. Additionally, we need
to note on certain routes where OAT bearers are allowed.

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [x] Technical review
- [x] Editorial review
- [ ] Product review

---------

Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-18 15:05:44 -05:00
Sarah Sanders 5ba3cdbe81
Merge pull request #22040 from sarahsanders-docker/billing-clarification
billing: docker hub pre-paid clarification
2025-02-18 13:18:33 -05:00
Allie Sadler c8fafb9f54
ENGDOCS-2413b (#22048)
<!--Delete sections as needed -->

## Description

Moves tags placement on pages

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-18 15:41:28 +00:00
Sarah Sanders ccfc55e39e Remove image pull wording, replace with pulls 2025-02-18 10:26:14 -05:00
CrazyMax 7c42a9fef5
buildx: metadata envs (#22049)
<!--Delete sections as needed -->

## Description

Missing documentation for buildx metadata envs

## Related issues or tickets

follow up:
* https://github.com/docker/buildx/pull/2280
* https://github.com/docker/buildx/pull/2551

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-18 13:05:19 +00:00
Sarah Sanders 7006169ff9 Clarify pre-paid storage expiration and image pull adjustments 2025-02-14 15:14:49 -05:00
Allie Sadler da9b5a7fbc
eci mention (#22028)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-14 08:21:11 +00:00
Allie Sadler 90824aed51
ENGDOCS-2429 (#22032)
<!--Delete sections as needed -->

## Description

Adds https://github.com/compose-spec/compose-spec/pull/569

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-14 08:21:02 +00:00
Expeto ceafe3f998
new genai rag guide (#21703)
## Description
Added a new guide about RAG with genAI which also explains how RAG
actually work

## Reviews



- [ ] Technical review
- [x] Editorial review
- [ ] Product review

---------

Signed-off-by: Your Name <you@example.com>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Baransel SAGINDA <redirecter2@gmail.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-13 14:45:03 -08:00
Craig Osterhout 187b924e03
Merge pull request #22034 from craig-osterhout/redirect-errors
desktop: fix some redirect issues
2025-02-13 13:56:11 -08:00
Craig 46290f6e7a
desktop: fix some redirect issues
Signed-off-by: Craig <craig.osterhout@docker.com>
2025-02-13 11:54:39 -08:00
Craig Osterhout ebb2fe4e34
Merge pull request #21893 from Pradumnasaraf/add-deno
docs: Add language-specific guide for Deno runtime
2025-02-13 10:44:52 -08:00
Craig Osterhout 62f8262a70
Update content/guides/deno/develop.md 2025-02-13 10:38:57 -08:00
Craig Osterhout f7014d35ff
Update content/guides/deno/containerize.md 2025-02-13 10:38:51 -08:00
Craig Osterhout 98f736896a
accounts: update nav (#21983)
<!--Delete sections as needed -->

## Description

The account settings screen will now have left navigation.
Updated navigation in steps related to "account settings".

## Related issues or tickets

ENGDOCS-2415

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-02-13 12:46:54 -05:00
CrazyMax b95f15af10
bake: update files lookup order (#22029)
<!--Delete sections as needed -->

## Related issues or tickets

* fixes https://github.com/docker/docs/issues/22018

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-13 15:35:14 +00:00
Sarah Sanders 6c3cc9396c
security: update manage members and SSO users FAQs (#22021)
## Description
- During Kapa triage, I noticed two uncertain answers: one regarding
SCIM enablement impact on existing licensed users and one about deleting
a user with SSO enabled
- These updates address both to improve future Kapa convos and sources
- Update to `members.md` that adds a callout about removing members from
an org, clarifying that SSO w/ SCIM enabled is a little different (must
be done in IdP)
- Update to `user-faqs.md` that adds a new FAQ clarifying the impact of
enabling SCIM for existing licensed users

## Related issues or tickets
- https://docker.atlassian.net/browse/ENGDOCS-2404
- https://docker.atlassian.net/browse/ENGDOCS-2403

## Reviews
- [ ] Technical review
- [ ] Editorial review
2025-02-13 09:04:07 -05:00
Nicolas De loof da13512a3d
Bump compose v2.33.0 (#22025)
## Description

Bump compose to v2.33.0

## Related issues or tickets

https://docker.atlassian.net/browse/APCLI-966

## Reviews

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-13 13:32:49 +00:00
Allie Sadler 000f71b2d6
ENGDOCS-2427 (#22026)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-13 12:26:57 +00:00
Josh dc2456054f
Merge pull request #22002 from technicallyjosh/main
Add new auth token docs
2025-02-12 12:38:30 -07:00
Josh 64dfe010e1
Update content/reference/api/hub/latest.yaml
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-12 12:18:27 -07:00
Josh cef2f9fa18
Update content/reference/api/hub/latest.yaml
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-12 12:18:20 -07:00
Josh 86840f5777
Update content/reference/api/hub/latest.yaml
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-12 12:18:12 -07:00
Pradumna Saraf 75a7f4e338
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:38 +05:30
Pradumna Saraf 79fd794564
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:30 +05:30
Pradumna Saraf 188562628e
Update content/guides/deno/containerize.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:19 +05:30
Pradumna Saraf 74e0931e5b
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:11 +05:30
Pradumna Saraf 223d348ddc
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:04 +05:30
Pradumna Saraf 139fce8441
Update content/guides/deno/configure-ci-cd.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:31:56 +05:30
Pradumna Saraf 996ff65807
Update content/guides/deno/containerize.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:31:51 +05:30