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

Add Dir config field to ko builder #6496

Merged
merged 2 commits into from
Aug 30, 2021

Commits on Aug 25, 2021

  1. Add Dir config field to ko builder

    The `Dir` config field supports users who have directory layouts where
    the Go sources and `go.mod` file are in subdirectories of the `context`
    directory.
    
    The value of `Dir` is a directory path relative to the `context`
    directory, and it specifies the directory where `go build` is run.
    
    This change also moves forward some of the additional ko builder flags
    in the implementation plan, since the relevant ko PRs have been merged.
    halvards committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    1995e7c View commit details
    Browse the repository at this point in the history
  2. Add section on debugging to the ko builder design

    Also change example ko builder `Dir` config values.
    halvards committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0cf3ab4 View commit details
    Browse the repository at this point in the history