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>
This comment has been minimized.
This comment has been minimized.
|
Smoke test report\n- Add digest-aware AWF runtime image pinning via Warning
|
|
Smoke Test Results ✅ GitHub MCP: PR #2086, PR #2085 Status: PASS
|
🔥 Smoke Test Results
Overall: PASS PR author:
|
Smoke Test: Copilot BYOK (Offline) Mode
Running in BYOK offline mode ( Overall: PARTIAL (2 pre-step values unavailable due to unexpanded template variables)
|
Smoke Test: GitHub Actions Services Connectivity ✅All connectivity checks passed:
Note:
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
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