-
Notifications
You must be signed in to change notification settings - Fork 350
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
feat(core): Support S2I for builder image generation #4417
Conversation
@lburgazzoli @astefanutti and anyone who have some knowledge about Openshift please don't hesitate to review, I would really like some openshift feedback 😄 |
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.
LGTM. There is some code duplication with the builder/s2i. As we want to release CK 2 ASAP, consider if you want to address in this PR or create a follow up issue not to left pending any tech debt unattended. Thanks!
81c4d80
to
5a7b178
Compare
* Add initialize builder image on catalog with imagestream and buildconfig resource who's owner is the CamelCatalog * Light refactoring of S2I code Ref apache#4297
5a7b178
to
a4a40ad
Compare
@gansheer please, let me know when it's ready to merge. If you're addressing the comments provided in the PR or we create follow up issues. |
On my side it is ready to merge I took care of some part of the refactoring, but for the more complex part of refactoring I would prefer we open a follow up issue to be dealt with when the olm tests are more reliable after the 1.12.1 release as it could be impacted by #4418. |
Merged. Please, take care to log any relevant follow up issue. |
Ref #4297
Motivation
Add S2I support for builder image generation for better support on Openshift.
Description
The
HOME
env variable has been added on builder image execution to some errors on file permissions without.Release Note