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

Improve Kaniko builder #1168

Merged
merged 10 commits into from
Oct 17, 2018
Merged

Commits on Oct 17, 2018

  1. Reorganize kaniko code

    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    f35bb50 View commit details
    Browse the repository at this point in the history
  2. Add logs

    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    bb0d2fe View commit details
    Browse the repository at this point in the history
  3. Parse timeout when the builder is created.

    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    b388c61 View commit details
    Browse the repository at this point in the history
  4. Kaniko builds can be interrupted now

    Fixes GoogleContainerTools#1145
    
    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    586371c View commit details
    Browse the repository at this point in the history
  5. Show more logs for kaniko

    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    c0f52b2 View commit details
    Browse the repository at this point in the history
  6. Improve generated name

    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    668ddac View commit details
    Browse the repository at this point in the history
  7. Avoid complex stream handling for a single artifact

    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    889140e View commit details
    Browse the repository at this point in the history
  8. Log where sources are copied

    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    f55d6bc View commit details
    Browse the repository at this point in the history
  9. Simplify signature

    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    f1980fa View commit details
    Browse the repository at this point in the history
  10. Add tests for the log level

    Signed-off-by: David Gageot <[email protected]>
    dgageot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    5e65832 View commit details
    Browse the repository at this point in the history