fix(oci): raise ImageNotFoundError when daily image lookup has no match - #524
Open
blackboxsw wants to merge 1 commit into
Open
fix(oci): raise ImageNotFoundError when daily image lookup has no match#524blackboxsw wants to merge 1 commit into
blackboxsw wants to merge 1 commit into
Conversation
Previously, daily_image raised an unhelpful IndexError when no matching image was found after filtering out aarch64 and GPU images. It now raises the more descriptive ImageNotFoundError carrying the release. Also bumps VERSION to 1!11.1.3.
blackboxsw
force-pushed
the
fix-oci-image-not-found
branch
from
July 31, 2026 22:53
6dad422 to
adb6139
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Previously, daily_image raised an unhelpful IndexError when no matching image was found after filtering out aarch64 and GPU images. It now raises the more descriptive ImageNotFoundError carrying the release.
Additional Context and Relevant Issues
This issue was seen on July 31st before Canonical Ubuntu Oracle Resolute images were made available. The resulting traceback was an unhelpful IndexError. This ImageNotFoundError will be easier to read and reason about in call sites.
Test Steps