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
test(core): cover repository link reuse in the partial image-upload allowance
The floor lives in internal/core because that is the only layer that sees
reused plus newly published images for a target. Two cases pin that: a
host that publishes fewer images than the floor still succeeds once reuse
makes up the difference, and reuse that is still short of the floor
fails. Applying the floor in internal/imagehosting, which only receives
the missing subset, would fail the first case.
0 commit comments