-
Notifications
You must be signed in to change notification settings - Fork 325
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
Support pip in off-line environments #216
Comments
This is returning back to action hooks of V2. Since there has been little interest in adding back action hooks across S2I builders in the past, for Python at least you can direct people to: |
FWIW, you likely could use this now to allow use of |
I went through the powershift and powershift-image docs, but using those to change the assembly and run scripts seems like quite big overhead to me. IIUIC, that basically forces users to use powershift instead of either |
Using Where the confusion probably arises is that The Anyway, is a moot point. For the original issue which was supporting This was done as wrapper for now with intention of later creating PR with changes to be added to main S2I builder. All it needs to do is generate the configuration file for The proof of concept was being tested by people who needed it but haven't heard back anything about it. |
As this issue mentioned extensibility hooks in assemble script, this might be interesting to read, since there are many thoughts relevant to this issue: |
Is this issue still relevant? I think that provided solutions might be easily applicable to any build and with the use of environment variables like |
It isn't Note that one may also need to look at what requirements there are for having So I believe this issue is still relevant and needs to be looked into at some point. It is known some customers are needing to do this and are currently relying on custom |
More details in https://bugzilla.redhat.com/show_bug.cgi?id=1446978
I think this may be implemented by making the assemble scripts extensible; a simple approach would be to allow running some arbitrary script from the application sources during the
assemble
phase, for example we can say thats2i-assemble/*.sh
will be sourced during the assemble process..The text was updated successfully, but these errors were encountered: