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

[0.9.x] Deduplicate builders by diff id #1283

Merged
merged 5 commits into from
Jul 25, 2023

Commits on Jul 24, 2023

  1. Enable building images that require libgit2 support

    - This has been removed in the latest versions of kpack but is required for older versions
    - This requires using a builder with the exisitng git2go buildpack that
      has not been open sourced at the moment
    
    Signed-off-by: Tom Kennedy <ktom@vmware.com>
    tomkennedy513 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    18d07c3 View commit details
    Browse the repository at this point in the history
  2. Fix workflow for windows

    Signed-off-by: Tom Kennedy <ktom@vmware.com>
    tomkennedy513 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9712853 View commit details
    Browse the repository at this point in the history
  3. Update schema to match pre 0.11 changes

    - On main the config directory schema has changed. When backporting the ci workflow that was not taken into consideration so it is using the wrong schema.
    
    Signed-off-by: Tom Kennedy <ktom@vmware.com>
    tomkennedy513 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9cb9141 View commit details
    Browse the repository at this point in the history
  4. Deduplicate builder layers by diff id

    - This will remove duplicate layers that result from two buildpacks in a builder that have the same layer diff id
    
    Co-authored-by Matthew McNew <mmcnew@vmware.com>
    tomkennedy513 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0777326 View commit details
    Browse the repository at this point in the history
  5. Add e2e to Makefile

    Signed-off-by: Tom Kennedy <ktom@vmware.com>
    tomkennedy513 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    413d7d0 View commit details
    Browse the repository at this point in the history