Skip to content
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

Allow S2I behavior to be overriden by caller #310

Merged
merged 1 commit into from
Oct 20, 2015

Commits on Oct 19, 2015

  1. Allow S2I behavior to be overriden by caller

    Origin needs to be able to download and assemble the source
    itself and then pass it to s2i. This commit adds changes to
    allow an Overrides object to be passed to the s2i initializer
    code to provide a custom Downloader.
    
    This also makes changes to allow better reuse of upstream s2i
    code and removes a write to disk for the intermediate tar (which
    can be streamed instead).
    smarterclayton committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    d31d44f View commit details
    Browse the repository at this point in the history