-
Notifications
You must be signed in to change notification settings - Fork 19
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
adding required files for f35-py310 S2I image to built #235
adding required files for f35-py310 S2I image to built #235
Conversation
b06d48a
to
2f737fe
Compare
/lgtm |
2f737fe
to
4bfa4d6
Compare
New changes are detected. LGTM label has been removed. |
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.
nice work.
was the s2i_assemble.patch copied from other folders?
and another minor question
|
The reason why I asked this is because, the *. Easiest way to verify: Try to build the image from the dockerfile. (if successful the patch is in good shape)
state the copied assemble script in the resultant patch is what we require.
Thanks for the changes :) |
/hold hold till the image build is confirmed. |
The s2i_assemble.patch script fails with f35 base image to be patched:
please try to create the s2i_assemble.patch as instructed above |
Got it, thanks Harshad, taking a look now. |
e13f922
to
49def64
Compare
Can confirm that the
|
49def64
to
882e2c2
Compare
/hold |
1f8fede
to
f622cfa
Compare
d1d3410
to
f203c63
Compare
/unhold |
f203c63
to
55a498c
Compare
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.
Changes look really nice to me. I've also verified the resulting container image works. I think this can go in. Thanks! 💯 👍🏻
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fridex The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Related Issues and Dependencies
Related to #231
Includes linting changes for all
s2i_assemble.patch
files, which is outside this PR's scope, but otherwisepre-commit
check won't pass.Additionally added documentation to
README.rst
so people don't try to manually build the patch like I did...This introduces a breaking change
This Pull Request implements
Implements the files required to build a Thoth image of fedora35 with python3.10 using S2I.
Description
Solely creates the base image, a solver image still needs to be built from this.