Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moby/buildkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.1
Choose a base ref
...
head repository: moby/buildkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.2
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 22, 2024

  1. vendor: update grpc to v1.66.3

    Signed-off-by: Tonis Tiigi <[email protected]>
    (cherry picked from commit 008ca45)
    tonistiigi committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    531826b View commit details
    Browse the repository at this point in the history
  2. gateway: ensure llb digests are deterministic when sent by frontends

    This ensures different valid protobuf serializations that are sent by
    frontends will be rewritten into digests that are normalized for the
    buildkit solver.
    
    The most recent example of this is that older frontends would generate
    protobuf with gogo and the newer buildkit is using the google protobuf
    library. These produce different serializations and cause the solver to
    think that identical operations are actually different.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    (cherry picked from commit 9f65f8c)
    jsternberg authored and tonistiigi committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    eb8a9cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5545 from tonistiigi/v0.17.2-picks

    [v0.17] cherry-picks for v0.17.2
    crazy-max authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a3d7342 View commit details
    Browse the repository at this point in the history
Loading