-
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
Fix base image build #624
Fix base image build #624
Conversation
0af1f7c
to
c9286eb
Compare
This comment was marked as outdated.
This comment was marked as outdated.
c9286eb
to
aa94887
Compare
This comment was marked as outdated.
This comment was marked as outdated.
aa94887
to
ceee5ff
Compare
This comment was marked as outdated.
This comment was marked as outdated.
ceee5ff
to
a999c02
Compare
This comment was marked as outdated.
This comment was marked as outdated.
a999c02
to
0ba7d36
Compare
This comment was marked as outdated.
This comment was marked as outdated.
0ba7d36
to
69dbf94
Compare
This comment was marked as outdated.
This comment was marked as outdated.
69dbf94
to
62e35ee
Compare
This comment was marked as outdated.
This comment was marked as outdated.
62e35ee
to
bfea1a7
Compare
This comment was marked as outdated.
This comment was marked as outdated.
bfea1a7
to
b06e2bd
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b06e2bd
to
b3ab4cd
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b3ab4cd
to
9f42738
Compare
This comment was marked as outdated.
This comment was marked as outdated.
9f42738
to
a9e5f4e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
a9e5f4e
to
cce38d8
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Build succeeded. ✔️ pre-commit SUCCESS in 1m 39s |
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.
I don't really like this though :D
It looks like this is the missing step that we would have to do before pushing, create a manifest with all 3 images:
https://github.com/packit/deployment/actions/runs/12257420183/job/34194841795#step:4:370 |
Actually, thinking about it, we'll have the same problem in all containers based on this image, and probably not just with |
Signed-off-by: Nikola Forró <[email protected]>
92e42b7
to
efc0367
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 1m 41s |
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.
🚀
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 41s |
I don't know what's wrong, it looks like OpenSSL on Fedora 41 ppc64le doesn't support SHA384 (but I'm not able to reproduce it outside of Github Actions environment):
Disabling certificate verification is an ugly workaround, but it makes it work:
https://github.com/packit/deployment/actions/runs/12256772166