Skip to content

publish updates from main #22744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 3, 2025
Merged

publish updates from main #22744

merged 15 commits into from
Jun 3, 2025

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jun 2, 2025

Automated pull request for publishing docs updates.

yamirghofran and others added 4 commits June 2, 2025 08:14
<!--Delete sections as needed -->

## Description
Fixes #22692 typo from "ennd-user" to "end-user"

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

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

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
## Description

Adds model-cli reference docs.

## Related issues or tickets

* docker/model-cli#62
* docker/model-cli#69

## Reviews

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

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

---------

Signed-off-by: CrazyMax <[email protected]>
Co-authored-by: ArthurFlag <[email protected]>
…faces

Fix 28.2.0 rel notes, trusted_interfaces separator ':' not space
@github-actions github-actions bot added the area/release Relates to CI or deployment label Jun 2, 2025
ArthurFlag and others added 11 commits June 2, 2025 14:52
Remove duplicated card on Security index. (feedback)
Incorporate feedback from user on windows.
## Description

Heading for release 2.36.2 showed 2.36.1

## Reviews

- [ ] Technical review
- [X] Editorial review
- [ ] Product review
…es" (#22601)

## Description

~**This update is for moby 28.2.0 - do not merge until it ships.**~ -
28.2 has shipped now.

Add description for daemon option `--allow-direct-routing` and network
option `com.docker.network.bridge.trusted_host_interfaces`.

## Related issues or tickets

moby/moby#49832

## Reviews

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

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

Signed-off-by: Rob Murray <[email protected]>
## Description

Go mod is currently in broken state:

```
# get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.1+incompatible.zip
# get https://proxy.golang.org/github.com/moby/moby/@v/v28.2.1+incompatible.zip: 200 OK (0.042s)
# get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.1+incompatible.zip: 200 OK (0.128s)
verifying github.com/moby/[email protected]+incompatible: checksum mismatch
	downloaded: h1:UYmHExYP8S0uGKDozhYw7RJ+LpANL51g4fa3qT0Q2GA=
	go.sum:     h1:UYmHExYP8S0uGKDozhYw7RJ+LpANL51g4fa3qT0Q2GA=+

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.
```

Seems related to this merge commit:
[f328984](2645703)

Fixed it by rebuilding the `go.sum` with:

```
rm -f go.sum && make vendor
```

## Reviews

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

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

Signed-off-by: CrazyMax <[email protected]>
<!--Delete sections as needed -->

## Description

Add DMR Docker Engine plugin install cmd.

## 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
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Jacob Howard <[email protected]>
## Description
- Fixes broken Netlify builds

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
@github-actions github-actions bot added area/engine Issue affects Docker engine/daemon area/compose Relates to docker-compose.yml spec or docker-compose binary area/networking Relates to anything around networking area/security area/contrib Relates to the Docker style guide and contribution guidelines hugo Updates related to hugo dependencies Vendoring, packaging updates area/tests area/ai labels Jun 3, 2025
@sarahsanders-docker sarahsanders-docker merged commit 55f63b9 into published Jun 3, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ai area/compose Relates to docker-compose.yml spec or docker-compose binary area/contrib Relates to the Docker style guide and contribution guidelines area/engine Issue affects Docker engine/daemon area/networking Relates to anything around networking area/release Relates to CI or deployment area/security area/tests dependencies Vendoring, packaging updates hugo Updates related to hugo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants