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: 94d0f6ed85e5
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.0-rc2
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 23, 2024

  1. dockerfile: use lld linker for containerd build

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    af2d65b View commit details
    Browse the repository at this point in the history
  2. ci: test sandbox build with multiple platforms

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    787d9d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Merge pull request #5548 from crazy-max/containerd-lld

    dockerfile: use lld linker for containerd build
    crazy-max authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    51fbdf3 View commit details
    Browse the repository at this point in the history
  2. http: fix etag cache scoping

    Currently the lookup from previous local etags was based on
    filename. This leads to possibility where (misbehaving) server
    may reuse the same eTag for different URLs. While using only
    the filename might theoretically create more cache matches when
    the same file is used via multiple URLs, I think was accidental
    mistake and not intentional.
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    06ff841 View commit details
    Browse the repository at this point in the history
  3. Use view transaction for metadata read

    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    de14049 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5550 from cpuguy83/metadata_view

    Use view transaction for metadata read
    tonistiigi authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3b38a1e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Merge pull request #5549 from tonistiigi/etag-cache-fix

    http: fix etag cache scoping
    tonistiigi authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    95d190e View commit details
    Browse the repository at this point in the history
Loading