Thanks to visit codestin.com
Credit goes to github.com

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.23.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.23.2
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 26, 2025

  1. frontend: group provenance tests

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    c51ecee View commit details
    Browse the repository at this point in the history
  2. local: fix attestation filename

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    090ffce View commit details
    Browse the repository at this point in the history
  3. test: provenance local export

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    a8a1485 View commit details
    Browse the repository at this point in the history
  4. gha cache: reload expired cache URLs

    In some conditions there can be a pause between initial load of the
    entry (that already contains signed download URL even though we don't
    need it yet) and by the time cache is actually downloaded in the end
    of the build. One such case seems to be accessing SBOM scanner layers
    after the main build is completed. Signed URL is only valid for 10min
    and if more time has passed then old URL may receive 403 error.
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi authored and crazy-max committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    858cb7c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Merge pull request #6056 from crazy-max/v0.23_picks_0.23.2

    [v0.23] cherry-picks for v0.23.2
    tonistiigi authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    40b2ede View commit details
    Browse the repository at this point in the history
Loading