-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
publish updates from main #22744
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--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]>
Signed-off-by: Rob Murray <[email protected]>
…faces Fix 28.2.0 rel notes, trusted_interfaces separator ':' not space
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]>
Signed-off-by: CrazyMax <[email protected]>
ci: remove gha cache exports
## Description - Fixes broken Netlify builds ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review
sarahsanders-docker
approved these changes
Jun 3, 2025
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated pull request for publishing docs updates.