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.
Updating umoci to checkout to a version rather than the main branch to fix an issue seen with a latest PR merge on the umoci main branch.
Fixes: https://issues.redhat.com/browse/KATA-3840
- Description of the problem which is fixed/What is the use case
Image pull on s390x is failing because of the latest umoci changes.
In osc image pull job, the umoci version used is the main branch rather than a version here – https://github.com/openshift/sandboxed-containers-operator/blob/devel/config/peerpods/podvm/libvirt-podvm-image-handler.sh#L374
This PR with umoci which merged early today is causing this failures: https://github.com/opencontainers/umoci/pull/572/files
- What I did
Checking out to a version, reference of the version taken from upstream -- https://github.com/confidential-containers/cloud-api-adaptor/blob/main/src/cloud-api-adaptor/versions.yaml#L41
- How to verify it
Manually verified it and ran a job as well
- Description for the changelog
Updating umoci to checkout to a version rather than the main branch on s390x