Skip to content

vendor: github.com/docker/model-runner/cmd/cli v1.0.12#24149

Open
doringeman wants to merge 2 commits intodocker:mainfrom
doringeman:dmr-cli
Open

vendor: github.com/docker/model-runner/cmd/cli v1.0.12#24149
doringeman wants to merge 2 commits intodocker:mainfrom
doringeman:dmr-cli

Conversation

@doringeman
Copy link
Contributor

Description

Updated Go to 1.25.6 for https://github.com/docker/model-runner/blob/main/cmd/cli/go.mod.

Update model-cli docs for Docker Model Runner.
See changes in docker/model-runner@cmd/cli/v1.0.3...cmd/cli/v1.0.12.

Reviews

  • Technical review
  • Editorial review
  • Product review

Signed-off-by: Dorin Geman <dorin.geman@docker.com>
@doringeman doringeman requested a review from dvdksn as a code owner February 16, 2026 16:45
@netlify
Copy link

netlify bot commented Feb 16, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 7cf1135
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69934a3142066000081aebfb
😎 Deploy Preview https://deploy-preview-24149--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added area/release Relates to CI or deployment dependencies Vendoring, packaging updates area/config labels Feb 16, 2026
@doringeman doringeman changed the title Dmr cli vendor: github.com/docker/model-runner/cmd/cli v1.0.12 Feb 16, 2026
ARG ALPINE_VERSION=3.21
ARG GO_VERSION=1.25
ARG ALPINE_VERSION=3.23
ARG GO_VERSION=1.25.6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine to update the directive in go.mod but I don't think this is necessary - we only point to minor versions, not patch.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation Review - PR #24149

Summary

This PR properly updates the vendored auto-generated Docker Model Runner CLI documentation from v1.0.3 to v1.0.12. The changes correctly reflect the upstream updates from github.com/docker/model-runner.

Vendor Update Verification ✅

  • New commands added: launch, search, show, skills
  • New options for TLS support, proxy certificates, and various runtime configurations
  • Updates to existing command documentation and usage patterns
  • All changes appear consistent with the upstream source

Documentation Clarity Notes

While the vendor update is correct, I've identified a few areas where the upstream documentation could be clearer for end users. These cannot be fixed in this PR since the content is auto-generated, but may be worth noting for potential upstream contributions or supplementary documentation:

  1. The runtime-flags option description could benefit from examples
  2. The mode option values could use brief explanations of each mode's purpose
  3. The mmproj (multimodal projector) feature assumes prior knowledge

These are minor clarity issues in the upstream documentation, not problems with this vendor update.

Recommendation

Approve vendor update - The changes correctly reflect the upstream v1.0.12 release.

swarm: false
- option: runtime-flags
value_type: string
description: raw runtime flags to pass to the inference engine
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation Clarity (Upstream)

The description "raw runtime flags to pass to the inference engine" could be clearer with examples of valid flags and which backends support specific flags. This is an upstream documentation issue, not something that can be fixed in this vendored update.

Consider filing an issue upstream at github.com/docker/model-runner to improve this documentation.

- option: mode
value_type: string
description: |
backend operation mode (completion, embedding, reranking, image-generation)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation Clarity (Upstream)

The mode option lists values "completion, embedding, reranking, image-generation" but doesn't explain what each mode does or when to use them. Users unfamiliar with these backend concepts may need more context.

This is auto-generated content from upstream. Consider supplementary documentation or an upstream contribution to clarify these modes.

swarm: false
- option: mmproj
value_type: string
description: absolute path to multimodal projector file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation Clarity (Upstream)

The mmproj option ("absolute path to multimodal projector file") assumes prior knowledge of what a multimodal projector is and when it's needed. Users new to multimodal models may need more guidance.

This is auto-generated content. Consider adding supplementary documentation explaining multimodal projectors or contributing upstream improvements.

module github.com/docker/docs

go 1.25.0
go 1.25.6
Copy link
Member

@thaJeztah thaJeztah Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW; we should not bump patch versions in go.mod in our modules (if we control it); ideally even remove the .patch from go.mod; see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/config area/release Relates to CI or deployment dependencies Vendoring, packaging updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants