Skip to content

Add a flag to check blobs quickly during the pull operation#130

Merged
mike-sul merged 4 commits intomainfrom
refact/pull-with-quick-check-option
Mar 16, 2026
Merged

Add a flag to check blobs quickly during the pull operation#130
mike-sul merged 4 commits intomainfrom
refact/pull-with-quick-check-option

Conversation

@mike-sul
Copy link
Collaborator

Add a new flag to enable/disable quick check of app blobs present on a local host. By default, the quick check is disabled and blob hashes are verified. If enabled, then, only blobs presence and their sizes are checked, no hashes are verified.

This flag makes the pull command consistent with the check command - check blob hashes by default, and allow a quick check through a CLI flag "--quick".

Signed-off-by: Mike Sul <mike.sul@foundries.io>
Signed-off-by: Mike Sul <mike.sul@foundries.io>
Add a new flag to enable/disable quick check of app blobs present on a
local host. By default, the quick check is disabled and blob hashes are
verified. If enabled, then, only blobs presence and their sizes are
checked, no hashes are verified.
This flag makes the `pull` command consistent with the
`check` command - check blob hashes by default, and allow a quick check
through a CLI flag "--quick".

Signed-off-by: Mike Sul <mike.sul@foundries.io>
@mike-sul mike-sul requested a review from detsch March 16, 2026 12:33
Check if the specified watermark value is in the allowed range [20,99]
in the `check` and `pull` commands.

Set the min and max allowed values to 20 and 99, respectively; the same
values we set in fioup.

Signed-off-by: Mike Sul <mike.sul@foundries.io>
@mike-sul mike-sul merged commit 7aec748 into main Mar 16, 2026
4 checks passed
@mike-sul mike-sul deleted the refact/pull-with-quick-check-option branch March 16, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants