Expand description
Host-side cache decision.
Resolves a wire-typed CommandStep against Docker image tags
to decide whether to skip execution (cache hit) or run + commit.
Cache keys are computed by harmont.keygen at plan time and ride
along the JSON in cache.key.
Functions§
- evict_
stale_ docker_ tags - Remove Docker images for
step_keythat don’t matchcurrent_tag. - stable_
cache_ tag - Derive a deterministic Docker image tag for a cacheable step.