mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
baca15e624
The agent intentionally reports the digest-pinned image sentinel for image@sha256 references, where there is no tag to resolve against the registry. Every surface funneled that through the error branch and rendered a danger-toned Check failed badge for a state that is not a failure (raised in #1666). The containers table, the images table, and the container drawer now render a neutral Pinned state with a tooltip saying why checks do not apply. Mock containers also gain update check states (current, update available, digest-pinned) so these badges are exercisable in mock mode and on the demo, which previously never populated updateStatus at all. Contract-Neutral: frontend presentation of the existing digest-pinned sentinel plus mock fixture variety; no wire contract change