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
Currently, if the architecture values differ, the image is always treated as different, which prevents an arm64 image from running on an aarch64 machine. (This causes "No such environment image" error from ImageRow.from_image_identifier())
Required Features
Let’s include information about compatible architectures in the code..
Impact
For example, this will allow an arm64 image to run on an aarch64 machine..
Testing Scenarios
Write a test case for ImageRow.from_image_identifier to verify that the method returns the correct ImageRow for the case described above.
The text was updated successfully, but these errors were encountered:
Motivation
ImageRow.from_image_identifier()
)Required Features
Impact
Testing Scenarios
ImageRow.from_image_identifier
to verify that the method returns the correctImageRow
for the case described above.The text was updated successfully, but these errors were encountered: