[docs] docs: update --image-tag CLI reference for digest-aware format#2095
[docs] docs: update --image-tag CLI reference for digest-aware format#2095github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Document the new digest-pinning format for --image-tag introduced in commit 52969fc. Updates the quick-reference table entry and the detailed section in cli-reference.md to describe the extended format: <tag>,squid=sha256:...,agent=sha256:...,agent-act=sha256:...,api-proxy=sha256:...,cli-proxy=sha256:... Also updates the predownload subcommand table to mention all supported image keys and link to the main --image-tag section. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
🔥 Smoke Test: Copilot BYOK (Offline) Mode
Running in BYOK offline mode ( Overall: PARTIAL — BYOK inference and MCP confirmed ✅; pre-step smoke data was not injected (scheduled run on PR #2095 author:
|
|
Smoke test report\n- Add digest-aware AWF runtime image pinning via Warning
|
Documentation Sync — 2026-04-19
This PR synchronizes
docs-site/src/content/docs/reference/cli-reference.mdwith the digest-aware--image-tagfeature shipped in commit52969fc.Changes Made
docs-site/src/content/docs/reference/cli-reference.md:--image-tagnow shows the full digest-metadata format instead of just "Container image tag"### --image-tag <tag>section with a full description of the digest-pinning format, when to use it, and which digest key maps to which--agent-imagepresetpredownloadsubcommand table to list all five supported image keys (squid,agent,agent-act,api-proxy,cli-proxy) and cross-link to the main--image-tagsectionCode Changes Referenced
52969fc: Add digest-aware AWF runtime image pinning viaimage-tagmetadata — introducedsrc/image-tag.ts, updatedaction.ymloutputs, and partially updateddocs/github_actions.mdanddocs/usage.md, but leftdocs-site/src/content/docs/reference/cli-reference.mdwith stale one-liner descriptionsVerification
src/image-tag.ts(IMAGE_DIGEST_KEYSconstant)src/cli.tsoption description