Versions in this module Expand all Collapse all v0 v0.2.0 May 1, 2026 Changes in this version + func Run(stdout, stderr io.Writer, args ...string) int + type Check interface + Name func() string + Run func(ctx context.Context) CheckResult + type CheckResult struct + Detail string + Hint string + Status string + type ImageRef struct + Path string + Raw string + Transport string + func ParseImageRef(argName, raw string) (ImageRef, error) v0.1.0 Apr 20, 2026 Changes in this version + func Execute() error