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: docker/buildx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7c2359c
Choose a base ref
...
head repository: docker/buildx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1360a9e
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 3, 2025

  1. Add attest extra args tests

    Signed-off-by: Laurent Goderre <[email protected]>
    LaurentGoderre authored and crazy-max committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    41f8e5c View commit details
    Browse the repository at this point in the history
  2. Fix handling of attest extra arguments

    Signed-off-by: Laurent Goderre <[email protected]>
    LaurentGoderre authored and crazy-max committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    6da88e1 View commit details
    Browse the repository at this point in the history
  3. buildflags: skip empty cache entries when parsing

    Broken in 11c8497. The section to skip
    an empty input was accidentally removed when some code was refactored to
    fix a separate issue.
    
    This skips empty cache entries which allows disabling the `cache-from` and
    `cache-to` entries from the command line overrides.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    jsternberg authored and crazy-max committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    6019a2b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3037 from crazy-max/0.21_picks_0.21.2

    [v0.21] cherry-picks for v0.21.2
    crazy-max authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    1360a9e View commit details
    Browse the repository at this point in the history
Loading