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.18.0
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.18.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 3, 2024

  1. llbsolver: tie op metadata to the op before recomputing digests

    When recomputing digests happens, the metadata is lost. This previously
    happened only with sources that were affected by source policies so it
    wasn't noticed, but now any LLB Op that is rewritten is affected since
    the gogo protobuf switch will cause all digests to be rewritten if the
    frontend and buildkit are using different versions.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    (cherry picked from commit c644fb8)
    jsternberg authored and tonistiigi committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    64293f9 View commit details
    Browse the repository at this point in the history
  2. llbsolver: fix recompute test and avoid struct copy

    Signed-off-by: Tonis Tiigi <[email protected]>
    (cherry picked from commit d1a3df3)
    tonistiigi committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    ec39add View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Merge pull request #5564 from tonistiigi/v0.18.1-picks

    [v0.18] pick llb metadata regression on version conflict fix
    tonistiigi authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    eb68885 View commit details
    Browse the repository at this point in the history
Loading