-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Switch base image to Fedora 41 #622
Conversation
Signed-off-by: Nikola Forró <nforro@redhat.com>
Build succeeded. ✔️ pre-commit SUCCESS in 1m 44s |
As it appears, there are some SSL/TLS issues appearing in the container image builds for the `ppc64le` architecture which, in the end, results in build and push failure for all architecture, therefore parallelize those image builds (even if it costs GitHub some resources) to avoid failing altogether. Signed-off-by: Matej Focko <mfocko@redhat.com>
Build succeeded. ✔️ pre-commit SUCCESS in 1m 42s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, let's try!
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 39s |
Pull request merge failed: Resource not accessible by integration, You may need to manually rebase your PR and retry. |
Use Fedora-41-based base image Fixes packit/deployment#613. Merge after packit/deployment#622. It seems to work locally. Note that I removed ipdb as it's no longer in Fedora, I've never used it personally, but it could be installed from PyPI I suppose. Reviewed-by: Laura Barcziová
Use Fedora-41-based base image Related to packit/deployment#613. Merge after packit/deployment#622. Reviewed-by: Laura Barcziová
Related to #613.