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

Include vendored source in release-built images #1338

Merged
merged 1 commit into from
Sep 20, 2019

Commits on Sep 20, 2019

  1. Include vendored source in release-built images

    This adds logic to the nightly release Task that targz's up everything
    in vendor/ and includes it in ko-built container images. Some of our
    dependencies' licenses require their source to be included in
    distributed artifacts (like container images).
    
    Once we've determined this works fine for nightly releases, I'll copy
    this to publish.yaml so it's also done for official releases.
    imjasonh committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    b00348f View commit details
    Browse the repository at this point in the history