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.24.0-rc1
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.24.0-rc2
Choose a head ref
  • 15 commits
  • 18 files changed
  • 2 contributors

Commits on Aug 28, 2025

  1. git: fix subdir filter on submodule dir

    Because subdir filter happened before the submodule update it
    resulted in empty directory being filtered and submodule update
    being skipped because .gitmodules was already missing.
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    cf599d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6170 from tonistiigi/git-submodule-filter

    git: fix subdir filter on submodule dir
    tonistiigi authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    79c5e53 View commit details
    Browse the repository at this point in the history
  3. git url: support query form

    Fix issue 4905, but the syntax differs from the original proposal.
    
    The document will be added to
    https://github.com/docker/docs/blob/main/content/manuals/build/concepts/context.md#url-fragments
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda authored and tonistiigi committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    e667628 View commit details
    Browse the repository at this point in the history
  4. dfgitutil: add querystring style URLs to dfgitutil

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    c8ce372 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. llb: update Git to allow normalized property passing

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    8159942 View commit details
    Browse the repository at this point in the history
  2. dockerfile: add tests for querystring Git URLs

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    1ef2851 View commit details
    Browse the repository at this point in the history
  3. llb: document fragment parameter in llb.Git

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    8ef9b54 View commit details
    Browse the repository at this point in the history
  4. dockerfile: add tests for Git query URL checksums

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    3afd92a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6172 from tonistiigi/git-querystring

    Support querystring form Git URLs
    AkihiroSuda authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    99a9103 View commit details
    Browse the repository at this point in the history
  6. dockerfile: allow keep-git-dir in Git URLs

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    119c50f View commit details
    Browse the repository at this point in the history
  7. dockerfile: add submodules controls to git URLs

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    3765fe3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04dc5dd View commit details
    Browse the repository at this point in the history
  9. dfgitutil: don't initialize ref from checksum

    Initializing ref from checksum has unexpected side effects:
    - Short checksum can't be used for fetching
    - Default branch would be missing when fetching with keep-git-dir
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    bb018e9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6176 from tonistiigi/remove-ref-initialize

    dfgitutil: don't initialize ref from checksum
    tonistiigi authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    0c716fd View commit details
    Browse the repository at this point in the history
  11. Merge pull request #6173 from tonistiigi/git-qs-addopt

    add keep-git-dir and submodules controls for Git querystring URLs
    tonistiigi authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    7ff02fb View commit details
    Browse the repository at this point in the history
Loading