testiso: stop checking the ostree commit in the aleph file #4268
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.
This doesn't work in the container-native path because the
ostree-commit in the aleph is from the encapsulation done as part of
build-chunked-oci, but theostree-commitwe embed inmeta.jsonisfrom the imported "merge commit".
I think what we need is to tweak our osbuild manifests to use the
import path rather than unencapsulate path, and that should result in
the merge commit getting inserted in the aleph (but also that would be
one less dependency on even having
ostree-commitinmeta.jsonin thefirst place).
Anyway, I think just checking the version string is good enough for our
purposes here.