Skip to content

Commit

Permalink
Relax the image digest assertion till we know how to preserve digests
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Sep 11, 2024
1 parent 0ef823f commit 2b81bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/py/mockbuild/buildroot.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def _fallback(message):
digest_expected)
digest = podman.get_image_digest()
if digest != digest_expected:
raise BootstrapError(
getLog().warning(
f"Expected digest for image {podman.image} is"
f"{digest_expected}, but {digest} found.")

Expand Down

0 comments on commit 2b81bf4

Please sign in to comment.