Commit Graph

65166 Commits

Author SHA1 Message Date
Allie Sadler 83d589d2de
build attributes (#23149)
<!--Delete sections as needed -->

## Description

https://github.com/docker/docs/pull/23148/files

## 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-07-24 13:27:56 +01:00
Guillaume Lours 8e06937458
release-notes for Compose v2.39.0 version (#23148)
<!--Delete sections as needed -->

## Description
Add release notes for Compose version `v2.39.0`

## Related issues or tickets
N/A

## Reviews

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

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

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-07-24 11:58:56 +01:00
Arthur 7193d2a882
chore: reduce noice in Vale error reporting (#23146)
Exclude extra release notes from Spelling/Term checks.
Exclude `<a>` from checks.
Add new terms and fix some double space errors.

- Before: 2691
- After: 967
2025-07-24 11:04:55 +02:00
Craig Osterhout 8ea648e314
dhi: add stig (#23114)
<!--Delete sections as needed -->

## Description

Added STIG feature for DHI.
Cleaned up the attestations table to match UI wording better.

-
https://deploy-preview-23114--docsdocker.netlify.app/dhi/core-concepts/attestations/#available-attestations
-
https://deploy-preview-23114--docsdocker.netlify.app/dhi/core-concepts/stig/

## Related issues or tickets

ENGDOCS-2861

## Reviews

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

- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-07-23 14:27:48 -07:00
Sarah Sanders 09f5d97528
add teams to unassociated machines (#23143)
## Description
- Remove contact AE for access
- Add Teams to feature

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

## Reviews
- [ ] Editorial review
2025-07-23 10:41:10 -04:00
Mohit5Upadhyay 650936a46a
fix(toc): remove horizontal overflow due Table of Contents (#23052) (#23068)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->
This PR fixes the horizontal overflow issue in the Docker Docs Website
due to overflow Table of Contents section, as described in
[#23052](https://github.com/docker/docs/issues/23052).

### Changes made:
Updated layout structure and/or styles in:
- layouts/partials/aside.html
- layouts/partials/content-default.html

The fix prevents excessive width in the ToC container, which was
previously causing the entire page to become horizontally scrollable on
certain pages.

## Update:


https://github.com/user-attachments/assets/cdc3898c-ba21-468a-9add-0785abf0e76f


## Related issues or tickets
Closes #23052 

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

## Reviews

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

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

### Notes for reviewers:
- Let me know if you’d prefer a purely CSS-based solution, or if
structural changes are acceptable.
- Happy to tweak styles, breakpoints, or layout as needed!
2025-07-23 08:52:16 -04:00
CrazyMax d657aea79c
Merge pull request #23130 from crazy-max/buildx-0.26.0-release-notes
build: buildx 0.26.0 and 0.26.1 release notes
2025-07-23 11:51:09 +02:00
CrazyMax 0914eaaeb7
Merge pull request #23141 from crazy-max/build-summary-dbc
build: summary supported for DBC
2025-07-23 11:50:55 +02:00
Arthur 4e1d7e3c8d
chore: reduce Vale reporting noise (#23142)
Edit Vale config to be more lenient with generated content. 

Number of errors:
- Before: 5473
- After: 2690
2025-07-23 11:10:56 +02:00
CrazyMax 4635a82e95
build: summary supported for DBC
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-23 07:06:43 +02:00
CrazyMax 873c803cda
build: buildx 0.26.1 release notes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-23 07:05:53 +02:00
CrazyMax 778515e9a3
Merge pull request #23139 from docker-tools-robot/dispatch/buildx-ref-v0.26.1
Update buildx reference to v0.26.1
2025-07-22 18:35:53 +02:00
tonistiigi bffa5fc5e3 vendor: github.com/docker/buildx v0.26.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-22 16:15:06 +00:00
Arthur 4f51bd8e1b
dmr: add GHA example (#23136)
Add GHA workflow example for DMR

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-07-22 12:29:12 +00:00
CrazyMax ff93e8d374
Merge pull request #23131 from crazy-max/bake-stdlib
build: bake stdlib functions page
2025-07-22 11:39:26 +02:00
Tugbay Atilla 79758564bf
docs: fix mcp configuration location in vscode (#23133)
MCP settings in VSCode is no longer in settings.json but mcp.json

<!--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-07-22 10:40:21 +02:00
Arthur 213adb3e6e
dmr: add common compose configs (#23127) 2025-07-22 10:35:41 +02:00
CrazyMax fe5670bf54
build: bake stdlib functions page
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 18:46:01 +02:00
Sarah Sanders 9e6d2e9140
accounts/billing: update email verification and billing (#23112)
## Description
2 birds, one stone
- Update email address: Adds details about email verification, number of
emails per account
- Billing: Remove coupon section

## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2860
https://docker.atlassian.net/browse/ENGDOCS-2853

## Reviews
- [ ] Editorial review
2025-07-21 12:34:25 -04:00
CrazyMax 32e909ced2
build: buildx 0.26.0 release notes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 18:26:21 +02:00
CrazyMax e978cd9bc9
Merge pull request #23126 from docker-tools-robot/dispatch/buildx-ref-v0.26.0
Update buildx reference to v0.26.0
2025-07-21 18:19:00 +02:00
CrazyMax 2fc755eb01
build: missing placeholders for new dap command
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 18:15:46 +02:00
Craig Osterhout 97ce1f57b5
Merge pull request #23129 from mdelapenya/agent-compose-go
docs(agentic-compose): add Go example
2025-07-21 09:02:52 -07:00
Manuel de la Peña 0e4830b3a7 docs(agentic-compose): add Go example 2025-07-21 17:47:38 +02:00
crazy-max c72b904803 vendor: github.com/docker/buildx v0.26.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-21 15:39:39 +00:00
CrazyMax fad8c0eeab
Merge pull request #23123 from crazy-max/build-cdi-fix
build: cdi page fixes
2025-07-21 13:44:45 +02:00
CrazyMax 1a31df3f31
build: cdi page fixes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 11:58:46 +02:00
Allie Sadler 479885a3d8
Compose:fix attach and link to models page (#23121)
<!--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-07-21 10:29:39 +01:00
CrazyMax 284b1947f8
Merge pull request #23069 from crazy-max/build-cdi
build: cdi manual
2025-07-21 11:12:23 +02:00
CrazyMax 2944e336e4
build: cdi manual
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 10:45:16 +02:00
Allie Sadler 7fbe6e1e4b
Enterprise: move admin content (#23111)
<!--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-07-18 15:39:59 +01:00
Arthur 007148bf91
readme: update content (#23109)
## Description

Shorten content, remove outdated screenshots.
2025-07-18 15:18:12 +02:00
Arthur c7f64f3ee1
ui: add 'open in Claude/Chatgpt' to page options (#23110) 2025-07-18 15:16:24 +02:00
Arthur 3075778785
dmr: update TCP support info (#23106)
Co-authored-by: Jacob Howard <jacob@xenoscopic.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-07-18 09:30:17 +00:00
Fernando Karchiloff 3f89f1d0e7
Fix release-notes.md patch version (#23107)
Fix wrong patch version to avoid confusion.

## Description
Updated the patch version to avoid confusion for other developers.

## Reviews

- [ ] Technical review
- [ ] Editorial review
2025-07-18 08:53:21 +01:00
Allie Sadler d4ce08a39c
enterprise: move content (#23100)
<!--Delete sections as needed -->

## Description

Part of https://docker.atlassian.net/browse/ENGDOCS-2836

## 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-07-18 07:49:29 +01:00
sheltongraves 320e8289e0
Update manage.md (#22921)
Added a note to let users become aware of the OCI deletion endpoint.

<!--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

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-07-17 11:51:45 -07:00
Craig Osterhout 8b960e0b49
Merge pull request #23108 from craig-osterhout/issue-23099
samples: fix link
2025-07-17 11:34:19 -07:00
Craig 726e50c91d
samples: fix link
Signed-off-by: Craig <craig.osterhout@docker.com>
2025-07-17 11:28:31 -07:00
Sarah Sanders 7e5cb8c9b1
security: add unassociated machines docs (#23103)
## Description
- Adds unassociated machines (AA) docs
- Docs are unlisted

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

## Reviews
- [ ] Editorial review
- [ ] Product review @smnovick 

## Preview link

https://deploy-preview-23103--docsdocker.netlify.app/unassociated-machines/
2025-07-17 12:32:32 -04:00
Arthur 66d5e5aeee
dmr: add update instructions for Engine (#23102) 2025-07-17 16:03:06 +02:00
mirrormx 9e8032b354
fix incorrect term used (#22700)
## Description

Changed incorrect term used  "container" -> "image"

## Reviews

- [ ] Technical review
- [x] Editorial review
- [ ] Product review
2025-07-17 12:13:15 +02:00
CrazyMax 9f6b1a068b
Merge pull request #23101 from crazy-max/vale-dockerfile
run vale in docker
2025-07-17 10:01:08 +02:00
Arthur dda69e41d0
ci: deploy from main (#23084)
PR that changes the deploy workflow of the docs. 

## What has changed?

This PR simplifies the deployment flow by deleting our staging build. We
publish what is on the main branch instead of relying on the `publish`
and `publish-update` branches.
2025-07-17 09:04:23 +02:00
Craig Osterhout 3ea0b580f7
Merge pull request #23076 from craig-osterhout/ignore-registry-api
ignore registry api links
2025-07-16 15:10:19 -07:00
CrazyMax 04b56a67f9
run vale in docker
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-16 15:13:38 +02:00
Vincent DAMERY c69c0b53dd
[docker-hub-api] add list namespace repositories endpoint (#22934)
<!--Delete sections as needed -->

## Description

- Add "new" list repositories in a given namespace endpoint : `GET
/v2/namespaces/{namespace}/repositories`

---
After the comments from @thaJeztah 
- Split DVP Data API and Docker Hub API for better visiblity
- Standardize sub entries in the side menu : Changelog, Deprecated and
OpenAPI
- Deprecated is now a table like in
https://docs.docker.com/engine/deprecated/

## Related issues or tickets

- https://github.com/docker/hub-feedback/issues/2357

## Reviews

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

- [x] Technical review
- [ ] Editorial review
- [ ] Product review
2025-07-15 08:46:14 -07:00
Lorena Rangel cb1ca3ce9a
Merge pull request #23096 from lorenrh/4.43.2-changelog
chore: add docker desktop 4.43.2 release notes
2025-07-15 16:35:33 +01:00
Arthur f4ac24cacf
fix: unrecognized language (#23085)
Update code fences that use a non-recognized codefence language value.

Resolves #23081.
2025-07-15 15:53:34 +02:00
Sarah Sanders 5dd8bad4e7
restore Enterprise docs changes (#23094)
Reverts docker/docs#23091 to restore Enterprise doc changes
2025-07-14 17:16:32 -04:00