You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update --image-tag documentation for digest-aware format (#2095)
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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Digest keys correspond to each runtime container image. When a digest is provided, the image reference is pinned to `<registry>/<image>:<tag>@<digest>`, preventing tag mutation attacks. The setup action's `image-tag` output produces this format automatically when `pull-images: true` is set.
343
+
344
+
Which agent image key is used depends on the `--agent-image` preset:
0 commit comments