We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From /usr/libexec/tests/osbuild-composer/koji.sh:
/usr/libexec/tests/osbuild-composer/koji.sh
Error: default OCI runtime "crun" not found: invalid argument
It happened for example here: https://osbuildci.cloud.paas.psi.redhat.com/blue/organizations/jenkins/osbuild%2Fosbuild-composer/detail/PR-1131/5/pipeline/179
The text was updated successfully, but these errors were encountered:
@ondrejbudai few notes here:
I've found [BUG] Error: default OCI runtime "runc" not found: invalid argument containers/podman#8227 and it looks like the problem is an older version of podman. That issue says 2.1.1 fixes the problem
From what I can see we're using v3.0.1 and what's more containerbuild (which uses podman) is executed on Fedora 33 now.
From what I can see we haven't had this issue for a while
I think we can close this issue as not being relevant, what do you think ?
Sorry, something went wrong.
Yeah, this should be fixed now.
No branches or pull requests
From
/usr/libexec/tests/osbuild-composer/koji.sh
:It happened for example here: https://osbuildci.cloud.paas.psi.redhat.com/blue/organizations/jenkins/osbuild%2Fosbuild-composer/detail/PR-1131/5/pipeline/179
The text was updated successfully, but these errors were encountered: