Commit Graph

65556 Commits

Author SHA1 Message Date
David Karlsson
72ae3582c8 Merge pull request #23672 from dvdksn/appdev-2025-survey
site: add state of appdev survey callout to home page
2025-11-10 16:06:17 +01:00
Allie Sadler
56401b2331 rn addition (#23697)
<!--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-11-10 13:50:30 +00:00
David Karlsson
49c03db126 Merge pull request #23557 from vvoland/update-docker-v29
engine: v29.0.0-rc.3
2025-11-10 14:28:53 +01:00
Paweł Gronowski
d0af7f7788 engine: 29.0.0-rc.3
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-10 14:25:25 +01:00
Vedran Pavic
c7af427359 Update control startup example (#23668)
## Description

This PR updates control startup example to prevent Compose from
interpolating values intended as shell command arguments.

Current example yields the following warnings:

```bash
WARN[0000] The "POSTGRES_USER" variable is not set. Defaulting to a blank string. 
WARN[0000] The "POSTGRES_DB" variable is not set. Defaulting to a blank string. 
```

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-11-10 11:45:54 +00:00
David Karlsson
14932d8291 Merge pull request #23693 from dvdksn/deprecate-copilot-ext
chore: remove deprecated gh copilot plugin, redirect to marketplace
2025-11-10 11:28:55 +01:00
David Karlsson
26db073d5e chore: remove deprecated gh copilot plugin, redirect to marketplace
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-10 10:50:51 +01:00
David Karlsson
d32d761262 Merge pull request #23675 from Pzdrs/patch-1
Correct terminology from 'annotations' to 'attestations'
2025-11-10 06:11:43 +01:00
David Karlsson
4bb4e8deed Merge pull request #23631 from dvdksn/mcp-client-verify
mcp: add instructions for verifying client connections
2025-11-09 22:21:10 +01:00
Petr Boháč
3fcb09aa35 Correct terminology from 'annotations' to 'attestations' 2025-11-07 23:21:00 +01:00
Craig Osterhout
e9ad5f424e offload: enterprise ea (#23632)
<!--Delete sections as needed -->

## Description

Updated Offload Beta docs for enterprise EA.

Notable topics updated:

- [All topics under
`/offload/`](https://deploy-preview-23632--docsdocker.netlify.app/offload/)
- [Manage Docker
products](https://deploy-preview-23632--docsdocker.netlify.app/admin/organization/manage-products/)
- [Settings reference - Enable Docker
Offload](https://deploy-preview-23632--docsdocker.netlify.app/enterprise/security/hardened-desktop/settings-management/settings-reference/#enable-docker-offload)
- [Settings - Docker
Offload](https://deploy-preview-23632--docsdocker.netlify.app/desktop/settings-and-maintenance/settings/#docker-offload)
- [VM/VDI - Use Docker
Offload](https://deploy-preview-23632--docsdocker.netlify.app/desktop/setup/vm-vdi/#use-docker-offload)
- [Docker Offload CLI
reference](https://deploy-preview-23632--docsdocker.netlify.app/reference/cli/docker/offload/)

~~**Pending audit log updates**~~ Will handle in followup PR to keep
this moving

## Related issues or tickets

DCL-745
DCL-1033
DCL-1019
ENGDOCS-2929

## Reviews

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

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

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-11-06 23:54:16 -08:00
David Karlsson
1f5f50113b site: add state of appdev survey callout to home page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-07 05:12:27 +01:00
David Karlsson
cfb5e4c2ad mcp: gateway dynamic mcp tools (#23635) 2025-11-06 16:49:15 -05:00
Craig Osterhout
8b7793bf42 dhi: add compare (#23637)
<!--Delete sections as needed -->

## Description

Added how to compare images so that users can see a quick benefit of
using DHI.

- [Added compare
topic](https://deploy-preview-23637--docsdocker.netlify.app/dhi/how-to/compare/)
- [Added compare step to
quickstart](https://deploy-preview-23637--docsdocker.netlify.app/dhi/get-started/#step-5-compare-with-the-other-images)
- [Added what's next to migrate topic to point to
compare](https://deploy-preview-23637--docsdocker.netlify.app/dhi/how-to/migrate/#whats-next)

Additional changes:
- [Updated the ordering of the how-to topics as they're
growing](https://deploy-preview-23637--docsdocker.netlify.app/dhi/how-to/)
- [Updated more info for "use" in quickstart to also point to k8 and
helm
topics](https://deploy-preview-23637--docsdocker.netlify.app/dhi/get-started/#step-4-pull-and-run-the-image)

Will also incorporate compare into the image-specific docs.

## Related issues or tickets

[ENGDOCS-3082](https://docker.atlassian.net/browse/ENGDOCS-3082)

## Reviews

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

- [ ] Editorial review
- [ ] Product review

[ENGDOCS-3082]:
https://docker.atlassian.net/browse/ENGDOCS-3082?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-11-06 09:55:44 -08:00
george
f372139618 fix: the udp port bugfix was released in 4.49.0 (#23670)
<!--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-11-06 16:02:27 +00:00
Allie Sadler
6c90163c9c DD RN 4.50 (#23646)
<!--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-11-06 15:23:45 +00:00
David Karlsson
2dee550250 Merge pull request #23666 from dvdksn/hotfix-cli-broken-dd-link
fix: update link from cli reference to dd networking section
2025-11-06 14:38:53 +01:00
David Karlsson
e584fac58c fix: update link from cli reference to dd networking section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-06 11:17:28 +01:00
Allie Sadler
4d70d60296 ENGDOCS-3081 (#23626)
High-level info about Docker Desktop networking.
Preview:
https://deploy-preview-23626--docsdocker.netlify.app/desktop/features/networking/

Follow-up tasks:
- [ ] tidy up/freshen
https://docs.docker.com/desktop/features/networking/
- [ ] Fix upstream link
2025-11-06 08:57:23 +00:00
Craig Osterhout
2f6af4a6c2 dhi: add auto build info for customization (#23651)
<!--Delete sections as needed -->

## Description

Added when customized images are rebuilt based on
https://www.docker.com/blog/the-next-evolution-of-docker-hardened-images

Updated topics:
-
https://deploy-preview-23651--docsdocker.netlify.app/dhi/how-to/customize/
-
https://deploy-preview-23651--docsdocker.netlify.app/dhi/features/patching/#automatic-patching-for-customized-images

## Related issues or tickets

[ENGDOCS-3098](https://docker.atlassian.net/browse/ENGDOCS-3098)

https://docker.slack.com/archives/C04M34MRQS1/p1762150009971479?thread_ts=1762149292.279889&cid=C04M34MRQS1

## Reviews

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

- [ ] Editorial review
- [ ] Product review

[ENGDOCS-3098]:
https://docker.atlassian.net/browse/ENGDOCS-3098?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-11-05 09:19:56 -08:00
Craig Osterhout
1762a2f823 scout: add new dhi policy (#23650)
<!--Delete sections as needed -->

## Description

Add new scout DHI policy.
Topics updated:
-
https://deploy-preview-23650--docsdocker.netlify.app/scout/policy/#valid-docker-hardened-image-dhi-or-dhi-base-image
-
https://deploy-preview-23650--docsdocker.netlify.app/dhi/how-to/policies/


Any change required for
https://deploy-preview-23650--docsdocker.netlify.app/scout/policy/scores/#policy-weights
?

## Related issues or tickets

ENGDOCS-3097

## Reviews

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

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

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-11-05 08:28:04 -08:00
David Karlsson
1b9250b7a2 Merge pull request #23662 from vvoland/update-docker-28
engine: 28.5.2
2025-11-05 17:06:49 +01:00
Sarah Sanders
5ed9241b02 nit: passive voice in custom roles (#23656)
Fixes nit in custom roles GA docs
2025-11-05 11:00:06 -05:00
Paweł Gronowski
12de368ff4 vendor: github.com/docker/cli v28.5.2
full diff: https://github.com/docker/cli/compare/v28.5.1...v28.5.2

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-11-05 16:51:41 +01:00
Paweł Gronowski
aa3538cf2a vendor: github.com/moby/moby v28.5.2
full diff: https://github.com/moby/moby/compare/v28.5.1...v28.5.2

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-11-05 16:51:23 +01:00
Paweł Gronowski
426040e864 engine: Update version
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-11-05 16:41:43 +01:00
Paweł Gronowski
292ce79fe5 engine: 28.5.2
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-11-05 16:18:24 +01:00
Allie Sadler
498eac07a3 improve kind sentence (#23644)
<!--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-11-05 13:52:55 +00:00
David Karlsson
0618257fdf Merge pull request #23658 from mikegcoleman/mikegcoleman-patch-1
Update environment variable instructions in manual (removed reference to ai gateway)
2025-11-05 14:14:49 +01:00
Jack Green
4ef5baa55b Merge pull request #23660 from JackPGreen/patch-2
Fix `onbuild` formatting in `best-practices.md`
2025-11-05 13:20:27 +01:00
Allie Sadler
a67aed7688 ENGDOCS-2812 (#23661)
<!--Delete sections as needed -->

## Description

Moves some remaining enterprise FAQs 

## 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-11-05 09:49:41 +00:00
David Karlsson
ae5e631f89 Merge pull request #23645 from dvdksn/tidy-gomod
chore: prune irrelevant go.mod imports, update buildkit to v0.25.1
2025-11-05 09:56:04 +01:00
Mike Coleman
aa45415268 Update environment variable instructions in manual
Removed instructions for Docker AI Gateway environment variable.
2025-11-04 14:17:13 -08:00
Sarah Sanders
e377628666 admin: custom roles (#23599)
## Description
- Adds docs for new custom roles

## Related
https://docker.atlassian.net/browse/ENGDOCS-2827

## Previews
- [Landing
page](https://deploy-preview-23599--docsdocker.netlify.app/enterprise/security/roles-and-permissions/)
- [Core
roles](https://deploy-preview-23599--docsdocker.netlify.app/enterprise/security/roles-and-permissions/core-roles/)
- [Custom
roles](https://deploy-preview-23599--docsdocker.netlify.app/enterprise/security/roles-and-permissions/custom-roles/)
2025-11-04 13:10:57 -05:00
daniel
feec8521b4 Add deb822 apt sources to install section in Debian manual (#23249)
New apt sources format
[RFC822](https://manpages.debian.org/trixie/apt/sources.list.5.en.html)

$ cat /etc/apt/sources.list.d/docker.sources 
Types: deb
URIs: https://download.docker.com/linux/debian/
Suites: trixie
Components: stable
Signed-By: /etc/apt/keyrings/docker.gpg

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-04 08:27:25 +01:00
David Karlsson
1996739371 Merge pull request #23648 from dvdksn/fix-hub-filter-links
fix: update links to docker hub trusted content categories
2025-11-04 08:23:10 +01:00
David Karlsson
3ae36315cf upgrade build dependencies (#23647)
## Description

Updated/pruned some dev dependencies:

- **deps: upgrade markdownlint to v0.38.0**
- **deps: use igorshubovych/markdownlint-cli image for running
markdownlint**
- **lint: add MD059/descriptive-link-text markdownlint rule**
- **deps: upgrade prettier to v3.6.2**
- **deps: upgrade prettier-plugin-tailwindcss to v0.7.1**
- **deps: delete unused @tailwindcss/nesting package**

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 16:52:48 +01:00
Sarah Sanders
22e7c099f4 fix: premium support callout (#23649)
## Description
- Remove bolding in DD support
- Move premium support into a callout for visibility
2025-11-03 10:42:02 -05:00
Luciano Ciccariello
d055112875 admin: Refresh Config Profiles documentation (#23638)
## Related issues or tickets

PRS-868

## Reviews

@aevesdocker

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-11-03 15:34:28 +00:00
David Karlsson
5ec771e17c fix: update links to docker hub trusted content categories
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 15:39:36 +01:00
David Karlsson
7418c6c0f3 deps: delete unused @tailwindcss/nesting package
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 15:27:13 +01:00
David Karlsson
8e6cc3deed deps: upgrade prettier-plugin-tailwindcss to v0.7.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 15:24:10 +01:00
David Karlsson
b41b7ab11b deps: upgrade prettier to v3.6.2
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 15:24:10 +01:00
David Karlsson
9fe8e768d1 lint: add MD059/descriptive-link-text markdownlint rule
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 15:24:10 +01:00
David Karlsson
bedb2b4b6c deps: use igorshubovych/markdownlint-cli image for running markdownlint
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 15:24:10 +01:00
David Karlsson
1cb27f2f58 deps: upgrade markdownlint to v0.38.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 15:24:07 +01:00
David Karlsson
e4fece79ff vendor: github.com/moby/buildkit v0.25.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 13:55:25 +01:00
David Karlsson
3b58b199b1 chore: prune irrelevant go.mod imports
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 13:53:49 +01:00
Guillaume Lours
24ca6ef7aa release-notes for Compose v2.40.3 version (#23629)
<!--Delete sections as needed -->

## Description
Add release notes of latest `v2.40.3` version of Compose

## Related issues or tickets

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

## 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>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-11-03 10:54:34 +00:00
Adam Monsen
610f6995ad Merge pull request #23633 from meonkeys/yaml-ish-envfile
document yaml-ish .env file syntax and spacing rules
2025-11-03 11:10:39 +01:00